Open ruggieroguida opened 1 year ago
EnablePlaybackRemuxing: False EnableVideoPlaybackTranscoding: False EnableAudioPlaybackTranscoding: False
But it still wants to transcode (audio). :thinking: In fact, this video requires Remuxing for the second audio track and AudioTranscoding for the first one.
The video just stops at the loading image, but then the app needs to be restarted.
I noticed such behavior when using fMP4 - for some reason it requires transcoding job to finish. But yesterday noticed that HLS-TS behaves the same.
Try disabling fMP4 in the user settings / Playback (in the app).
I also recommend using 10.8 (stable) web for the stable server, because the current master branch is migrating to React and isn't polished.
EnablePlaybackRemuxing: False EnableVideoPlaybackTranscoding: False EnableAudioPlaybackTranscoding: False
But it still wants to transcode (audio). 🤔 In fact, this video requires Remuxing for the second audio track and AudioTranscoding for the first one.
The video just stops at the loading image, but then the app needs to be restarted.
I noticed such behavior when using fMP4 - for some reason it requires transcoding job to finish. But yesterday noticed that HLS-TS behaves the same.
Try disabling fMP4 in the user settings / Playback (in the app).
I also recommend using 10.8 (stable) web for the stable server, because the current master branch is migrating to React and isn't polished.
This was already disabled in both server and app.
I tried again this morning and these are some other messages from the log:
[2023-02-13 07:33:43.503 +00:00] [INF] User policy for "jellyfin". EnablePlaybackRemuxing: False EnableVideoPlaybackTranscoding: False EnableAudioPlaybackTranscoding: False
[2023-02-13 07:33:44.031 +00:00] [INF] StreamBuilder.BuildVideoItem( Profile="Anonymous Profile", Path="/home/pi/readyshare/nas01/Movies/San.Andreas.2015.2160p.UHD.BluRay.x265-TERMiNAL/San.Andreas.2015.2160p.UHD.BluRay.x265-TERMiNAL.mkv", AudioStreamIndex=1, SubtitleStreamIndex=-1 ) => ( PlayMethod=Transcode, TranscodeReason=AudioCodecNotSupported ) "media:/videos/278664bf-86e9-f089-3e7c-5f00da330301/stream?MediaSourceId=278664bf86e9f0893e7c5f00da330301&AudioStreamIndex=1&api_key=<token>&SubtitleMethod=Encode&RequireAvc=false&Tag=f21f21261b151cf63f653272e70187b5&TranscodeReasons=AudioCodecNotSupported"
[2023-02-13 07:33:44.213 +00:00] [WRN] Slow HTTP Response from "http://192.168.0.81:8096/Items/278664bf86e9f0893e7c5f00da330301/PlaybackInfo?UserId=0e92a30a829741058e733ff0b9b279f5&StartTimeTicks=0&IsPlayback=true&AutoOpenLiveStream=true&AudioStreamIndex=1&SubtitleStreamIndex=-1&MediaSourceId=278664bf86e9f0893e7c5f00da330301&MaxStreamingBitrate=140000000" to "192.168.0.20" in 0:00:02.1274397 with Status Code 200
[2023-02-13 07:33:45.747 +00:00] [WRN] Slow HTTP Response from "http://192.168.0.81:8096/Sessions/Playing" to "192.168.0.20" in 0:00:01.3546771 with Status Code 204
[2023-02-13 07:33:56.625 +00:00] [WRN] Slow HTTP Response from "http://192.168.0.81:8096/Sessions/Playing/Progress" to "192.168.0.20" in 0:00:02.2060367 with Status Code 204
[2023-02-13 07:34:26.575 +00:00] [WRN] Slow HTTP Response from "http://192.168.0.81:8096/Sessions/Playing/Progress" to "192.168.0.20" in 0:00:02.1532788 with Status Code 204
This is the version of the server I am using on the RPi
pi@raspberrypi:~ $ sudo apt info jellyfin-server
Package: jellyfin-server
Version: 10.8.9-1
Priority: optional
Section: misc
Maintainer: Jellyfin Team <team@jellyfin.org>
Installed-Size: 121 MB
Depends: at, libsqlite3-0, libfontconfig1, libfreetype6, libssl1.1 | libssl3
Recommends: jellyfin-web, sudo
Breaks: jellyfin (<< 10.6.0)
Replaces: jellyfin (<< 10.6.0)
Homepage: https://jellyfin.org/
Download-Size: 36.0 MB
APT-Manual-Installed: no
APT-Sources: https://repo.jellyfin.org/debian buster/main armhf Packages
Description: Jellyfin is the Free Software Media System.
This package provides the Jellyfin server backend and API.
Try with subs turned off (if you turn this on youll need to have video transcoding enabled to burn in as afaik PGSSUBS are not supported) and audio trandcoding enabled in users settings
First of all, Jellyfin is fantastic. It works great.
However, I am not able to play videos via the app. The video just stops at the loading image, but then the app needs to be restarted.
I have tried to change the audio stream and disable the subtitles, but it is the same.
I am running the server on a RPi.
This is the message in the log
This is the output of
mediainfo
if useful