How to feed gts-rtsp-server with an udpsrc

marfis fischer at iot40systems.com
Tue Jan 7 13:38:45 UTC 2020


Hi

I want to feed the gts-rtsp-server
https://github.com/GStreamer/gst-rtsp-server with an udpsrc and sadly I am
not able to build the pipeline.

Client (python3/opencv):
appsrc ! videoconvert ! omxh264enc ! h264parse ! rtph264pay
config-interval=1 ! udpsink host=localhost port=5000


Receiver (works)
gst-launch-1.0 udpsrc port=5000 !
application/x-rtp,encoding-name=H264,payload=96 ! rtph264depay ! h264parse !
queue ! avdec_h264 ! xvimagesink sync=false async=false -e


Server:
./test-launch "udpsrc port=5000 ! ..? "

Do i have decode and encode again?


Another question: How to integrate the gst-rtsp-server element directly into
python? (without the awesome solution from RidgeRun ;) )

Best regards Martin



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list