Closed kevgrig closed 5 months ago
I should have added that I click the play button on the playlist (whose first video has the issue) at approximately these times:
For issue 2, I see this warning right after playing:
01-05 19:44:17.351 25576 25576 E WebView : Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'Container'), webpack-internal:///./components/playback/playbackmanager.js (412)
No obviously problematic warnings/errors in the issue 1 or issue 3 logcats.
This issue has gone 120 days without comment. To avoid abandoned issues, it will be closed in 21 days if there are no new comments.
If you're the original submitter of this issue, please comment confirming if this issue still affects you in the latest release or master branch, or close the issue if it has been fixed. If you're another user also affected by this bug, please comment confirming so. Either action will remove the stale label.
This bot exists to prevent issues from becoming stale and forgotten. Jellyfin is always moving forward, and bugs are often fixed as side effects of other changes. We therefore ask that bug report authors remain vigilant about their issues to ensure they are closed if fixed, or re-confirmed - perhaps with fresh logs or reproduction examples - regularly. If you have any questions you can reach us on Matrix or Social Media.
Describe the bug
I want to get to a point where there is no transcoding to avoid the choppiness.
TranscodeReason=0
(good).Play the same video on an Android 13 phone (much newer than the AndroidTV) on the Jellyfin Android app and it plays very choppy. This is with the default video player of Web player. The jellyfin server shows
TranscodeReason=VideoLevelNotSupported
:Jan 05 19:34:54 x270b jellyfin[842132]: [19:34:54] [INF] [52] Jellyfin.Api.Helpers.MediaInfoHelper: StreamBuilder.BuildVideoItem( Profile=Anonymous Profile, Path=[...], AudioStreamIndex=null, SubtitleStreamIndex=null ) => ( PlayMethod=Transcode, TranscodeReason=VideoLevelNotSupported ) media:[...]
Play the same video. The Android app receives the error, "Unable to load media info from server". jellyfin server shows a request for the file and
TranscodeReason=0
(good) but the video never plays:Jan 05 19:48:28 x270b jellyfin[842132]: [19:48:28] [INF] [33] Jellyfin.Api.Helpers.MediaInfoHelper: StreamBuilder.BuildVideoItem( Profile=Android External Player Stub, Path=[...], AudioStreamIndex=null, SubtitleStreamIndex=null ) => ( PlayMethod=DirectPlay, TranscodeReason=0 ) media:[...]
Here's ffmpeg -i metadata on the mp4:
logcatextracts.zip
Logs
Application version
2.6.0
Where did you install the app from?
Google Play
Device information
Motorola Edge 2022
Android version
Android 13
Jellyfin server version
master@98177b8649066a47ee0ac898b293fb23313c7521
Which video player implementations does this bug apply to?