Slide 12
Slide 12 text
Process of MCU Server:Video
• Get Remote MediaStream through RTCPeerConnection
– play in element
• Get context of Canvas by getContext('2d')
• Keep drawing with window.requestAnimationFrame()
– Copy image of each video element to canvas, with drawImage()
• Capture MadiaStream from Canvas, with captureStream(fps)
– Pass it to RTCPeerConnection.addStream(), and send it to remote peer
12