pion / mediadevices

Go implementation of the MediaDevices API.
https://pion.ly/
MIT License
521 stars 120 forks source link

Colour difference in generated video stream #459

Open shubhamsoni146 opened 1 year ago

shubhamsoni146 commented 1 year ago

Your environment.

I am getting colour issue on generated video stream from pion media devices library. There is grey colour in background for tab in actual image but on getting stream from mediadevice library the colour is missing. I have tried changing codec and frame format but nothing worked, Also i generated a screenshot with the https://github.com/kbinani/screenshot library internally used by mediadevices library and the generated screenshot is perfect, seems some issue with the encoder/mediadevices library.

What did you expect?

originial

What happened?

streamed

prncvrm commented 1 year ago

@Sean-Der ? could you give any direction to this?