I try to send a gstreamer code line as sender with udp connection protocol then I want to received another gstreamer code line as a receiver. Here are the sender and receiver codes and their each error respecively.
SENDER:
gst-launch-1.0 -v rtspsrc location=rtsp://192.168.144.25:8554/main.264 short-header=TRUE latency=400 connection-speed=3000 timeout=50000000 ! rtph265depay ! h265parse ! rtph265pay ! udpsink host=127.0.0.1 port=5000 auto-multicast=true
RECEIVER:
gst-launch-1.0 -v udpsrc multicast-group port=5000 ! application/x-rtp,media=(string)video,clock-rate=(int)90000,encoding-name=(string)H265 ! rtph265depay ! avdec_h265 ! videoconvert ! autovideosink sync=false
Setting pipeline to PAUSED …
Pipeline is live and does not need PREROLL …
Pipeline is PREROLLED …
Setting pipeline to PLAYING …
New clock: GstSystemClock
I wanted to get an video from my camera on the vlc using with udpsquared v2.
hendeseci is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.