Some of our broadcasters started to experience problems in the video color. The publisher playback video is fine, but when broadcasting through Flashphoner servers, the subscriber receives the image with a different color profile/problem (black, white and purple image).
We could reproduce it using:
Google Chrome 91.0.4472.101
Windows 10
Webcam: logitech brio 4k pro
Constraints:
If we change the constraints to the below the color is fixed but transmission quality is impaired:
I will send you pictures of the transmission problem by email to preserve the identity of the broadcaster.
We could reproduce it using:
Google Chrome 91.0.4472.101
Windows 10
Webcam: logitech brio 4k pro
Constraints:
Code:
{
"video":{
"width":"640",
"height":"480",
"maxBitrate":1024,
"minBitrate":768,
"frameRate":{
"ideal":20
},
"deviceId":"ad8dbecf6808931b65171051698133c390391de226abca96f7a466b50b3e11f3"
},
"audio":{
"autoGainControl":false,
"maxBitrate":64,
"deviceId":"default"
}
}
Code:
{
"video":{
"width":"640",
"height":"480",
"maxBitrate":768,
"minBitrate":576,
"frameRate":{
"ideal":20
},
"deviceId":"ad8dbecf6808931b65171051698133c390391de226abca96f7a466b50b3e11f3"
},
"audio":{
"autoGainControl":false,
"maxBitrate":64,
"deviceId":"default"
}
}