Emily
Emily
Oh, no, Jellyfin uses `vorbis`, there's some internal translation going on in the Jellyfin backend to do all of that (because audio format != codec used, esp. as many audio...
Is this on the build provided in the .zip or the one after the `libvorbis` → `vorbis` fix? It might be that Jellyfin does not HLS Vorbis Audio, in which...
Non-transcoded audio is also not HLSed though, so, without having looked into the program logic too much, couldn't we just do whatever we're already doing with non-transcoded audio with Vorbis...
Having looked into the code, the latest commit should also mitigate this by simply setting `transcodingProtocol=http` when `useVorbis` is `true`, and also creating the `HlsAudioSource` only if `useVorbis` is `false`....
To me, that sounds like seeking into a region which isn't loaded on the device, either because of local buffering or server side transcoding progress. Not much that can be...
This might actually seem like this is true at first glance. However, Ogg Vorbis NEVER encodes duration information - thus none is written, both for transcoded and direct-played audio. You...