FMS 4 HTTP dynamic streaming in the HTML5 < video > tag

We recently bought FMS4 and I'm in the middle of the implementation.  However, not that it's a HUGE deal, but...

I see conflicting answers in the forums on if yes or not it is possible to stream multimedia content in the < video > tag HTML5 (dating back to early 2010).

Ideally, I would like to stream (most of the time using the flash), but for specific browsers that support it, (chrome, ff, IE9 and select iOS devices) HTML5 video tags.

For example, FMS 4 can do that?

< the video id = 'something' controls = "orders" >

"< source src ="http://video.mydomain.com/vod/myMovie.mp4"type =" video/mp4; codecs = "avc1.42E01E, mp4a.40.2" "/ >"

<!--[if IE]>

< object > blah, blah, blah

blah blah blah < embed > < / embed >

< / object >

<![endif]-->

< / video >

If so, how?  I gave it a shot using the code above (less the "blah, blah, blah' ) and the video plays not - if it is the case, it's a syntax error, then please be so kind as to provide the correct syntax.

However, if this is not possible unless you download something else, like file HTTP streaming package manager or the module for HTTP Dynamic Streaming origin... Please direct me accordingly.

Any help would be greatly appreciated.

Thank you kindly in advance.

No.... for files, you can use progressive via apache.

configuration guide is here:

http://help.Adobe.com/en_US/flashmediaserver/configadmin/WSE2A5A7B9-E118-496F-92F9-E295038 DB7DB.html

Tags: Adobe Media Server

Similar Questions

  • HTTP Dynamic Streaming works only on local computer

    Hello Adobe FMS community,

    Here is my situation: I took the 150, 500 & 700 Kbps examples of f4v files and manuelly them packaged streaming rates using f4fpackager. I then placed in < FMS installation directory >/webroot/httpDynamicStream. When I access the OSMF drive on the local computer (http://[Server's Address]/OSMFPlayer/OSMFPlayer.html LAN IP) and try to play to the URL: http://[Server's Address]/httpDynamicStream/httpDynamicStream.f4m IP LAN, everything works fine. However, when I access the OSMF player that is hosted on another server on the network ((http://[Other Machine of the LAN IP Address]/OSMFPlayer/OSMFPlayer.html and pass in the URL: http://[Server's Address]/httpDynamicStream/httpDynamicStream.f4m LAN IP, I get an error #2048.)) Could someone help me understand what the problem is here? Do I need a crossdomain.xml? If so, please give an example of one that would work.


    Thank you very much.

    Hello

    Please use HTTP Dynamic Streaming.
    As you said, you hit the error crossdomain.xml missing itself (error code 2048 confirmed). Joined a crossdomain.xml allowing all sample (and so risky for the purposes of the tests) that you can use.

    Thank you!

  • What version of the BlackBerry browser supports the HTML5 video element? Any estimate of the number of blackberry phones that support video?

    What version of the BlackBerry browser supports the HTML5 video element? Any estimate of the number of blackberry phones that support video?

    The

    https://developer.BlackBerry.com/HTML5/documentation/html_elements_2006657_11.html

  • How to you turn off auto-play the HTML5 videos in Safari?

    How to you turn off auto-play the HTML5 videos in Safari?

    I speak not of advertising videos.  It seems that there is a new trend that sites add the AutoPlay videos as part of their normal textual content.  It's really annoying to try to read the article and have this semi-connexes video game.

    Is there a Safari Extension or a hidden setting I'm not about to stop video AutoPlay altogether?

    Thank you

    Stan

    ForeverTangent wrote:

    Is there a Safari Extension or a hidden setting I'm not about to stop video AutoPlay altogether?

    There is a preference setting or an available extension.

  • Multi-rate Live HTTP Dynamic Streaming (HDS)

    Hello world!

    I have question, how do I play Multi Bit rate, Live, streaming HDS? I did a huge search and cannot find how do. I am decoding stream correctly the camera via Adobe Live Media Encoder at AMS.

    everything works fine when I decode single bitrate and play it like this:

    var resource: URLResource = new URLResource ("http://localhost/hds-live/livepkgr/_definst_/liveevent/livestream.f4m");

    manifesto of the var: F4MElement = new F4MElement (resource);

    var mediaPlayerSprite: MediaPlayerSprite = new MediaPlayerSprite();

    mediaPlayerSprite.media = manifest;

    addChild (mediaPlayerSprite);

    with via - manifest file looks like this:

    " < manifest xmlns =" http://ns.Adobe.com/F4M/1.0 ">

    < streamId media = "livestream1" bitrate = "100" / >

    < streamId media = "livestream2" bitrate = "500" / >

    < streamId media = "livestream3" bitrate = "1000" / >

    < / manifesto >

    OK, I found the solution.

    The webroot crossdomain.xml file is not necessary. The thing is to put the manifest file correctly.

    My manifest file - called liveevent.f4m - put in the directory webroot (of AMS) - looks like this:

    http://ns.Adobe.com/F4M/2.0">

    http:// /hds-live/livepkgr/_definst_/liveevent /

    and the actionscript code is as in my first post, with:

    URLResource ("http://liveevent.f4m");

    (he uses OSMF 2.0)

    Note: this solution does not on Flash Media Playback (http://www.osmf.org/configurator/fmp/#) just with a video player in Flash Media Server, and as the code above.

    Cheers!

  • Properties onMetaData missing when reading with HDS (Adobe Http Dynamic Streaming) on FMS4.5

    Currently we have updated to FMS4.5 and make an assessment on HDS.

    We have published our RTMP stream to the livepkgr application and successfully Setup and reading HDS.

    However, we found that we can't access some onMetaData properties during playback.

    1. our onMetaData - use the 'videodatarate' and 'audiodatarate. We try to migrate it to reading HDS, however, we seem to be able to recover the two fields, any suggestion?

    Yes, the metadata is the metadata field that see you in file f4m.

    As I said videobitrate is the flow of the data stream that is already available in the manifest. According to the audiodatarate and custom metadata fields, they are being implemented but not yet available publicly. I'll put you with more information when it is available.

    Thank you.

  • Button to reactivate the HTML5 video microphone?

    It is easy to insert HTML5 video on a webpage with Dreamweaver CS6/CC, and it's easy to put this video on mute. Just click the "Mute" button in the properties panel.

    The code is:

    < video preload = 'auto' the control loop >

    < src = "source ShutterSpeed640.mp4" type = "video/mp4" > "

    < / video >

    TO:

    < video preload = 'auto' controls mute loop >

    < src = "source ShutterSpeed640.mp4" type = "video/mp4" > "

    < / video >

    But I want to do is have muted the page loading, then be a way for the Viewer to reactivate the video.

    I have been searching the forum & tutorials & have not found an answer. Could someone put me on the right track?

    I'm not a whiz at coding, I just push when something does not work in Design mode, and over the years on end back in minimal knowledge. Maybe just enough to make me dangerous... to myself.

    Thank you

    JAF

    But I want to do is have muted the page loading, then be a way for the Viewer to reactivate the video.

    Not what the attribute 'mute '.

    is it already?

  • Does Dreamweaver CS6 Retail Boxed Support HTML5 &lt; video &gt; Tag?

    Hello:

    Retail in box 6 Dreamweaver (not CC) supported inserting video in pages using the tag < video > HTML5?  My client cannot use Flash.   I found conflicting information on the Web.

    Thank you

    Rich Locus

    Perpetual license of the CS6 version does not have the

    Here's the Basic code that I use for html5 video in older versions of DW (with emergency Flash)...

    Paste this code into your source view highlight it, then click on the + button on the bottom of your Snippets window and give it a name. From here out, you just double click on this snippet to add the video. Make sure you have at least two extensions of video source to cover all browsers and're you good to go.

    HTML tag video

  • Storage DVR when you use HTTP dynamic streaming

    Hello

    When you use DVR with RTMP streaming flow could / should be registered as a single large file on the server, but when using HTTP streaming stream will consist of many files of chuncked; in this case how the flow will be backup, FMS 4 will bring together the pieces? will unlikely, that pieces of flow be saved? in this case, I wonder what tool could be used to access and make videos of him. What is the exact of the FMS4 behavior when dealing with storage of DVR HTTP streaming?

    Thank you

    I want to correct you here: HTTP Streaming application are served as a segmented files, but recording is great single file whereas you have just one segment - if you gave segmentduration then you would multiple files. I hope this clears your doubts regarding the DVR HTTP Streaming.

  • Can not see the dynamic text on the music video for the main stage

    Hello

    I'm a complete newbie to Actionscript using Flash MX. I created a clip with a dynamic text box which works fine when I test the movieClip stage.   I brought that on the main movie timeline, and when I go to test the movie, dynamic text no longer works.  I tried actionsript options on the main timeline and the chronology of the film but can not know where I am going wrong. Could someone give me a procedure not to not very basic as to what I have to do to make this work?

    Thank you

    TIFF

    Search for the loadVariables function so that you use it properly.

  • Insert the HTML5 video options

    My apologies if this has already been asked.

    I currently use the DW CS6 cloud version on my laptop and my work partner executes the CS6 box on him.

    My version has additional features such as 'media' insert the Panel and also new features in 'Form' but its not!  We have tried to update its version, but to no avail. The question is Adobe will do the extra features I have in my cloud of Dreamweaver version available for versions non-nuage or is there away around this problem?

    Spudman wrote:

    The question is Adobe will do the extra features I have in my cloud of Dreamweaver version available for versions non-nuage

    Yes, version CS7 DW.

    One of the most widely advertised benefits of the Cloud version is access in advance to the new way of features before the non-Cloud version.

    Adobe has indicated that the non-Cloud version will get security and bug fixes. Cloud will get news more gradually.

    Cloud version is 12.1. Version non-Cloud is 12.0.2. Versions no-Cloud cannot access the cloud update 12.1.

    You can always set up the page in the version of cloud. The non-Cloud version can copy the code.

    Have you thought about the version no-Cloud of switching to the cloud?

  • HTTP Live Streaming for Apple IOS devices

    Hello

    We have installed FMS 4.5, including Apache 2.2 on a server of Windows 2008 R2 64-bit according to the instructions provided in the video which can be seen here:

    http://www.Adobe.com/devnet/flashmediaserver/articles/install-verify.html

    Accessing the test page for the server works fine for HTTP Dynamic Streaming and RTMP Dynamic Streaming samples.  However, when we try to use HTTP Live streaming of the samples on the test on an iPad via AnyConnect web page, we see only a blank page with a small icon of Abobe Flash in the upper left corner which is basically saying that the Flash has been detected on the page and is not supported by the iPad.

    The video above shows HLS working on an iPad with no additional installation steps.  Can you hep?

    Found the answer

    The homepage on the Adobe server has an error in the javascript.

    If (uagent.search ('iphone')! = - 1 | uagent.search ('ipad')! = - 1) {}

    should be

    If (uagent.search ('iPhone')! = - 1 | uagent.search ('iPad')! = - 1) {}

    .. .capital P

  • The point on the compatibility of the browser with HTML5 video and mp4s?

    I currently have a mp4 video on my site, and the video is currently hosted by YouTube. But I would like to move it to our web server using the HTML5 video element. So far, pretty simple:

    < div id = "videodiv" >

    < src = "videos/video my_video.mp4" control width = '100% ' > < / video > "

    < / div >

    What I read, I was ready to provide alternative (webm and ogg) formats, but I tested it with Firefox, Chrome and IE10, and they seem to all work. I do not have to provide three versions of the video, because it is a precursor to a 8 added more videos to our Web site. The browser world all got on board with mp4 now, or do I always have to provide alternatives?

    Thank you

    http://techslides.com/demos/sample-videos/small.MP4' type = "video/mp4" >

    If you don't see this, you are using a

    outdated browser that does not support

    the video tag.

    All modern browsers now support MP4.  Not so a few years ago. So we used relief WEBM and OGG.

  • Play HTML5 video with JavaScript does not hide the overlay dimming video

    I googled this problem and found nothing useful and also checked the area of support here and still nothing. I'm creating a webpage with HTML5 video. I made a layer with the video object that is hidden with CSS, until the user clicks on a link. When the user clicks on the link, I use a JavaScript function to display and play the HTML5 video object. Works fine except that Firefox keeps the overlay in place play button while playing my video! If I click on the overlay, the video stops. Then if I click again, the overlay disappears and the video resumes playback.

    I realize there are solutions that can be pirated. But it is certainly a bug that the rest overlay in place after the start of the video via a JavaScript command. I hope that this problem finds its way to the right people at Mozilla for resolution.

    Thank you
    -DK

    Can you please update to Firefox 18.0.1 and see if the problem exists in a new profile? (13 is no longer supported)

    Use the Profile Manager to create and delete profiles Firefox

    If this happens again please give an example of site Web with the show and the screenshots of what should happen compared to what's going on

  • How to do HTML5 videos works again?

    I've recently updated for Firefox 35 and now HTML5 videos will not work. I have NoScript, but disabling or removing it does not solve the problem. Switching in safe mode does not solve the problem. The problem is solved using a fresh profile or removing the prefs.js file, but this is not an option for me, as all my settings from scratch would be tedious hassle with that I wouldn't rather deal with restoration.

    I know that the problem is with the update for Firefox 35 precisely because everything was working fine before and stopped working after. To be absolutely certain, I turned on my laptop that had the exact same extensions and settings imported to it from this computer with FEBE earlier. He used the 34.0.5 version and all was well with this version. I tested it with the site of the vine, all the videos worked. It also downloaded the update for Firefox 35 in the background and as soon as I restarted, the HTML5 videos were broken.

    It's certainly something that Mozilla has changed but I forgot to change/remove an old framework which is scrub place works. If I could just figure out which lines in the prefs.js file was causing the problem, I would delete/change myself in Notepad.

    For the record, I already had media.windows - media - foundation.enabled set to false. Videos that use Flash seem to work. I think Vimeo using HTML5, but it is the site of Flash videos not only that I could find that still works. Flash and Java have been updated the most recent versions.

    COR - el said

    Start Firefox in Safe Mode to check if one of the extensions (Firefox/tools > Modules > Extensions) or if hardware acceleration is the cause of the problem.

    As I said, safe mode does not solve the problem. He is not one of my extensions. I tried to disable hardware acceleration earlier, but wasn't it no more.

    Your list of details of the system shows that you have a user.js file in the profile folder to initialize prefs each time you start Firefox.
    The user.js file is present than if you or another software has created this file and normally it wouldn't be here.

    It has only these two lines:
    user_pref ("protocol - handler.warn - external .dnUpdate", false);
    user_pref ("browser.sessionstore.resume_from_crash", false);

    Sure they are related to the extension, so I don't touch them.

    There the prefs of media who do not by default?

    • Media.*. Enabled

    As I said, media - media.windows - foundation.enabled is set to false and it was the only entry with this search term that was not established by default. I changed to true and restarted and it fixed everything. Funniest, however, do the opposite was a solution proven for people with this problem in the past. This site says to do. You have said to do! https://support.Mozilla.org/en-us/questions/961627

    So, anyone read this for future use, you may or may not have changed this setting later in 2013. Firefox 35 requires you to change back. Problem solved.

Maybe you are looking for