-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
Transcoding bugs #401
Comments
Oh, so this is all supposed to work on the unstable version? Unfortunately, I can't play any videos on the unstable version. Nothing happens when I tap on play button, just Chromecast shows "ready to cast". Same as this issue #366, but I connected to my jellyfin server directly over ip address, not dns hostname. Same Encountered cast error on my server and on demo.jellyfin.org both stable and unstable |
Ok, so i check demo.jellyfin.org use pc with google chrome and that's the only way unstable works. In jellyfin android app same error, just "ready to cast" |
I figured out how to make the unstable version work. Instead of connecting by ip, I used to connect to my server by domain via https. Thus, broadcasting via google chrome works on PC and android. Broadcasting the unstable version still doesn't work through the official jellyfin app on android. |
I have no way to play 2880x2160 video on chromecast 2015 via official android jellyfin app. Just a black screen instead of video. It seems to me that for some reason the server does not lower the resolution to 1080. 3840x2160 hevc sdr -> transcoded to -> 1080 h264 sdr. But 2880x2160 hevc sdr -> transcoded to -> 2880x2160 h264 sdr. And even 3840x2160 hevc 60fps transcoded to 1080 h264 60fps stuttering every second, at least because 60fps was not transcoded into 30 fps. Chromecast 2015 supports no more than 30fps at 1080 as i see.
The text was updated successfully, but these errors were encountered: