Why does an Interruption to a HTTP Live Stream (HLS)  cause the recorded version to play ?

We have set up Adobe Media Server to stream HLS. It all works great but when the stream is interupted and we start it again it draws in the recorded asset instead of continuig the live stream. What are we doing wrong?

Hi ariestav,
This is known to have some initial lag in the http streaming. HTTP streaming unlike RTMP requires a playlist to be generated first. Since we don't store any playlist on to the disk, this is generated just-in-time as you request. Also, HTTP unlike RTMP requires generated a particular size chunk and downloading. But most solutions around HTTP don't bother from this, because they are supposed to be run behind a HTTP caching system. So lag and all is just for the first user. You can't imagine 1000 HTTP subscribers all hitting the origin server.
Though I might give you some hints to reduce the lags. For this you try reducing the HTTP chuck size. This is by default configured at 8 seconds. You may try setting it around 4 seconds. You can edit HLSMediaFileDuration in httpd.conf under hls-vod tag to 4000.
For better seeking purpose, please try keeping the keyframe interval in your file a factor of HLSMediaFileDuration. Hope this helps http://knowfms.wordpress.com/2011/09/22/best-practices-for-setting-ios-media-file-duration /
Though I said above some initial lag is known, but that doesn't mean it should be too much to be unbearable. If you feel this is too huge, please consider sending me your test file. I will test it out for any possible bugs. You can send me at [email protected]
Good news is that we are working on improving the performance as max possible.
For other issues like artifacts/ choppy playback, also please provide the details about
1. file encoding settings
2. Device and ios-version on which you tested.

Similar Messages

  • Use HTTP Dynamic Streaming (HDS) and HTTP Live Streaming (HLS) to serve live streams to clients over HTTP

    I have created a live stream of a video and it gets stored in live folder.
    Now i need to use HTTP Dynamic Streaming (HDS) and HTTP Live Streaming (HLS) to serve live streams to clients over HTTP, publish the streams to the HTTP Live Packager service on Flash Media Server.
    So what necessary steps do I  need to follow to do that ??

    You need to generate a manifest file using Configurator tool and placed it under the webroot directory.
    C:\Program Files\Adobe\Flash Media Server 4.5\tools\f4mconfig\configurator

  • HTTP Live Streaming and 3rd party servers.

    I have a working HTTP Live Streaming (HLS) setup on my Snow Leopard server, where I have the live stream embedded in a Safari page via HTML5. I want to setup a very basic kind of CDN with something like a Microsoft 2003 Server, where the encoding and segmenting of the stream is handled by the Snow Leopard Server  but the hosting / distribution of the stream / site is handled by the Microsoft server.
    I'm looking for documentation on how to go about doing this. I know that it's possible to configure HLS to work with commercial CDNs like Amazon Cloudfront and Akamai, but my needs are much smaller as I'm looking to serve very few clients.
    Thanks

    https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-caused-malware

  • Where are HTTP Live Streaming Tools

    I am trying to install mediastreamvalidator, mediastreamsegmenter, mediafilesegmenter tools for my mac machine version 10.6.8 
    As mentioned in this link about downloading required tools 
    http://developer.apple.com/library/mac/#documentation/NetworkingInternet/Concept ual/StreamingMediaGuide/UsingHTTPLiveStreaming/UsingHTTPLiveStreaming.html 
    As above artical says: 
    "The tools are frequently updated, so you should download the current version of the HTTP Live Streaming Tools from the Apple Developer website. You can access them if you are a member of the iPhone Developer Program. One way to navigate to the tools is to log onto connect.apple.com, then click iPhone under the Downloads heading."
    After logging in to site connect.apple.com under download heading there is no tab named iPhone, i am unable to find this link.
    If these tools are stored else where can some one please provide me the updated link? 
    I need these command lines for developing HLS serve.
    Thanks

    You need an iPhone Developer Account to download ... if you can't see the link then you don't have access or aren't logged in.

  • Apple iPhone Http Live Streaming in Flash (Free OSMF library released)

    Hello everyone, recently I've read (http://www.flashcomguru.com/index.cfm...) that Matthew Kaufman has developed an AS3 library which adds support for Apple HTTP Live Streaming (HLS) to OSMF and released it under the MPL open-source license.
    HLS (wich is a proposed RFC open standard) is the required protocol to  deliver VOD or live stream to Apple devices and it's also supported on  Android; having it supported in a flash based media-player can make you  reach both desktop and mobile users using just HLS, without the need to  offer different distribution method.
    Benefits:
    Less complexity for content distributor and lower distribution costs!
    What about integrating HLS in StrobeMediaPlayback? ...maybe using the cited MPL AS3 library, I'm not an AS expert and the library lack documentation but
    it should be possible, isn't it?

    You need an iPhone Developer Account to download ... if you can't see the link then you don't have access or aren't logged in.

  • HTTP Live Streaming for Apple IOS devices

    HI,
    We have installed FMS 4.5, including Apache 2.2, on a 64-bit Windows 2008 R2 server following the instructions given in the video that can be viewed here:
    http://www.adobe.com/devnet/flashmediaserver/articles/install-verify.html
    Browsing to the test page for the server works fine for HTTP Dynamic Streaming and RTMP Dynamic Streaming samples.  However, when we try to use the HTTP Live streaming samples on the test web page on an iPad via AnyConnect, we only see a blank page with a small Abobe Flash icon in the top left hand corner which is basically saying that Flash has been detected on the page and is not supported by the iPad.
    The above video shows HLS working on an iPad with no additional installation steps.  Can anyone hep?

    Found the answer
    The home page on the Adobe server has an error in its javascript.
    if (uagent.search('iphone') != -1 || uagent.search('ipad') != -1) {
    should be
    if (uagent.search('iPhone') != -1 || uagent.search('iPad') != -1) {
    ....capital P's.

  • How does HTTP live streaming support subtitles?

    Our app currently is on HTTP Live Streaming and everytime we scrub (fast forward or rewind) or if with low connection (buffering), the subtitle gets off-sync. Videos are segmented into 10 seconds so when you scrub, it jumps back to the nearest start of segment and when it does, it does not provide the exact and correct current playback time so we can't accurately compute for the offset, thus subtitle gets off synch.
    Our one solution is to use ID3 tagging when we encode our videos so we know exactly the time when segments starts. Unfortunately, there are not much encoding system that uses this yet.
    Any ideas on this?
    Thanks!

    Unfortunately, QTSS doesn't support HTTP Live Streaming. I wonder why Apple did not implement QTSS in Snow Leopard Server.
    However, Helix Universal Server from Real can do the trick.
    http://www.realnetworks.com/products-services/helix-server-proxy.aspx

  • Does QTSS support HTTP Live Streaming?

    Hi all,
    I'm trying to create a streaming architecture based on HTTP Live Streaming.
    Does anyone know if QTSS supports the HTTP Live Streaming?
    And if not... is there any server that supports it?
    Thanks for the replies.

    Unfortunately, QTSS doesn't support HTTP Live Streaming. I wonder why Apple did not implement QTSS in Snow Leopard Server.
    However, Helix Universal Server from Real can do the trick.
    http://www.realnetworks.com/products-services/helix-server-proxy.aspx

  • WHY DOES IT ACT LIKE I AM OPENING ITUNES UP FOR THE FIRST TIME

    WHY DOES IT ACT LIKE I AM OPENING ITUNES UP FOR THE FIRST TIME

    dewin1or wrote:
    I want to extend the length of the song by repeating the first 28 measures.
    split the region at the 28th measure
    http://www.bulletsandbones.com/GB/GBFAQ.html#split
    (Let the page FULLY load. The link to your answer is at the top of your screen)
    then select only the first region and option-drag it to the end of the song

  • In addition to my home page, every time I start Firefox a tab opens with notifacation of an updated addon. Why does this tab continue to appear even though there is no updated version of the addon?

    In addition to my home page, every time I start Firefox a tab opens with notification of an updated addon. Why does this tab continue to appear even though there is no updated version of the addon?

    See these articles for some suggestions:
    *https://support.mozilla.com/kb/Firefox+has+just+updated+tab+shows+each+time+you+start+Firefox
    *https://support.mozilla.com/kb/How+to+set+the+home+page - Firefox supports multiple home pages separated by '|' symbols
    *http://kb.mozillazine.org/Preferences_not_saved

  • How to create encrypted HTTP Live Streaming Videos?

    Does Compressor4 have any features (or scripts that can be run post-compression) to create encrypted HTTP Live Streaming Videos?
    It works great for creating UNencrypted ones, but I need to make some encrypted ones also.

    I found it out: You have to use "New Batch From Template" and choose “HTTP Live Streaming". Then you have to create a new folder where the output goes to in the "Information" window. There is also a checkbox which instructs Compressor to create a "readme.html".
    Then a folder for every quality setting is created, where all the .ts files go to and the playlist files as well. Works like a charm, as soon as you found out how to do it.

  • Why does siri come on by itself while it sits on the table no one touching it?

    why does siri come on by itself while it sits on the table no one touching it?

    michael jfromtaunton wrote:
    why does siri come on by itself while it sits on the table no one touching it?
    If you're not running iOS 8 as you describe you are not, and Siri keeps coming on, this could be a hardware failure of the Home Button.
    Try these steps:
    Basic Troubleshooting Steps when all else fails
    - Quit the App by opening multi-tasking bar, and swiping the App upward to make it disappear.  (For iOS 6 older, hold down the icon for the App for about 3-5 seconds, and then tap the red circle with the white minus sign.)
    - Relaunch the App and try again.
    - Restart the device. http://support.apple.com/kb/ht1430
    - Reset the device. (Same article as above.)
    - Reset All Settings (Settings > General > Reset > Reset All Settings)
    - Restore from backup. http://support.apple.com/kb/ht1766 (If you don't have a backup, make one now, then skip to the next step.)
    - Restore as new device. http://support.apple.com/kb/HT4137  For this step, do not re-download ANYTHING, and do not sign into your Apple ID.
    - Test the issue after each step.  If the last one does not resolve the issue, it is likely a hardware problem.

  • HT3728 Base station error, air port utility was unable to find my airport device. Why does it say this when it recognizes my airport on the computer? Yellow light has been on

    Base station error, air port utility was unable to find my airport device. Why does it say this when it recognizes my airport on the computer? Yellow light has been on

    On the older version of the AE you can still use older airport utility.
    But once you load the new one you cannot easily go back.. you can load an older 5.6 version though.. instructions below.
    For 6.3 you need to run ipv6 local link.
    see http://support.apple.com/kb/TS4597
    How to load 5.6 into ML.
    1. Download 5.6 for Lion.
    http://support.apple.com/kb/DL1482
    Click to open the dmg but do not attempt to install the pkg.. it won't work anyway.
    Leave the package open on the desktop so you can see the file. AirportUtility56.pkg
    2. Download and install unpkg.
    http://www.timdoug.com/unpkg/
    Run unpkg on the desktop.. If your Mac refuses to run the software, because it wasn’t downloaded from the Apple store, go to security in preferences and allow other software to work.. this is limitation of trade methinks. You can set back later if you like.
    Now drag the AirPortUtility56.pkg file over to unpkg.. and it will create a new directory of the same name on the desktop.. in finder, open the new directory, drill down.. applications, utilities .. there lo and behold is Airport utility 5.6 .. drag it to your main utilities directory or just run it from current location.
    You cannot uninstall version 6 (now 6.3 if you updated) so don't try.. and you cannot or should not run them both at the same time.. although I have had no problems when doing so.

  • HTTP Live Streaming only works in Safari

    I have used the facillity in the share menu to export for HTTP Live streaming. I have uploaded the reulting directory to my wordpress site and can get the video to work in Safari. When I check itwith other browsers though it does not appear. Is there a reason for this?

    Because your not live streaming.  But seriously, it's a specialized codec you shouldn't use unless a client requires it.  Use plain old H.264 for the web.

  • Flash Player Support for HTTP Live Streaming?

    Does Flash Player 11 / Air for TV 3.0 support HTTP Live Streaming ?

    If you need help with posting messages in the forum there is a test forum available at http://forums.adobe.com/community/general/forum_comments/testing

Maybe you are looking for