groupon / greenscreen

BSD 3-Clause "New" or "Revised" License
1.2k stars 150 forks source link

1080p support #26

Open Transisto opened 9 years ago

Transisto commented 9 years ago

The beta chrome extension allow to stream at 1080p how can I set Greenscreen.io to 1080p ?

frabrunelle commented 9 years ago

+1

bennewell commented 9 years ago

+1

theaccordance commented 9 years ago

Unless you've forked and extended Greenscreen, it's agnostic of the display resolution. If you want 1080p channels, you need to style those views with a 1080p viewport in mind, and utilize better/higher quality assets like vector graphics.

Greenscreen is doing nothing more than loading a page with an iframe to render the URL you defined for the channel.

Transisto commented 9 years ago

If I ask greenscreen to display a 1080p picture it displays it at 720p and crop the rest

The chromecasts have been tried on 4k and 2560x1440 and 1080p monitors, it still display everything in 720p

theaccordance commented 9 years ago

Would it be possible to link the picture you're using?

wGEric commented 9 years ago

I'm running into this issue as well. Here is an image I used to try it: http://upload.wikimedia.org/wikipedia/commons/0/0c/Vector_Video_Standards8.svg

Edit: Just found this: https://plus.google.com/+AlbinEkblom/posts/JDhtJTw7jz5

Right now, we have a limitation where the "UI" layer is at 720p even though video can run at 1080p.

Transisto commented 9 years ago

So we can display a video in 1080p but can't with a picture (webpage). Maybe Chromecast want to make sure their UI is responsive,,, but since there is no realtime controls this doesn't make any sense.

theaccordance commented 9 years ago

Haven't tested the image yet myself, but this may explain things: https://developers.google.com/cast/docs/media

tl;dr - It appears that Google is limiting the size of images

(docs agree with what @wGEric found)