findroid icon indicating copy to clipboard operation
findroid copied to clipboard

Transcoding Support

Open seang96 opened this issue 2 years ago • 2 comments

This is a PR with the changes from #266 merged with latest code after the rework.

From testing, the only issues I have encountered so far are:

  1. audio tracks options do not load, default is the only one that can be selected
  2. Website says it is direct playing, but it does transcode, I don't think the original PR is sending all of the correct API requests to make Jellyfin say it is being transcoded. I believe if we se t that maximum bit rate to a low value it may fix this, but I think we'd need to set predefined bitrates per resolution?
  3. No option to change transcoding in the player

seang96 avatar Oct 22 '23 06:10 seang96

This feature is useful, will update this pull request?

peerless2012 avatar May 29 '24 08:05 peerless2012

jellyfinApi.api.dynamicHlsApi.getVariantHlsVideoPlaylistUrl()

doesnt work. playback shows nothing

jellyfinApi.videosApi.getVideoStreamUrl()

works with transcoding but playback is unseekable and shows as livestream rather than the full playback with the full media time.

idk why and i dont know how to fix it :(

nomadics9 avatar Jul 08 '24 17:07 nomadics9