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
834 stars 202 forks source link

Color shift #48

Open elettrico opened 10 years ago

elettrico commented 10 years ago

Hi, I'm using minidlna as a upnp server on a linux computer, bubbleupnp as controller on an android device and gmrender-resurrect as upnp renderer on another linux computer. When I try to play a video it's all ok except for a "color shift", like blue people, etc. Another thing is that gmrenderer doesn't use the whole screen, leaving a black bar at the bottom. Anyone have a solution, idea?

hzeller commented 10 years ago

The video output of gmrender-resurrect might need some work. For instance, the 'knobs' to change color hues are not connected internally IIRC.

In general, the screen-usage is happening all through gstreamer, so probably whatever it decides internally would be a good screen-use might happen here. Not sure about your example, if it only creates a black bar at the bottom and not the side, then the aspect ratio of your video input might be like that.

In general, the video output could use some work (mostly gmrender resurrect is used for audio), would you like to contribute ?