Gstreamer WebRTCbin工作示例管道

时间:2018-11-12 17:15:37

标签: webrtc gstreamer python-gstreamer gstreamer-1.0

有人可以显示最新的webrtcbin管道吗?目前,我正在使用这些管道,但它们无法正常工作。

发送:

gst-launch-1.0 webrtcbin bundle-policy=max-bundle name=sendrecv  stun-server=stun://stun.l.google.com:19302 audiotestsrc is-live=true wave=red-noise ! audioconvert ! audioresample ! queue ! opusenc ! rtpopuspay ! application/x-rtp,media=audio,encoding-name=OPUS,payload=97 ! sendrecv.

接收:

gst-launch-1.0 webrtcbin bundle-policy=max-bundle name=sendrecv  stun-server=stun://stun.l.google.com:19302 ! rtpopusdepay ! opusdec ! audioconvert ! autoaudiosink async=false

谢谢!

0 个答案:

没有答案