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 #56

Open
ROBERT-MCDOWELL opened this issue Oct 30, 2021 · 2 comments
Open

WebRTC #56

ROBERT-MCDOWELL opened this issue Oct 30, 2021 · 2 comments
Labels

Comments

@ROBERT-MCDOWELL
Copy link

Is it ready to make webrtc<->rtmp/rtmp test with mona2?
thanks

@thomasjammet
Copy link
Contributor

Hi Robert,

No we have not added support of webrtc inside MonaServer. By the way webrtc seems to support h264 but audio codecs are different from those supported by rtmp so you'll need a way to transcode during the process, which is not the best for latency optimization.

@ROBERT-MCDOWELL
Copy link
Author

Hi Thomas,
the only common codecs supported by both webrtc and rtmp is AAC and MP3
there is fdk-aac.js
https://github.com/salomvary/fdk-aac.js
where aac can be encoded from the client (or original fdk-aac on the server https://github.com/mstorsjo/fdk-aac) and take very little latency and cpu

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

No branches or pull requests

2 participants