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

Flickering/slow playback #516

Closed
FranklinWaller opened this issue Jun 21, 2016 · 8 comments
Closed

Flickering/slow playback #516

FranklinWaller opened this issue Jun 21, 2016 · 8 comments
Projects

Comments

@FranklinWaller
Copy link

On both desktop and mobile using the latest HLS.js, we see a flickering/slow video playback with this url: http://manifest.us.rtl.nl/rtlxl/v166/network/pc/adaptive/components/financien/rtlz/353976/2016w25/36487af7-907b-3cb0-aed9-c8b7d6c4e336.ssm/36487af7-907b-3cb0-aed9-c8b7d6c4e336.m3u8

while iOS and Quicktime has no problem playing the content.

@mangui
Copy link
Member

mangui commented Jun 21, 2016

it looks like there are some issues with your stream.
capture d ecran 2016-06-21 a 12 32 37

i can see some video samples with PTS < DTS , meaning that these frames should be displayed before being decoded. I will try to see if adding a PTS = Math.max(PTS,DTS) could workaround this.

@FranklinWaller
Copy link
Author

Allright, keep us updated

@mangui
Copy link
Member

mangui commented Jun 21, 2016

@FranklinWaller plz recheck on demo page, hls.js should now be able to workaround this and play the stream smoothly.

@FranklinWaller
Copy link
Author

@mangui Looks good, thanks alot!

@FranklinWaller
Copy link
Author

mangui added a commit that referenced this issue Sep 22, 2016
mangui added a commit that referenced this issue Sep 22, 2016
related to #516
related to #600
@mangui
Copy link
Member

mangui commented Sep 22, 2016

thanks for pointing, this should be fixed on latest demo page.
plz confirm. I will then generate a new release

@mangui
Copy link
Member

mangui commented Sep 27, 2016

released in v0.6.2-7

@mangui mangui closed this as completed Sep 27, 2016
@FranklinWaller
Copy link
Author

Sorry for the late reply, i can confirm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Hls.js
Released
Development

No branches or pull requests

2 participants