-
-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Audio transcoding detection #45
Comments
I saw the no sound issue the other day |
We automatically pick the the very first audio codec without further inspection. https://github.com/jellyfin/jellyfin-roku/blob/master/source/VideoPlayer.brs#L70 And we automatically pick the streaming method (I dont remember if this factors into transcoding). https://github.com/jellyfin/jellyfin-roku/blob/master/source/VideoPlayer.brs#L28 This was very much a "get things working" implementation that hasn't been revisited yet. |
I have the same issue so I've been working on this one. I have been playing with the CanDecodeVideo() and CanDecodeAudio() fuctions, but I cannot figure out a way to utilize the returned compatible formats to modify the stream url. This seems like the best solution. In the meantime I'll leave this here for anyone that wants to have a quick fix for this issue:
|
Could this - and video - be done with a comparison between the meta sent from the server and a CanDecodeAudio or CanDecodeVideo from an roDeviceInfo? |
I believe this should be resolved completely now. Audio is checked and transcoded if required, Currently if Audio requires transcoding, it is transcoded to AAC (either 2 or 6 channel based on Roku configuration info). The choice of "best" codec to transcode to should be made based on the response from CanDecodeAudio and potentially overridden by a user preference. The same is true for video. A separate issue will be created for this enhancement. |
I can confirm that when my Roku is in Passthrough mode, it incorrectly plays in stereo and does 8 channel audio when it's in Auto mode. Either way, my height channels don't work in either Dolby Atmos or DTS:X even though this model of Roku supports those formats in passthrough mode. Passthrough is supposed to send the bitstream directly to my receiver. Is there a separate bug report for incorrectly selecting stereo for passthrough mode? |
No sound on some titles, does not detect need to transcode. No option to force audio to a format roku can understand.
The text was updated successfully, but these errors were encountered: