Jellyfin Forum
No GPU transcoding - Ubuntu Server, NVidia P400 - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting)
+--- Thread: No GPU transcoding - Ubuntu Server, NVidia P400 (/t-no-gpu-transcoding-ubuntu-server-nvidia-p400)

Pages: 1 2 3


RE: No GPU transcoding - Ubuntu Server, NVidia P400 - TheDreadPirate - 2023-10-05

/var/log/jellyfin/


RE: No GPU transcoding - Ubuntu Server, NVidia P400 - Woelfchen - 2023-10-05

https://sourceb.in/1iNGwddRHk


RE: No GPU transcoding - Ubuntu Server, NVidia P400 - TheDreadPirate - 2023-10-05

That is the main jellyfin log. There should be logs in there that start with "ffmpeg".


RE: No GPU transcoding - Ubuntu Server, NVidia P400 - Woelfchen - 2023-10-05

No, only those


RE: No GPU transcoding - Ubuntu Server, NVidia P400 - TheDreadPirate - 2023-10-05

The log you shared does have any video playback activity. Can you watch a video with the problem you described and share the updated log? Also, what kind of playback device you playing the video on?


RE: No GPU transcoding - Ubuntu Server, NVidia P400 - Woelfchen - 2023-10-05

https://sourceb.in/zuZNJ8345Z

Playing on an AndroidTV (Android Tablet has the same problem)

I guess thats the interesting part:

Code:
[2023-10-05 22:44:33.598 +02:00] [INF] User policy for "jellyfin". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
[2023-10-05 22:44:33.599 +02:00] [INF] StreamBuilder.BuildVideoItem( Profile="AndroidTV-libVLC", Path="/mnt/media/moviez/The Help (2011)/The Help (2011).mp4", AudioStreamIndex=null, SubtitleStreamIndex=null ) => ( PlayMethod=DirectPlay, TranscodeReason=0 ) "media:/videos/755a09ce-7faa-ee6b-d0fc-1b7a36ca9094/stream.mov?MediaSourceId=755a09ce7faaee6bd0fc1b7a36ca9094&Static=true&VideoCodec=hevc&AudioCodec=aac&AudioStreamIndex=2&api_key=<token>&Tag=c9a97e8f71bd04281272fbb3fb8c698e"
[2023-10-05 22:44:33.726 +02:00] [INF] User policy for "jellyfin". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
[2023-10-05 22:44:33.726 +02:00] [INF] StreamBuilder.BuildVideoItem( Profile="AndroidTV-ExoPlayer", Path="/mnt/media/moviez/The Help (2011)/The Help (2011).mp4", AudioStreamIndex=null, SubtitleStreamIndex=null ) => ( PlayMethod=DirectPlay, TranscodeReason=0 ) "media:/videos/755a09ce-7faa-ee6b-d0fc-1b7a36ca9094/stream.mov?MediaSourceId=755a09ce7faaee6bd0fc1b7a36ca9094&Static=true&VideoCodec=hevc&AudioCodec=aac&AudioStreamIndex=2&api_key=<token>&Tag=c9a97e8f71bd04281272fbb3fb8c698e"
[2023-10-05 22:45:04.592 +02:00] [INF] Playback stopped reported by app "Android TV" "0.15.12" playing "The Help". Stopped at "281445" ms
[2023-10-05 22:45:16.011 +02:00] [INF] WS "192.168.0.68" request

Android Tablet via Jellyfin App

Code:
[2023-10-05 22:45:16.011 +02:00] [INF] WS "192.168.0.68" request
[2023-10-05 22:48:09.071 +02:00] [INF] Sending ForceKeepAlive message to 1 inactive WebSockets.
[2023-10-05 22:48:35.307 +02:00] [INF] User policy for "jellyfin". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
[2023-10-05 22:48:35.309 +02:00] [INF] StreamBuilder.BuildVideoItem( Profile="Jellyfin Android", Path="/mnt/media/moviez/The Help (2011)/The Help (2011).mp4", AudioStreamIndex=2, SubtitleStreamIndex=0 ) => ( PlayMethod=DirectPlay, TranscodeReason=0 ) "media:/videos/755a09ce-7faa-ee6b-d0fc-1b7a36ca9094/stream.mp4?MediaSourceId=755a09ce7faaee6bd0fc1b7a36ca9094&Static=true&VideoCodec=hevc&AudioCodec=aac&AudioStreamIndex=2&api_key=<token>&Tag=c9a97e8f71bd04281272fbb3fb8c698e"
[2023-10-05 22:48:41.068 +02:00] [INF] User policy for "jellyfin". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True
[2023-10-05 22:48:41.068 +02:00] [INF] StreamBuilder.BuildVideoItem( Profile="Jellyfin Android", Path="/mnt/media/moviez/The Help (2011)/The Help (2011).mp4", AudioStreamIndex=2, SubtitleStreamIndex=0 ) => ( PlayMethod=DirectPlay, TranscodeReason=0 ) "media:/videos/755a09ce-7faa-ee6b-d0fc-1b7a36ca9094/stream.mp4?MediaSourceId=755a09ce7faaee6bd0fc1b7a36ca9094&Static=true&VideoCodec=hevc&AudioCodec=aac&AudioStreamIndex=2&api_key=<token>&Tag=c9a97e8f71bd04281272fbb3fb8c698e"
[2023-10-05 22:48:53.949 +02:00] [INF] Playback stopped reported by app "Jellyfin Android" "2.5.3" playing "The Help". Stopped at "285077" ms



RE: No GPU transcoding - Ubuntu Server, NVidia P400 - TheDreadPirate - 2023-10-05

Whatever is going on, the client is the problem. The server is direct playing.

There's nothing special or unusual about the codecs or bit rate of the video.

What models are your Android TV/Tablet clients?


RE: No GPU transcoding - Ubuntu Server, NVidia P400 - Woelfchen - 2023-10-05

Xiaomi MiPad5 with Android 13
Sony AndroidTV KD-49XE9005 with Jellyfin App on Android 9


RE: No GPU transcoding - Ubuntu Server, NVidia P400 - TheDreadPirate - 2023-10-05

On the tablet give the Findroid client a whirl. But the Snapdragon 860 is more than capable of playing your content. So not entirely sure what is going on.

I'm having trouble finding documentation for the MT5891 chipset in that TV. IMO, you might be better off just getting a Chromecast with Google TV or some other dongle.

Can you also do a speed test? The browser in your tablet should be fine to run this.

https://librespeed.org/


RE: No GPU transcoding - Ubuntu Server, NVidia P400 - Woelfchen - 2023-10-05

(2023-10-05, 09:26 PM)TheDreadPirate Wrote: On the tablet give the Findroid client a whirl.  But the Snapdragon 860 is more than capable of playing your content.  So not entirely sure what is going on.

I'm having trouble finding documentation for the MT5891 chipset in that TV.  IMO, you might be better off just getting a Chromecast with Google TV or some other dongle.

Can you also do a speed test?  The browser in your tablet should be fine to run this.

https://librespeed.org/