-
Notifications
You must be signed in to change notification settings - Fork 37
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
Chromecast issue with YouTube TV #211
Comments
Have the same problem on the Chromecast 4K with the Jellyfin for Android TV app |
After some research it seems that the problem exists when there is a video player, and then only for this. For me, the youtube player bar is updating, but the video in the background is looping. |
Okay, I did even more research alongside managing to compile this in Intellij Idea. I added some code that computes the hash of the buffer that is being sent and for 500 samples, there are about 9 unique hashes when the problem occurs, meaning the send function already is getting bad data. Thing is, this is called basically directly by this: https://developer.android.com/reference/android/media/ImageReader.OnImageAvailableListener |
anybody managed to make it work? mine not working in any player, as explained here: #208 (comment) |
My setup right now is doing it with hyper-tizen, although that one has HDR issues when the source is HDMI. So it's fine for a game console (where this project can't help anyways) but for watching movies on this it would probably be better also installing it on the Chromecast. I once tried running the grabber in an emulated tv on my laptop, there it worked fine. However, that one had much newer android version available. (I think it was >=12 or even >=14) |
Grabber works fine in UI and things like plex and spotify clips... however in youtube TV it seems to only show 3-4 frames before looping them and becoming stuck. This only happens as the mobile release youtube sideloaded on the chromecast works fine.
When the frames are looping the ui still shows fine through the hyperion live view- however the media itself is still looping.
The text was updated successfully, but these errors were encountered: