jellyfin-plugin-tvheadend icon indicating copy to clipboard operation
jellyfin-plugin-tvheadend copied to clipboard

Playback error for radio channels in app and web interface

Open Richardk2n opened this issue 10 months ago • 2 comments

I do not get any errors in the server log (just “Stopped at 0 ms”).

The web interface shows a 404 for the request to the stream. Looking at the api documentation we have:

string^[a-zA-Z0-9\-\._,|]{0,40}$
The audio container.

The thing is, the request contains: opus,webm|opus,mp3,aac,m4a|aac,m4b|aac,flac,webma,webm|webma,wav,ogg for the container, which does not fit the regex as it is too long.

I do not know if this is an issue of the web interface or the plugin. It also does not work in the app, but I do not know how to debug this. It does work in the desktop client, so it is not broken in general.

Richardk2n avatar Apr 25 '24 16:04 Richardk2n

same

efschu avatar May 23 '24 10:05 efschu

Streaming works fine with "Jellyfin Media Player". The problem is that most browsers don't support mp2 decoding but jellyfin-web still provides it in the profile so the stream is not transcoded but streamed directly to the browser which can not handle it. This should be solved in Jellyfin Web and not in the plugin. Suggest you open a ticket in the Jellyfin Web repository.

lomion0815 avatar May 26 '24 13:05 lomion0815