Gstreamer- MJPEG- RTSP streaming from Raspberry pi to windows -


i want create pipeline stream rtsp stream raspberry pi windows. have created following pipeline, facing errors when try on window side. pipeline below.

server side (rpi board)

gphoto2 --stdout --capture-movie | gst-launch fdsrc ! decodebin2 name=dec ! queue ! ffmpegcolorspace ! jpegenc ! queue ! avimux name=mux ! tcpserversink host=192.168.1.30 port=5000 |./test-launch "( tcpclientsrc host=192.168.1.30 port=5000 ! jpegdec ! rtpjpegpay name=pay0 pt=96 )" 

client side (windows)

gst-launch-1.0 rtspsrc location=rtsp://192.168.1.30:8554/test !application/x-rtp , payload=96 ! rtpjitterbuffer ! rtpjpegdepay ! jpegdec ! fpsdisplaysink sync=false text-overlay=false 

i facing following errors enter image description here please provide appropriate solution if any, in advance.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -