Streaming video with transparent pixels using webrtc
问题 I am trying to capture html5 canvas using captureStream API which has drawings on it and play it using html5 video tag. Problem I am facing is, when I capture the stream and play it with in video tag It plays exactly same. But when I send that stream to the another peer (webRTC Streaming Using Licode MCU) and play it there. It gets played with the black background. i.e. video is not transparent anymore. Has anyone encountered this before? What could be the issue: Is it the issue with the