[vlc-commits] commit: stream_filter/httplive.c: HTTP Live Streaming (Jean-Paul Saman )

git at videolan.org git at videolan.org
Tue Oct 12 22:07:21 CEST 2010


vlc | branch: master | Jean-Paul Saman <jean-paul.saman at m2x.nl> | Tue Sep 14 20:42:30 2010 +0200| [1723efcc374b22d54896b16ee0fb168018864d37] | committer: Jean-Paul Saman 

stream_filter/httplive.c: HTTP Live Streaming

Support HTTP Live Streaming as described in the IETF draft standard:
 * http://tools.ietf.org/html/draft-pantos-http-live-streaming-04#page-8
and Apple its description:
 * http://developer.apple.com/library/ios/#documentation/networkinginternet/conceptual/streamingmediaguide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40008332-CH1-DontLinkElementID_29

Not implemented (yet):
- Encrypted streams (EXT-X-KEY)
- playlist reloading for live streams

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1723efcc374b22d54896b16ee0fb168018864d37
---

 modules/stream_filter/Modules.am |    2 +
 modules/stream_filter/httplive.c | 1439 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 1441 insertions(+), 0 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=1723efcc374b22d54896b16ee0fb168018864d37


More information about the vlc-commits mailing list