-
-
Notifications
You must be signed in to change notification settings - Fork 142
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
Decoding error with rkmpp #534
Comments
The video stream you provided contains some errors that cause the rkmpp decoder to complain and reset. This exceeds a hardcoded error threshold in the rkmppdec wrapper. I will remove this function in the next release and it should mitigate this issue. Note that without this bailing out function, the stability of parallel transcoding may be reduced. You can't expect to reset hardware units without affecting other ongoing tasks at all.
|
Description of the bug
When playing a specific video, the playback was normal for a few seconds and then black to 00:00 with a frozen black screen.
The ffmpeg log suggest me to report this bug:
Reproduction steps
The bug is reproducable whenever playing THE video. I've tried to play other videos with 4K HDR HEVC content (the same codec with the problematic one), but the decoder works fine on others. I've also tried to play the video locally, which is also fine.
I made a 10min slice of the video for testing: problem video
What is the current bug behavior?
Video failed to play.
What is the expected correct behavior?
Video play.
Jellyfin Server version
10.10.0+
Specify commit id
No response
Specify unstable release number
No response
Specify version number
No response
Specify the build version
10.10.5
Environment
Jellyfin logs
FFmpeg logs
Client / Browser logs
No response
Relevant screenshots or videos
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: