Webrtcbin的用法。需要将udpsrc和udpsink管道转换为webrtcbin管道

时间:2018-09-25 13:15:58

标签: c++ webrtc gstreamer pipeline

有人可以给我管道示例如何转换管道以使用 webrtcbin 而不使用 udpsrc udpsink

>
   gst-launch-1.0 autoaudiosrc ! audioconvert ! avenc_aac ! rtpmp4apay ! udpsink host="" port=1234

   gst-launch-1.0 udpsrc port=1234 ! application/x-rtp,clock-rate=44100,config=40002410adca00 ! rtpmp4adepay ! avdec_aac ! audioconvert ! autoaudiosink

谢谢

0 个答案:

没有答案