Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Honour EXT-X-START:TIME-OFFSET tag in HLS level event playlist #1544

Closed
will-work opened this issue May 19, 2016 · 3 comments
Closed

Honour EXT-X-START:TIME-OFFSET tag in HLS level event playlist #1544

will-work opened this issue May 19, 2016 · 3 comments
Assignees

Comments

@will-work
Copy link

After requesting an event playlist that contains the following tags:

#EXT-X-PLAYLIST-TYPE:EVENT
#EXT-X-START:TIME-OFFSET=0

ExoPlayer starts requesting segments from the end of the playlist, rather than from the beginning.

Example:

#EXTM3U
#EXT-X-TARGETDURATION:11
#EXT-X-VERSION:3
#EXT-X-PLAYLIST-TYPE:EVENT
#EXT-X-START:TIME-OFFSET=0
#EXTINF:11,
http://abc.com/segments/channel1/2277.ts
#EXTINF:11,
http://abc.com/segments/channel1/2278.ts
...
#EXTINF:11,
http://abc.com/segments/channel1/3244.ts
#EXTINF:11,
http://abc.com/segments/channel1/3245.ts
#EXTINF:11,
http://abc.com/segments/channel1/3246.ts

will cause the player to request segment 3244, then 3245 etc.

  • ExoPlayer version: 1.5.8.
  • tested on Samsung S4 GT-I9295, Android 5.0.1
  • reproducible on each test
@ojw28 ojw28 changed the title ExoPlayer does not honour EXT-X-START:TIME-OFFSET tag in HLS level event playlist Honour EXT-X-START:TIME-OFFSET tag in HLS level event playlist May 20, 2016
@Ambroos
Copy link

Ambroos commented Dec 5, 2016

@AquilesCanta Any news on this?

@AquilesCanta
Copy link
Contributor

Not yet, we are working to have live seeking finished first. Sorry for the delay.

ojw28 pushed a commit that referenced this issue Jan 13, 2017
This overrides the start position relative to the window.

Issue:#1544

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=144434903
@ojw28
Copy link
Contributor

ojw28 commented Jan 13, 2017

This is fixed by the change ref'd above.

@ojw28 ojw28 closed this as completed Jan 13, 2017
@google google locked and limited conversation to collaborators Jun 28, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants