muaz-khan / WebRTC-Experiment

WebRTC, WebRTC and WebRTC. Everything here is all about WebRTC!!
https://www.webrtc-experiment.com/
MIT License
11.76k stars 3.94k forks source link

WebRTC real time stream to ffmpeg #403

Open Ivan-Feofanov opened 8 years ago

Ivan-Feofanov commented 8 years ago

Hi.

Your experimens are great but i didn't find solution for my trouble.

I need to translate real-time audiostream from WebRTC-supported browser to ffmeg and later to rtmp media server. Reason is to Safari users can listen/watch translation withous any plugins.

I look at RecordRTC but it send stream only on end of record and i need real-time streaming.

Can you help me?

IgorDePaula commented 8 years ago

Please, see https://github.com/streamproc/Record-Entire-Meeting

2016-02-20 4:23 GMT-02:00 Ivan Feofanov notifications@github.com:

Hi.

Your experimens are great but i didn't find solution for my trouble.

I need to translate real-time audiostream from WebRTC-supported browser to ffmeg and later to rtmp media server. Reason is to Safari users can listen/watch translation withous any plugins.

I look at RecordRTC but it send stream only on end of record and i need real-time streaming.

Can you help me?

— Reply to this email directly or view it on GitHub https://github.com/muaz-khan/WebRTC-Experiment/issues/403.

Moussawi7 commented 7 years ago

@Ivan-Feofanov , In fact i need exactly what you want to achieve, how did you solve this issue?. Thank you.

Ivan-Feofanov commented 7 years ago

@Moussawi7 i wrote my own solution, ws-audio-api. You can find it on my github page.

rayj00 commented 6 years ago

Can WebRTC video be sent to ffmpeg and ffmpeg then output rtmp?

Ray

soonzsoonz commented 6 years ago

@rayj00 this post may help you https://medium.com/@ahmetmermerkaya/webrtc-live-video-stream-broadcasting-one-to-many-and-watching-with-rtmp-and-hls-82980ccfe890