Ticket #1634 (closed enhancement: fixed)
HLS: jump to N-1 for live streams instead of 1
| Reported by: | jeroen | Owned by: | courtenay |
|---|---|---|---|
| Priority: | Normal | Milestone: | Plugins |
| Component: | flash | Keywords: | |
| Cc: | pablo | Forum thread: |
Description
Currently, the HLS provider starts playback on the first segment, even for live streams. This presents two problems:
- With a DVR window of 2 hours, the live stream is always 2 hours behind.
- Given drift issues around segment durations, the provider may fall outside the stream window to end up in a state of endless buffering.
We should fix 1 by jumping to e.g. N-1, 2 by looking into possible drift issues (which are already mitigated b/c of the fix to 1).
Change History
Note: See
TracTickets for help on using
tickets.

I've added two test streams (FMS and WMS) called Webcam that can be used for testing.
FMLE needs to be used to ingest a stream while testing. Docs for that are added to Player60SpecTestEc2 in the wiki.