Help with RTSP server
Myzhar
myzhar at gmail.com
Tue Feb 14 11:32:26 UTC 2017
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
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Help-with-RTSP-server-tp4681879.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list