You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RTCPeerConnection does not seem to support the alpha channel.
is there any trick into choosing a encoder / codec that supports alpha channel also?
the video i'm capturing is coming from a canvas.captureStream() and it dose not have a background.
and the receiver instead sees a solid black background.
@jimmywarting Could you file an issue in Chromium (https://crbug.com) ccing folks in the above metioned issue tracker?
This is not what I can make a decision on my own.
We have been alive in the manner of dropping alpha channel in RTCPeerConnection for a long time for the sake of better performance.
Changing it needs the disucission.
RTCPeerConnection
does not seem to support the alpha channel.is there any trick into choosing a encoder / codec that supports alpha channel also?
the video i'm capturing is coming from a
canvas.captureStream()
and it dose not have a background.and the receiver instead sees a solid black background.
it's evident on demos such as:
it's unfortunately that we have to resort to solutions such as:
https://github.com/webrtcHacks/transparent-virtual-background
there should be a way with webrtc to transfer video with alpha channels
The text was updated successfully, but these errors were encountered: