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

Use Shaka Player for HLS playback #616

Merged
merged 1 commit into from
Oct 15, 2024
Merged

Conversation

3flex
Copy link
Contributor

@3flex 3flex commented Oct 15, 2024

Media Player Library is currently used for HLS playback but is no longer receiving critical updates. This PR opts in to using the Shaka Player for HLS playback.

From https://developers.google.com/cast/docs/web_receiver/shaka_migration:

We recommend you to opt in to use Shaka Player for your application's HLS content playback.

In testing (on a Chromecast 2nd gen) Shaka Player seems to be much more reliable than MPL. MPL buffering tends to cause major playback issues and does not recover in most instances, while Shaka can recover gracefully and continue playback.

According to the published timeline Shaka Player will become the default in H2 '24 in any case. This PR brings that forward and hopefully improves the experience for other users in the meantime.

Copy link
Member

@nielsvanvelzen nielsvanvelzen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@nielsvanvelzen nielsvanvelzen merged commit 6f0129f into jellyfin:master Oct 15, 2024
5 checks passed
@3flex 3flex deleted the patch-1 branch October 15, 2024 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants