-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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: Transmux RTC to RTMP streaming #2093
Comments
Hello, same problem here. Would be great that this can be included in the documentation, as for my project without it, that's a show stopper :| |
webRtc uses RTP for publishing, and SDP for answering. It is possible to use ffmpeg to push SDP to RTMP.
|
To push SDP using ffmpeg, you can use the following command: ffmpeg -protocol_whitelist file,rtp,udp -i input.sdp -c copy -f flv rtmp://your-rtmp-server-url Replace
|
Xia Lixin is working on this feature, please be patient.
|
When starting rtc_to_rtmp in live broadcasting with two-way communication, the browser playback window turns black, and the value of code is 400. How can this be resolved?
|
Fixed |
Description'
Please ensure that you maintain the markdown structure.
I need a configuration to be able to publish through WebRTC and play the stream in RTMP.
I have been able to publish through RTMP and playback in RTC, but can't do the otherway around.
v4.0.56
'Please ensure that you maintain the markdown structure.
Expected Behavior (Expect)
Please ensure that you maintain the markdown structure.
Publish through RTC and receive in RTMP
TRANS_BY_GPT3
The text was updated successfully, but these errors were encountered: