Support HTTP Live Streaming
Reported by
nilsatwl...@gmail.com,
Sep 2 2010
|
|||||||
Issue descriptionHTTP Live Streaming is a protocol drafted by Apple. Chromium should support HTML5 video and audio served by HTTP Live Streaming. See: http://tools.ietf.org/html/draft-pantos-http-live-streaming-04 Support among current browsers: Safari 5: OK (on Mac OS 10.6 or above) iOS device: OK (on iOS 3.0 or above) Everything else: FAIL Related: Issue 25573 - Add RTSP support to Chrome Related: Microsoft's IIS Smooth Streaming protocol Keyword: HLS
,
Sep 2 2010
HTTP Live Streaming demo: http://devimages.apple.com/iphone/samples/bipbopall.html
,
Sep 2 2010
,
Sep 21 2010
VLC can handle the .m3u8 playlist file but it starts and stops for each file segment which is useless. I'm stuck with Safari for now. I would love to see support for this and am willing to assist (but I don't have any Chromium experience). I've just built Chromium on FreeBSD so I'll start staring at the code.
,
Oct 26 2010
,
Nov 29 2010
,
Jan 7 2011
I have done an http live streaming application using HTML5 player, how can i make it playing in chrome without flash fallback ?
,
Jan 12 2011
,
Mar 17 2011
With h.264 / mp4 being removed from Chrome is this even on the map anymore? Other codecs could be used, but the main HLS providers today are using h.264. Does honeycomb implement this in a way that Chromium can use?
,
Mar 17 2011
As you state the only available clients (iOS, OS-X Quicktime) are using h.264 for the videoframes with HLS. The "protocol" however seems to be a fine solution for the given problem. Personally I'd love to see the adoption in Chrome because there is no solution for sliding window streaming without plugins today. (Flash, Silverlight, Real,...)
,
Mar 17 2011
> the only available clients (iOS, OS-X Quicktime) This is incorrect. Android 3.0 Honeycomb introduced support for HTTP Live Streaming. http://developer.android.com/sdk/android-3.0-highlights.html
,
Jul 20 2011
,
Jul 21 2011
Is there any explanation about why do you mark it as won't fix? Thanks.
,
Jan 8 2012
> Is there any explanation about why do you mark it as won't fix? I'm looking for an answer as well. Like #10 said, there isn't any solution other ran resorting to ridiculously demanding plugins like Flash, or Silverlight. I would love being able to deliver media through HLS using the webm container and the vp8 codec.
,
Jan 9 2012
People subscribed to this bug may be interested in the issue I have just filed: Issue 109652 : Support MPEG-DASH
,
Feb 9 2012
DASH support using the MediaSource API woud be great
,
Feb 9 2012
Can the a chromium member or the one who marked this "WontFix" please give the reason for that resolution? Even if it is just due to specific plans to support something like issue 109652 (though that didn't exist at the time wontfix was selected), please state something, people think this would be useful and it comes across as patronizing/insulting/dismissive to just give a no without any discussion.
,
Feb 9 2012
http://code.google.com/p/chromium/issues/detail?id=109652#c2 provides the approach we're taking it's very similar to why we don't support MP3 .m3u playlists: javascript can parse such a file and script an <audio> object w/o complicating the browser code building on that concept, while HLS is more complicated that an MP3 playlist with something like the media source API you can accomplish the same end result using codecs, containers, and features of your choosing
,
Jun 27 2012
As noted, HLS is more complicated than MP3 playlist and in fact it provides much more than just playlist support. There are already HTML5 media players with playlist support but they all fail to do GAPLESS playback of media files that is needed for (pseudo)streaming. In-browser HLS support would allow to eliminate the time gap when switching between media files. I (and some other people) did some experiments with two interchangeable <video> elements and I wasn't able to achieve gapless playback. By the way, Google TV (unlike stock Android) does support HLS https://developers.google.com/tv/android/articles/hls It's understandable that Google doesn't want to use certain proprietary technologies but currently MediaSource API have only experimental support and it's not even turned on by default in webkit. There is a big need in mechanisms that would support media streaming via HTML5!
,
Sep 7 2012
Not sure if you've seen this already - http://dash-mse-test.appspot.com/ It seems to be the first signs of Chrome supporting a proper streaming protocol (mpeg-dash), although it's still in early stages at the moment.
,
Oct 14 2012
This issue has been closed for some time. No one will pay attention to new comments. If you are seeing this bug or have new data, please click New Issue to start a new bug.
,
Mar 10 2013
|
|||||||
►
Sign in to add a comment |
|||||||
Comment 1 Deleted