- 02 Nov, 2010 1 commit
-
-
Jean-Paul Saman authored
HTTP Live Streams are number from 0 in vlc_array_t. The condition in Download() excluded 0 as valid stream. The first element in the array is at index 0, so consider this to be valid.
-
- 26 Oct, 2010 1 commit
-
-
Jean-Paul Saman authored
IV attribute of tag #EXT-X-KEY was parsed for any version of the protocol. However chapter "7. Protocol version compatibility" lists the IV tag being protocol version 2 or higher. This patch restricts the IV attribute to version 2 or higher of the protocol.
-
- 21 Oct, 2010 1 commit
-
-
Jean-Paul Saman authored
Rework on HTTP Live Streaming is being merged in branch 'hls', this brings upstream development on par. Conflicts: modules/stream_filter/httplive.c
-
- 13 Oct, 2010 6 commits
-
-
Jean-Paul Saman authored
Properly pass duration to the correct hls_stream_t instance currently in use.
-
Jean-Paul Saman authored
Take relative URI into account. This patch relies on protocol (s->psz_access) information being included in the stream_t * in addition to psz_path.
-
Jean-Paul Saman authored
In addition to p_access->psz_location also add p_access->psz_access to the contructed stream_t *. It will allow a stream_filter to determine the protocol used in case it was constructed with an access input.
-
Jean-Paul Saman authored
Cleanup
-
Jean-Paul Saman authored
Remove debug code no longer needed.
-
Jean-Paul Saman authored
Remove unused include files.
-
- 12 Oct, 2010 7 commits
-
-
Jean-Paul Saman authored
X264 requires X264_BUILD version >= 83 now and fix a few place where X264_BUILD >= 86 are required.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
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
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
-
Jean-Paul Saman authored
-
- 11 Oct, 2010 17 commits
-
-
Rémi Denis-Courmont authored
-
Jean-Baptiste Kempf authored
Yes, this code is weird, but well
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
Rafaël Carré authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
If the version header is there, the main one should be too.
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
-
Rafaël Carré authored
works around the lack of a recent enough libebml/libmatroska in Debian
-
Jean-Paul Saman authored
There was a race between Peek() and hls_Thread() when using a meta playlist file. In Prefetch() the Download() detected a better bandwidth setting and switched to it. However the segment just downloaded was not available in the other quality. Through checking in Prefetch() if it was switched and then downloading the needed segment the race if prohibited.
-
Jean-Paul Saman authored
Allow using of username/password in URI for downloading segments or playlist files.
-
Jean-Paul Saman authored
Use HTTP access input to download: - playlists from meta index file - playlist files
-
- 10 Oct, 2010 7 commits
-
-
Rafaël Carré authored
the version number hasn't been updated
-
Rafaël Carré authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
Steve Lhomme authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Jean-Baptiste Kempf authored
Spotted by Christoph Miebach Christoph dot Miebach __ web dot de
-
Rémi Denis-Courmont authored
-