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

Support G711 in RTMP #2857

Closed
pedroSG94 opened this issue Dec 31, 2023 · 2 comments · Fixed by #2884
Closed

Support G711 in RTMP #2857

pedroSG94 opened this issue Dec 31, 2023 · 2 comments · Fixed by #2884
Labels
enhancement New feature or request rtmp

Comments

@pedroSG94
Copy link
Contributor

Describe the feature

Hello,

The idea is support G711 in RTMP protocol because currently you have no way without re-encoding to reproduce audio using WebRTC if the input is provided by a RTMP stream in this server.
This allow users to use one of the most commons protocols like RTMP and reproduce the audio in a browser with low latency using WebRTC without re-encoding.

Ffmpeg command to test:

ffmpeg -re -i input.mp4 -c:v libx264 -c:a pcm_mulaw -ac 1 -ar 8000 -f flv rtmp://ip/live/streamname
Copy link
Contributor

github-actions bot commented Jan 7, 2024

This issue is mentioned in release v1.4.2 🚀
Check out the entire changelog by clicking here

Copy link
Contributor

This issue is being locked automatically because it has been closed for more than 6 months.
Please open a new issue in case you encounter a similar problem.

@github-actions github-actions bot locked and limited conversation to collaborators Jul 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request rtmp
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants