jellyfin-plugin-tvheadend
jellyfin-plugin-tvheadend copied to clipboard
Playback error for radio channels in app and web interface
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.
same
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.