dkrivoruchko / ScreenStream

ScreenStream Android App
https://screenstream.io
MIT License
1.7k stars 337 forks source link

[Feature request] borderless casting #80

Closed mselmanyildirim closed 4 years ago

mselmanyildirim commented 4 years ago

Thanks for this useful application. I've been using for a long time with pleasure. A feature that may be easy to implement, imho: Is it possible to cast the video without borders around the video? I mean the background border, which we can choose its color. It would be good if we can remove it to use maximum screen space in browser window. Thanks again for your efforts!

dkrivoruchko commented 4 years ago

Well, if screens aspect ratio is the same - the will be no additional borders. Otherwise there always will be some additional border

mselmanyildirim commented 3 years ago

If you still have a border in landscape (which was in my case), check whether image resizing is enabled. The image may be too small to fill the screen after resizing. Just disable resizing (adjust to 100).

Seems obvious, but took me too long to figure out.