Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WEBRTC] Implement MediaPlayer #128

Open
wotzlaff opened this issue Oct 22, 2021 · 2 comments
Open

[WEBRTC] Implement MediaPlayer #128

wotzlaff opened this issue Oct 22, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@wotzlaff
Copy link

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)?

@shinyoshiaki
Copy link
Owner

shinyoshiaki commented Oct 24, 2021

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.

@shinyoshiaki shinyoshiaki added the enhancement New feature or request label Oct 24, 2021
@piranna
Copy link

piranna commented Apr 25, 2024

Any update on this? Or another alternatives for autogenerated streams?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants