Pre-recorded media streaming using RTCMultiConnection
HOME © Muaz Khan . @WebRTCWeb . Github . Latest issues . What's New?
You can stream your WebM or Mp3 files using WebRTC media ports. It is a realtime streaming!
Old pre-recorded media streaming demo is available here.
The person who opens room, will select a WebM file. This demo will read your WebM file and generate a MediaStream object. The resulting MediaStream object will be shared with other users in realtime using WebRTC RTCPeerConnection API.