Is this Possible? Stream Video File using Server or Encoder?

Is it possible to stream a video file (.mp4) Live using the Flash Media Encoder or by placing the file in an app instance on a flash media streaming server?
Thanks!

First of all lets call it Flash Media Interactive Server (adding Streaming becomes little confusing to readers as we have Flash Media Streaming Server) - both are FMS but two different edition.
Now coming to FMIS, you can place all your video files in "streams" directory of application in the simplest configuration and then use Server-side API Class "Stream" to play them. When you use Stream class to play VOD files, it basically becomes live publish and is available as live stream. I will give you simple code snippet which will explain what i am saying above:
var myStream;
application.onAppStart = function(){
     myStream = Stream.get("livestream");
     myStream.onStatus = function(info){
          trace("Info code:"+info.code);
    myStream.play("mp4:myvod.f4v",0,-1,true);
Now client will subscribe to live stream using stream name as "livestream" and it will basically get all the content of mp4:myvod.f4v
Say if you save above code in file named main.asc and place it in application folder named "test" on FMS, you will need to copy "mp4:myvod.mp4" inside "streams" i.e. create "_definst_" folder or any instance name folder under "streams" folder of "test" and place the file there
Hope this helps

Similar Messages

  • Upload failed your changes were saved but could not be uploaded because of an error. you may be able to upload this file using server web page. save a copy

    Hi All,
    upload failed your changes were saved but could not be uploaded because of an error. you may be able to upload this file using server web page. save a copy button.
    This is the issue which I am facing while working with SharePoint 2010. In a sharePoint 2010 document library I am having an excel file and I am trying to open it from Windows 7 and is office 2010.
    I cam e across few suggestion as mentined below but unable to find the location where to do
    Go to Resource Policies > Web >
    Rewriting > Custom Headers > (if 'Custom Headers' is not visible, click
    Customize on the right top to enable the view).
    Create a new policy with the Resource as <fully qualified domain name of the SharePoint server:*/*> (for example https://sharepoint.juniper.net:*/* ).
    Create the action as Allow Custom Headers.
    Apply the settings to the required roles.
    Please suggest.

    Hi rkarteek
    All things you have to do is as follows:
    1. Open regedit.exe
    2. Naviagate to following key:
    [HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\14.0\Common\Internet]
    3. Click Edit Menu -> New -> DWORD with name of "FSSHTTPOff"
    (without quotes)
    4. Click on "FSSHTTPOff" and enter value of 1
    5.
    Close any Office Applications and browser sessions
    6. Try to reopen your document (no more read only or failure to upload)
    have a nice day!

  • How to download video files using http urls through OSB

    Hi all,
    I am working on a requirement where I need to download the video using http url of that video through OSB. Is it possible to convert the video files hosted in a server into base64 code using OSB ? Kindly help me on this.
    Thanks
    Edited by: 887737 on Jul 25, 2012 3:26 AM

    Hi,
    I believe you can get the video file using file transport and then convert it into base64 using a java call out...
    This may help...
    https://blogs.oracle.com/ateamsoab2b/entry/an_example_of_how_to
    Cheers,
    Vlad

  • Embed streaming video from FlashMedia Server 2 in a Captivate Course

    I am trying to add streaming video from FlashMedia Server 2
    Developer Edition in a Captivate 3.0 course. The streaming server
    is working fine and I can stream video from a Flash 8.0 file. The
    problem seems to be in Captivate 3.0 because the video will not
    display in a Captivate swf file. The html and swf file resides on
    the web server therefore it cannot not be a security issue. When I
    try to play the Captivate file; it does make connection to the
    media server however the flv file will not stream. The Bytes
    Out(Bytes to the client) number stops incrementing after a 1,000
    bytes. Once you close the browser then the connection to the media
    server is lost. However if I insert a .fla file from Flash
    8.0(which will connect to the streaming server and play) and
    publish it in the Captivate project; It will connect to the server
    and playback the audio but not the video. I turned on and off
    hardware acceleration on my video card thinking that was the
    problem. I would appreciate any help on this. Once I get this to
    work I can justify purchasing the full version of the Flash Media
    Server.

    I think this isn't really an InDesign issue at all. It sounds like an Acrobat issue.
    First, you haven't said what version of Acrobat you're using. I'm assuming Acrobat X Pro?
    I've used this with a friend's Flash Media Server so I know it works. What version of Flash server do you have installed?
    I the link you provide I see a spaceband after the word "test" in the path. Could that be a problem?
    Other than that, it appears that you're following the requirements listed in the Help file for Acrobat X Pro.
    If you have further problems, you might post this on the Acrobat User Forum.

  • How to store streaming video file

    Hello friend
    Am streaming video file with use of VLC player,while streaming the video file i want to receive and store the video file.

    You first need to know, how VLC streams the data. If you know that, you have to write client code, which can connect to VLC and receive packets. The next step would be to analyze the packets and extract the video/ausio data from it and write it to a file. But all depends on what video format is streamed with which protocol.

  • I'm new to after effects--I want to scale up a H.264 video file using bicubic. How do I do that?

    I'm new to after effects--I want to scale up a H.264 video file using bicubic. How do I do that?

    Here is detail about the bicubic sampling option added in After Effects CC (12.0):
    http://blogs.adobe.com/aftereffects/2013/06/bicubic-resampling-for-improved-scaling-and-ot her-transformations-in-after-effects.html
    As Rick says, you can get even better results for many videos (though at the expense of longer processing time) using the new Detail-Preserving Upscale effect added in After Effects CC (12.1):
    http://blogs.adobe.com/aftereffects/2013/09/after-effects-cc-12-1-whats-new-and-changed.ht ml

  • I have a VI A. I want A to call another VI B and execute. After B executes, I want it to close automatically and go back to A. Is this possible ? I tried using open reference and those methods, but I am not able to do it. Can someone help me ? Thanks !

    Thanks !
    Kudos always welcome for helpful posts

    Re: I have a VI A. I want A to call another VI B and execute. After B executes, I want it to close automatically and go back to A. Is this possible ? I tried using open reference and those methods, but I am not able to do it. Can someone help me ? Thanks !Hi Stephan ! Thanks ! I guess I explained my question not so right. I've created a customized menu and at the instance of me selecting a menu, a VI should load itself dynamically. I am using call by reference. Sometimes it works and sometimes it won't. In short, what I want to achieve is load VIs dynamically and close them dynamically once they finish executing. Thanks !
    Kudos always welcome for helpful posts

  • My macbook has problems streaming video when using an external monitor

    I have a MacBook from 2007.  I have a converter so that the MacBook can be connected to an external monitor, and have connected it to my TV.  This works fine, but if I am streaming videos and trying to watch on the TV, the streaming becomes very choppy, almost like the wireless connection is too slow.  If I unplug the computer from the TV, however, the streaming returns to normal.  I previously connected to a TV with an S-video connection and the problem did not seem as prominent.  Now I am connecting to a HD tv using an HDMI connection.
    Any suggestions for how to alleviate this?  I haven't updated or upgraded the memory or RAM, possibly that would help?  Would the amount of files I am storing be causing the problem?  I currently have 50 GB available.
    Thanks for any help!
    Conor

    Make sure your Mac is set to a resolution and frequency that your monitor supports.
    The other possibility is that your graphics card is fried, but that seems unlikely since your computer is new. Before too long, you should make sure your graphics card is OK using the Apple Hardware Test, but I'm not sure how reliable that is because it claims that my partially broken graphics card is OK.

  • Need Help Streaming Video From Web Server Built Into Application - Linksys WRT54g Router

    Very much appreciate any help getting streaming video feed from web server built into video application to work properly using port forwarding on my Linksys WRT54g wireless router.
    Here is the situation:
    My PC is connected to the internet via a Linksys WRT54g wireless router.
    The Windows XP Pro SP2 firewall is enabled, with a firewall exception established for the video camera application.
    On the router, forwarding of port 80 is enabled for the LAN IP address of the PC running the video application with an embedded web server, and the web server in the video camera application is also set to use port 80.
    I have a free DYNDNS account and also run the DYNDNS updater program on the PC running the video application with embedded web server. According to the DYNDNS web site and the DYNDNS updater program, the IP address assigned to the machine running the video application with embedded web server is set correctly in my dyndns account.
    When I open a browser (Explorer or Firefox) on the PC running the video camera application with embedded web server, I am able to  connect to the video application's web server by going to the dyndns address linked to the machine running the video application. The video application's web server is set to use the dyndns address. That's the good news. The bad news is that I can't connect to the video application's web server from any machine that connects to the internet that uses a router other than the router used by the PC running the video application. I am only able to connect to the streaming video from the application's web server only on machines that connect to the internet using the same (home) router used by the PC that is running the video application.
    Since I am able to connect to the video app's embedded web server successfully on the machine running the video application, it seems that at least something about the current port forwarding settings is correct. For example, if I uncheck 'enable' for forwarding of port 80 on the router settings page, I am no longer able to connect to the video app's web server when I try to do so in a browser running on the machine running the video app. When I re-enable port 80 forwarding on the router, I am again able to connect to the web server of the video application on the machine running the video app. I thought that by enabling forwarding of port 80 on the router and associating that port with the LAN IP of the machine running the video application, it would be possible to connect to the streaming video of the video app's embedded web server from ANY machine connected to the internet, but that is not the case. There must be some other router settings to update/change in order to get the port forwarding working to enable a successful connection to the video web server, but I am stumped. Very grateful for any suggestions as to how to get this working properly.
    Thanks in advance...

    The firewall log can be configured on the third tab in the window for the firewall settings, where you can turn the firewall on and off completely.
    From your tests, though, it does not seem to be the firewall. However, to be sure, it would be good to check the log. It will help to eliminate the firewall as the culprit and you may find it handy in the future, too. ;-) Just don't forget to turn the log off again after you are done because it may cause some performance penalty on your system while on.
    From what you write, it seems as if I should give a little networking background on the ip addresses you'll see. Your setup is (or should be) a modem connected to the WAN/Internet port of the WRT. The computer is connected into a LAN port of the WRT.
    Your router has two IP addresses (that's what makes it a router): a WAN address and a LAN address. The WAN address is the address assigned by the ISP. It is a normal internet IP address. Everyone is able to send packets to this IP address. The WAN address is the one reported by whatismyipaddress.com, it should be listed in the dyndns record and it is the address that your router shows on the Status page. It's the public IP address of your router. Dyndns maps your dyndns.org name to that IP address.
    Your router also has an IP address on the LAN side. You can configure it to be whatever you want. The default is 192.168.1.1 with netmask 255.255.255.0 and it is better to leave it like that or at least inside the network 192.168.*.*. 192.168 is a special, reserved IP address range for private networks. Basically, routers in the internet are not supposed to forward addresses in this range. That makes them suitable for private LANs as the packets never can get anywhere. Most people using Linksys routers have there LAN in 192.168.1.*.
    The router acts as gateway, which means it forwards packets from PCs in the LAN to the internet and back. As all your PCs in your LAN share a single WAN IP address, the gateway does address translation (NAT). This works only in one direction: from the inside to the outside. The router remembers when a PC in your LAN sends something out and accepts the responses in and sending them back to the PC. If something comes in from the internet which cannot be associated with a ongoing communication the packet is dropped unless you use port forwarding.
    All computers in your LAN either have a static IP address assigned or use DHCP to get it automatically. The router has a DHCP server as well which gives out IP address from 192.168.1.100-149 if not changed. With a router with default settings static IP addresses can be in the range of 192.168.1.2-99 and 150-254.
    ipconfig /all reports your IP address in your LAN, i.e. an address 192.168.1.*. The gateway in this output should be 192.168.1.1 which is your router. And packet no in the LAN address range 192.168.1.* is send to the router which forwards the packets into the internet.
    An address 192.168.1.* should not appear as internet address in the Status page of the router nor should it appear at dyndns.
    Port forwarding is used to operate a server in the LAN. By default, a server in the LAN cannot be reached from the internet. You have to configure port forwarding for this. You configure that traffic bound for a specific port (e.g. TCP port 80 for http) on your WAN IP address is forwarded to the same port on a specific LAN IP address. If your server runs on 192.168.1.50 than traffic to your WAN IP address port 80 is forwarded to 192.168.1.50 port 80. That way your HTTP server can be reached from the internet. As you can only configure a fixed IP address in port forwarding it is recommended that the server uses a static IP address and not DHCP as in the latter case the IP address may change over time...
    O.K. so much for networking. I hope that makes things a little clearer and you can verify that your setup is how it is intended to be.
    I suggest the following: on the router's security page there is an option to block WAN requests. Remove the check if it is set (meaning: do not block). After you did that change you should be able to ping your WAN address (e.g. ping xxxx.dyndns.org) from the internet. That way we know that it is on the correct address.
    Also on the Administration page make sure that remote management is disabled (should be like that per default) or that the management port is NOT 80 but for example 8080. What is your your UPnP settings on the same page?
    O.K. that should be enough for the moment...

  • Exposing audio & video files on server to Win7 & Win8 & XBOX Clients

    Server 2012R2 DataCenter
    This server environment  is for Home based business and home PC's.
    I have stored Windows player files & Video on the server. How can I access the video on the Xbox
    John Lenz

    Hello,
    how to use Xbox please ask in http://forums.xbox.com/ and there describe what you are trying to achieve.
    Best regards
    Meinolf Weber
    MVP, MCP, MCTS
    Microsoft MVP - Directory Services
    My Blog: http://blogs.msmvps.com/MWeber
    Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
    Twitter:  

  • Unable to import/preview any video file using Lightroom 5/5.2

    Hi,
    I am a fairly new user to Lightroom (around 4 months), and have been fascinated by the capabilities of this software when it comes to photos. From the start, I used to notice (but chose to ignore) that lightroom would not be able to import any of my video files successfully (all in supported formats such as avi, mov, mp4, usually mov from my Nikon DSLR). Recently, I have started digging around to find a solution for this and fix this issue of not being able to preview or import any video file. I have gone through most of the related posts around the interwebs about this (including installing QuickTime, checking my AntiVirus, checking specific processes whether they are running or not). As a last attempt to resolve this, I am hoping to get some expert help on this form. As a sample of the error message which I get to see everytime is attached below. Also given below is my system info. I can provide further debugging information if required, but I really, desperately want this to work and be able to import videos. Thanks a bunch!
    Lightroom version: 5.2 [922700]
    Operating system: Windows 7 Business Edition
    Version: 6.1 [7601]
    Application architecture: x64
    System architecture: x64
    Logical processor count: 8
    Processor speed: 3.5 GHz
    Built-in memory: 8077.8 MB
    Real memory available to Lightroom: 8077.8 MB
    Real memory used by Lightroom: 306.1 MB (3.7%)
    Virtual memory used by Lightroom: 281.2 MB
    Memory cache size: 0.0 MB
    Maximum thread count used by Camera Raw: 4
    System DPI setting: 96 DPI
    Desktop composition enabled: Yes
    Displays: 1) 1920x1080
    Application folder: C:\Program Files\Adobe\Adobe Photoshop Lightroom 5.2
    Library Path: C:\Users\Soumya\Pictures\Lightroom\Lightroom 5 Catalog.lrcat
    Settings Folder: C:\Users\Soumya\AppData\Roaming\Adobe\Lightroom
    Installed Plugins:
    1) Behance
    2) Canon Tether Plugin
    3) Facebook
    4) Flickr
    5) Leica Tether Plugin
    6) Nikon Tether Plugin
    Config.lua flags: None
    Adapter #1: Vendor : 10de
              Device : 11c0
              Subsystem : 354e1458
              Revision : a1
              Video Memory : 1994
    AudioDeviceIOBlockSize: 1024
    AudioDeviceName: ASUS VS247-1 (NVIDIA High Definition Audio)
    AudioDeviceNumberOfChannels: 2
    AudioDeviceSampleRate: 44100
    Build: Uninitialized
    CardID: 4544
    Direct2DEnabled: false
    GPUDevice: D3D
    MaxTexture2DSize: 8192
    OGLEnabled: true
    Renderer: NVIDIA GeForce GTX 660
    ShaderModel: 11.1
    Vendor: Nvidia
    VendorID: 4318
    Version: 10de:11c0:354e1458:00a1

    does your computer got Quicktime? if not then that might be the cause of it as i've got my issue solved by installing it.
    hopes this help.

  • Possible to download file using ajax on demand process?

    In the past I've used procedures with the wpg_docload.download_file function to download files by granting public to the procedure and executing the download from a report link (such as http://localhost:8080/apex/schema_name.download_blob?file_in=xxx)
    I'd like to move to the download to a link that's called from an ajax called on demand process. Is this possible? I have got the report link calling a javascript function passing the rowid in and running the same download_blob procedure via the on demand process but, whilst the code runs OK it does not return the prompt box for the user to open/save the file. I guess this might be because it's not returning it to the javascript in the proper way but I'm v flaky wrt to ajax.
    var ajaxRequest = new htmldb_Get( null , &APP_ID. , 'APPLICATION_PROCESS=download_blob' , 0);
    var ajaxResult = ajaxRequest.get();
    Thanks
    Simon

    To be honest, it's not a big deal, I wanted to do it this way as we have data stored as BFILES and some of the downloads are so big they take a while to load into a temp_blob and thus I wanted to call it from java script so I could call a loading "div" 1st, so the user does not see the screen hanging. However I've changed the code to load the BFILE into an actual blob 1st (through an ajax process) and then return a link to the screen pointing to an app process which opens the blob.

  • How to download video files using java

    hi,
    i am designing a download manager using java. Although i am able to download html pages and images as of now, i am facing problems while downloading the video files. Can somebody please guide me as to how to do this.
    Thanks in advance,
    Arun

    All types of data should be downloaded in same way. What is your problem: exception or something else? Post here.

  • Help! Lost all Captured Video Files Using FCE 3.5 and Lacie 1TB Drive

    Hi all...
    I was wondering if anyone here could advise me on a most dissapointing occurence...
    A few weeks ago, I started learning Final Cut Express 3.5. I began by setting my scratch disk to my new Lacie 1TB drive and loading about 5 tapes to the drive via the capture function in FCE... all went well. I then spent the next couple of days organizing all the clips and subclips into bins that I made based on the kind of clips I had shot (my first doc attempt on a local photographer).
    Editing a trailer of sorts to practice in FCE, I slowly but surely came to understand the power and functionality of FCE... things were going well. Along with the clips, I also added folders on the hard drive with still photographs, title cards made in photoshop and sound clips that I had made of traffic noises with a mp3 recorder (all sound files were converted to aiff files in quicktime pro). All these files from the hard drive were then imported into FCE and put into their own bins in the browser to keep them seperate from everything else.
    Late last night, while opening FCE for another session, the software reported that all of my video files were "offline" and "did I want to reconnect them". I'd had this warning before, but only when my Lacie drive hadn't been turned on while starting up FCE... this time it was on and I was still getting the reconnect warning.
    Now I find that ALL of my video files are gone!! The 200 GB of space they took up on the Lacie drive has been regained... either deleted by FCE or by the drive itself... I don't know which. The weird thing is, that the folders containing the sound, and still photos that i put together are still fine, both on the Lacie drive AND in FCE. You'd think if it was a faulty drive that all files would be deleted, or if it was FCE going beserk, that it would kill all bins, not just the video files...
    This issue really is difficult because I just don't know which item is at fault and I'm reluctant to try downloading all my data again because I don't know piece of hardware is killing my files... My FCE is not a pirated copy... am using a mac book pro 15" 2 years old w/OS 10.4.11.
    Any help or advise would be greatly appreciated!!!
    Thanks very much
    Take care
    Mark

    Problem solved - I had deleted all the necessary preference files. I did not reinstall Quicktime, thanks for the suggestions, though. I called Apple Care. A very helpful person on the other end of the phone directed me to trash the preferences (again). No luck. He asked me to create a new user, which I had not done, the problem was still there. The fix was a reinstall of FCE HD. All's good now. Thanks, Apple Care!
    Darth

  • Streaming m3u files using iTunes and not QuickTime plug-in

    Hi,
    I am listening to mp3 files using a webserver and streaming m3u files. When I click on the url I get the QuickTime plug-in. I don’t like the QuickTime plug-in very much so I would like to have iTunes starting instead of QuickTime.
    I have chosen to use iTunes for m3u files but it do not work. If I save the m3u file to my disc and double click iTunes is starting as I want but not when clicking on the link in Safari.
    Is there any solution to get iTunes starting when clicking on a link instead of QuickTime plug-in?
    The link looks like this: http://www.samplelink.info/custom.m3u?ltype=SEARCHRESULTS
    Thanks in advance.
    Jarle

    Hi
    I'm generally ignorant in the way of those computer thingies, but seeing as no one else has responded, I'll venture my poorly informed opinion.
    It seems to me that what you're asking for can't be done (as yet). What you would need is an "iTunes plug-in" effectively, which I don't think exists.
    The only way you could set iTunes as the default for playing m3u is to leave the web/browser context (i.e. by downloading the m3u file) and then opening it with iTunes, which you already know how to do.

Maybe you are looking for