vbaicu / mMusicCast

Chromecast emulator that works on any platform. Stream videos from youtube to raspberry pi or any computer with the chromecast protocol.
Creative Commons Zero v1.0 Universal
173 stars 26 forks source link

Video quality limited to 480p #11

Closed eboye closed 5 years ago

eboye commented 5 years ago

Hi, thanks for making this app ... I find it really useful. But the video on YT is limited to 480p no matter what video I play.

Is this a chromecast v1 limitiation or is there some tweaks I can make to make it work 1080p?

Here's the video quality options I have:

image

eboye commented 5 years ago

I just dug out it is due to proprietary codecs

remixer-dec commented 5 years ago

I had a similar problem and I found a solution, it's implemented in my fork of this app. Your screen size + window size + zoom factor are things that somehow affect available quality. So decreasing zoomFactor in code and opening window in fullscreen mode, allows you to get up to 4K.