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 please provide appropriate solution if any, in advance.
Comments
Post a Comment