hzeller / gmrender-resurrect

Resource efficient UPnP/DLNA renderer, optimal for Raspberry Pi, CuBox or a general MediaServer. Fork of GMediaRenderer to add some features to make it usable.
GNU General Public License v2.0
832 stars 202 forks source link

OpenGL renderer is not in fullscreen #127

Open rfamp opened 7 years ago

rfamp commented 7 years ago

Hi, first of all, thanks for maintaining this awesome project. I've installed it on my Debian system but I have a problem when playing videos which are not the same size as my screen. The playback window is not in fullscreen. Is there a way to force fullscreen / change the mplayer argumemts? I couldn't find it in the source code?

Best Regards Joshua

hzeller commented 7 years ago

So the output is handled by the underlying gstreamer library. If there is a setting, it should be somewhere in the library set-up. Or maybe just a flag ? Can you try using the gstreamer libray and binary directly to try stream your content and see what it takes to make it full-screen ? Then, if you find something, let me know, then we can add it to gstreamer -resurrect.