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
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)?
The text was updated successfully, but these errors were encountered:
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.
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)?
The text was updated successfully, but these errors were encountered: