Replies: 2 comments 3 replies
-
The first thing I would try is to use mpv to play the direct stream from Jellyfin via the CLI like you did with the file. If you go to the Jellyfin Web UI, you can select the ellipsis dropdown next to a song and select Then try running the same mpv with the URL instead of the file to see if you get your expected behavior. If it works as expected, then we can look into setting some different mpv defaults in Feishin, but if not it may be an issue on how Jellyfin serves the file. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I just got a new DAC and wondered why my output behaves differently when playing a file through Feishin.
Since Feishin is using mpv I manuall played the file via command line "mpv --audio-exclusive=yes file.mqa.flac" which worked like a charm, the DAC is correctly detecting the MQA file and playing it properly.
So then I uploaded that same file to my Jellyfin server and played it through Feishin, with custom arguments, the preset "exclusive mode" and "sample rate", with a restart each change. But it didn't work.
Sure the exclusive mode and sample rate were applied but when checking the DAC it doesn't detect the MQA file as if I was playing it locally with the exact same MPV assembly.
First I checked whether my Jellyfin instance is transcoding the file, it is not. So then I checked the command line parameters for any differences but the only ones are things like the play queue (duh) and "--no-config" etc. Didn't seem like a problem to me and afaik there's no option to disable the default parameters in Feishin is there?
I would appreciate any help here, thank you very much.
Kind Regards
AECX
Beta Was this translation helpful? Give feedback.
All reactions