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

Fix playback of complex BluRay ISOs #6166

Merged
merged 2 commits into from
Jun 10, 2021

Conversation

stanionascu
Copy link
Contributor

ffmpeg is able to play some simple (BluRay) ISO disc images via the file: protocol. Other, more complex discs, with multiple playlists, may cause bluray.iso: Invalid data found when processing input. Using the bluray: protocol and ffmpeg compiled with libbluray, the disc will properly play the main playlist.

To ensure that there's no regression with DVD playback. The bluray: protocol will be used only for VideoType.BluRay or IsoType.BluRay. To have the ISO file tagged as IsoType.BluRay, the file has to be named as e.g.: NAME.bluray.iso

Changes

  • Use bluray: protocol for ISO files tagged as BluRay disc.

Issues
Fixes the issue described in #5617 (comment)

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
@Bond-009 Bond-009 merged commit adf406b into jellyfin:master Jun 10, 2021
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.

3 participants