werift-webrtc
werift-webrtc copied to clipboard
[WEBRTC] Implement MediaPlayer
I am very happy to see that you implemented the MediaRecorder interface to save streams to webm files. I am probably going to replace my own implementation and try yours.
Are you also planning to create an interface which make streaming from webm files possible, i.e., something like a MediaPlayer (which is not part of the standard WebRTC infrastructure)?
I hadn't planned on it, but it sounds like a good idea. Need to implement a mechanism to parse the WEBM file structure and to assemble the RTP Payload, so it will take some time.
Any update on this? Or another alternatives for autogenerated streams?