cannot stream webcam video from Raspberry to Tablet

Arjen Veenhuizen arjen.veenhuizen at tno.nl
Mon Nov 28 10:00:54 UTC 2016


A couple of things:

*
> sudo gst-launch-1.0 v4l2src device=/dev/video0 !
> video/x-raw,width=640,height=480 ! x264enc ! h264parse ! rtph264pay !
> udpsink host=
/
> IP_of_Raspberry
/
>  port=5000
*

You want to stream it to the Windows tablet, so you should send the data to
the Windows host ip instead of the RPI3 host

Furthermore, you should copy the exact caps from the sender to the receiver.
Start gst-launch-1.0 with -v to see the caps and put them on the udpsrc
element in the receiver pipeline (e.g. udpsrc port=5000
caps="application/x-rtp,....").





--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/cannot-stream-webcam-video-from-Raspberry-to-Tablet-tp4680901p4680906.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list