Help with RTSP server

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Help with RTSP server

Myzhar
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/examples
without success.

Any help?

Thank you
Walter
Walter Lucetti
www.myzhar.com