Fix MKV dolby vision webOS < 25 and fix seek when not in direct play#210
Merged
RadicalMuffinMan merged 2 commits intoMay 20, 2026
Merged
Conversation
✅ Build SuccessfulAll platform builds passed. You can download the test artifacts below.
|
video url must not be rewritten with StartTimeTicks, jellyfin server does not allow it. seek must be managed exactly like a normal video
Contributor
Author
|
Seek when transcoding/remuxing videos fixed too. #102 should be fixed too, it looks like the problem could be the same (unsupported container -> remuxing -> broken seek) And I guess #107 too (seeking was broken when transcoding because of unsupported audio codec) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
WebOS < 25 does not support dolby vision content on MKV container, ask for remuxing if dolby vision content with mkv container is requested (note: remuxing, not transcoding, the content is unchanged!).
This fixes #167 . However, there is another problem to fix, at least on my LG C1 (this problem was already present prior to this PR): When the content is being remuxed, the video restarts from the beginning and seeking does not work.
Pull Request
Summary
Provide a brief description of what this PR changes and why.
Related Issues
Link related issues or tickets separated by commas.
Type of Change
Changes Made
List the key changes included in this PR.
Platform
Testing
Describe how this change was tested.
Test Steps
Screenshots (if applicable)
Include screenshots or recordings for UI changes.
Checklist