Hi all,
I would like to know which is the best way to create an RTSP server starting from this working pipeline:
udpsrc multicast-iface="LAN_Console" multicast-group=239.0.0.12 auto-multicast=true port=15001 ! tsdemux name=demux ! h264parse ! avdec_h264 ! videoconvert ! autovideosink sync=false demux. ! queue ! aacparse ! avdec_aac ! audioconvert ! autoaudiosink sync=false
I can watch and hear the stream correctly using:
gst-play-1.0.exe udp://239.0.0.12:15001
I tried many examples from
https://github.com/GStreamer/gst-rtsp-server/tree/master/exampleswithout success.
Any help?
Thank you
Walter