Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit 7fe5b802 authored by Apurupa Pattapu's avatar Apurupa Pattapu Committed by Steve Kondik
Browse files

stagefright: httplive: Fix switching for HLS live use-cases

Playlists can periodically update during HLS live streaming, and
the first sequence number can change accordingly. When switching,
this leads to a mismatch in first sequence numbers that causes
selection of the wrong segment, as the passed segmentStartTimeUs
value is relative to the old first sequence number.
For a/v fetchers, pass the previous a/v fetcher's sequence number to
each new fetcher to enforce continuity of a/v streams.

Change-Id: I26d8118dbcb7300571a5b3fb5d0808c5a0c08aa6
parent a5c3c2a2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment