WebRTC send audio/video with vp8 from RaspberryPi

Avnerus avnerus at gmail.com
Thu Jun 22 09:44:03 UTC 2017


Not sure if you still need help on this, but since the audio encoding used by
WebRTC is Opus, you need to use *opusenc ! rtpopuspay* and not *mulawenc
!rtppcmupay*.
Try this one:

gst-launch-1.0 pulsesrc ! queue ! opusenc ! rtpopuspay ! udpsink
host=127.0.0.1 port=8003 rpicamsrc
preview=false vflip=true ! x264enc tune=zerolatency speed-preset=ultrafast
qp-min=18 pass=5 quantizer=21 !
video/x-h264,width=640,height=480,framerate=30/1 ! rtph264pay ! udpsink
host=127.0.0.1 port=8004 sync=false




--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/WebRTC-send-audio-video-with-vp8-from-RaspberryPi-tp4673026p4683494.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list