mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[Issue]: 10.9.X Playback of videos in TS Container results in error #5985
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mr-simba on GitHub (Jun 10, 2024).
Please describe your bug
Hello,
I am using Jellyfin 10.9.6 docker on a qnap NAS. Since the update to Jellyfin 10.9.X I am having problems to play some videos of mine.
Clients where the problem shows: Android, Android TV, Kodi with Jellycon, Firefox Browser
Videos with the problem: TS-Container (MPEG1 or MPEG 2 with mp2 audio)
These videos were transcoded and played correctly until the update to Jellyfin 10.9.X
I am using no hardware acceleration.
A sample video
https://samples.ffmpeg.org/archive/exten...usicaa.mpg
results in the error
"Playback Error - Playback failed due to a fatal player error."
and the log entrys below
Reproduction Steps
Jellyfin Version
10.9.0
if other:
No response
Environment
Jellyfin logs
FFmpeg logs
No response
Please attach any browser or client logs here
No response
Please attach any screenshots here
No response
Code of Conduct
@jellyfin-bot commented on GitHub (Jun 10, 2024):
Hi, it seems like your issue report has the following item(s) that need to be addressed:
This is an automated message, currently under testing. Please file an issue here if you encounter any problems.
@gnattu commented on GitHub (Jun 10, 2024):
#12046
It errors out because it is not ts container. Detected as ts is wrong
@lektrikpuke commented on GitHub (Jun 30, 2024):
.ts files do not play for me, too. tried to add issue and it said it wasn't available.
@felix920506 commented on GitHub (Jun 30, 2024):
Fixed by #12046
Further issues should have new reports opened instead of commented here.
@lektrikpuke commented on GitHub (Jul 1, 2024):
I tried to add a new issue and it wouldn't work. In my case they are .ts files (I've looked). My resolution will be to write a script, ffmpeg, to convert them to mp4s.
@felix920506 commented on GitHub (Jul 1, 2024):
You open a new issue by clicking this button on the top of the page

@lektrikpuke commented on GitHub (Jul 1, 2024):
I did that and it said it wasn't available when I tried to submit. Either way, I have a solution.