WebRTC send audio/video with vp8 from RaspberryPi
Eric-BTG
eric.chaloin at bt-ground.com
Fri Aug 7 08:06:22 PDT 2015
Try this pipeline :)
raspivid -n -w 640 -h 480 -b 100000 -fps 2 -vf -hf -t 0 -pf baseline -o - |
gst-launch-1.0 -v fdsrc fd=0 ! h264parse ! decodebin !
video/x-raw-rgb,framerate=30/1 ! videoconvert ! vp8enc min_quantizer=13
cpu-used = 5 ! rtpvp8pay ! udpsink host=137.116.196.147 port=8004
Again, use it as a test only, as Nicolas sait this is not efficient..
(Moreover it fixes your pipeline issue, but does not resolve your
problem..).
Eric
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/WebRTC-send-audio-video-with-vp8-from-RaspberryPi-tp4673026p4673055.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list