FDH2 / UxPlay

AirPlay Unix mirroring server
GNU General Public License v3.0
1.35k stars 72 forks source link

Wrong Colors #129

Closed Chebbo314 closed 1 year ago

Chebbo314 commented 1 year ago

Hi Im new to the whole raspberry game, my Problem is that the colors of the stream are the wrong ones. Blue = orange etc.

I tired -bt709 and different video encoders anyone a idea?

fduncanh commented 1 year ago

you are probably using framebuffer video. (no X11)

use uxplay -vs kmssink for framebuffer video. also may need -bt709 if you are using Raspberry Pi OS Lite without the Gstreamer patch from the UxPlay wiki (gstreamer1.0-plugins-good in latest R Pi OS update comes already patched, but with an older patch that needs -bt709 fix with UxPlay 1.56)

fduncanh commented 1 year ago

@Chebbo314 did using -vs kmssink (maybe with -bt709 as well) fix your problem? if not please give more details about with operating system, X11 or not, etc.

Chebbo314 commented 1 year ago

@fduncanh yep tested it a few minutes ago thank you very much !