Changes between Initial Version and Version 1 of Ticket #1642, comment 11
- Timestamp:
- 08/19/2012 10:54:37 PM (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1642, comment 11
initial v1 1 Note, in HLS-ilve two things should happen:1 Note, in HLS-ilve here is what is happening: 2 2 3 If no #EXT-X-ENDLIST is found in the playlist.m3u8 3 When a client reads an .m3u8 file, and if no #EXT-X-ENDLIST is found in the playlist.m3u8 it's in live mode not vod mode. 4 4 5 The client, when reaching the last file in the playlist, will re-request the playlist.5 In which client, when reaching the last file in the playlist, the client will automagically re-request the playlist until it find a playlist containing the #EXT-X-ENDLIST, in which case the stream won't be considered as "live" anymore. 6 6 7 7 Said paylist is supposed to have changed, hence -segment_list_limit 10, means we will only keep the last 10 segments of -segment_time 5 duration


