ionorg / ion-avp

Audio/Video Processing Service
MIT License
61 stars 18 forks source link

AVP with ffmpeg #203

Closed fenestron closed 3 years ago

fenestron commented 3 years ago

Hi Pion Team and thanks for this wonderful package!

Please tell me how can I use ffmpeg for processing audio and video stream in real time? This is stated on the ion page For example, ffmpeg accepts a stream and transmits it to the RTMP channel.

Thanks!

tarrencev commented 3 years ago

hi @fenestron i would suggest looking at using pion/ion-sdk-go with gstreamer https://github.com/pion/ion-sdk-go/tree/master/example/ion-sfu-gstreamer-receive

fenestron commented 3 years ago

This is helpful for my use case. Thank!