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

useNativeHlsOnSafari: false is broken #6032

Closed
midzdotdev opened this issue Jan 1, 2024 · 0 comments · Fixed by #6045
Closed

useNativeHlsOnSafari: false is broken #6032

midzdotdev opened this issue Jan 1, 2024 · 0 comments · Fixed by #6045
Labels
browser: Safari Issues affecting Safari or WebKit derivatives component: HLS The issue involves Apple's HLS manifest format priority: P1 Big impact or workaround impractical; resolve before feature release status: archived Archived and locked; will not be updated type: bug Something isn't working correctly
Milestone

Comments

@midzdotdev
Copy link

midzdotdev commented Jan 1, 2024

Have you read the FAQ and checked for duplicate open issues?
Yes, #5754 may be somewhat related but symptoms are not identical.

What version of Shaka Player are you using?
Occurs on the nightly demo app, v4.7.1-main-8-g8649e7ebb. Also I made a CodePen example using v4.7.0.

What browser and OS are you using?
macOS Sonoma 14.1.1 (23B2082). Safari Version 17.1 (19616.2.9.11.7)

What are the manifest and license server URIs?
e.g. https://demo.unified-streaming.com/k8s/features/stable/video/tears-of-steel/tears-of-steel.ism/.m3u8

What configuration are you using? What is the output of player.getConfiguration()?
Every default aside from streaming.useNativeHlsOnSafari.

What actually happened?
The video hangs after a couple of seconds of playing, in the example above it reaches frame 101 after a bit of stuttering and goes no further. From .getStats() I can see Shaka thinks the video is still playing but it's not. The playTime keeps incrementing despite the <video> element being frozen.

@midzdotdev midzdotdev added the type: bug Something isn't working correctly label Jan 1, 2024
@shaka-bot shaka-bot added this to the v5.0 milestone Jan 1, 2024
@avelad avelad added component: HLS The issue involves Apple's HLS manifest format browser: Safari Issues affecting Safari or WebKit derivatives priority: P1 Big impact or workaround impractical; resolve before feature release labels Jan 8, 2024
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Mar 9, 2024
@shaka-project shaka-project locked as resolved and limited conversation to collaborators Mar 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
browser: Safari Issues affecting Safari or WebKit derivatives component: HLS The issue involves Apple's HLS manifest format priority: P1 Big impact or workaround impractical; resolve before feature release status: archived Archived and locked; will not be updated type: bug Something isn't working correctly
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants