2024-07-25, 08:56 AM
(This post was last modified: 2024-07-25, 09:02 AM by formeo. Edited 1 time in total.)
Hello,
I've successfully installed Jellyfin on Tizen, and direct play is functioning correctly. However, I'm encountering issues with transcoding. To diagnose, I set the maximum bandwidth to 480p at 720kbps, but the video fails to load, and there are no error logs to indicate what might be wrong.
I'm running Jellyfin version 10.9.8 on Ubuntu via Docker. My TV is using the Jellyfin-web release-10.8.z from GitHub because newer versions are incompatible with my older TV model, which only displays a watch icon and closes the site upon pressing back.
Despite the compatibility with 10.8.z, transcoding is not working. This is a video of my dashboard, the video does not start: https://streamable.com/gijv1z. The TV does only show the background Image of the Video. Here are the logs from a session with transcoding settings and another with direct play:
Transcoding to 480p-720kbps:
Direct Play:
There are no ffmpeg logs for either scenario, which is unusual since transcoding should generate some logs. Any insights or suggestions would be greatly appreciated.
Thank you!
I've successfully installed Jellyfin on Tizen, and direct play is functioning correctly. However, I'm encountering issues with transcoding. To diagnose, I set the maximum bandwidth to 480p at 720kbps, but the video fails to load, and there are no error logs to indicate what might be wrong.
I'm running Jellyfin version 10.9.8 on Ubuntu via Docker. My TV is using the Jellyfin-web release-10.8.z from GitHub because newer versions are incompatible with my older TV model, which only displays a watch icon and closes the site upon pressing back.
Despite the compatibility with 10.8.z, transcoding is not working. This is a video of my dashboard, the video does not start: https://streamable.com/gijv1z. The TV does only show the background Image of the Video. Here are the logs from a session with transcoding settings and another with direct play:
Transcoding to 480p-720kbps:
[2024-07-25 08:08:54.209 +00:00] [INF] [31] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "***.***.***.***" request
[2024-07-25 08:08:57.741 +00:00] [WRN] [35] Jellyfin.Networking.Manager.NetworkManager: "***.***.***.***": Only loopback "::1" returned, using that as bind address.
[2024-07-25 08:09:02.833 +00:00] [INF] [35] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "maik". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
[2024-07-25 08:09:05.220 +00:00] [INF] [15] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "maik". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
[2024-07-25 08:09:47.082 +00:00] [WRN] [37] Jellyfin.Networking.Manager.NetworkManager: "***.***.***.***": Only loopback "::1" returned, using that as bind address.
[2024-07-25 08:10:23.990 +00:00] [WRN] [30] Jellyfin.Networking.Manager.NetworkManager: "***.***.***.***": Only loopback "::1" returned, using that as bind address.
[2024-07-25 08:10:40.390 +00:00] [WRN] [39] Jellyfin.Networking.Manager.NetworkManager: "***.***.***.***": Only loopback "::1" returned, using that as bind address.
[2024-07-25 08:10:49.001 +00:00] [WRN] [15] Jellyfin.Networking.Manager.NetworkManager: "***.***.***.***": Only loopback "::1" returned, using that as bind address.
Direct Play:
[2024-07-25 08:24:07.463 +00:00] [INF] [35] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "maik". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
[2024-07-25 08:24:36.060 +00:00] [INF] [39] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin for Tizen" "0.1.0" playing "Big Buck Bunny". Stopped at "16003" ms
There are no ffmpeg logs for either scenario, which is unusual since transcoding should generate some logs. Any insights or suggestions would be greatly appreciated.
Thank you!