tcpserversink to gst-rtsp-server with RTSP.
Dhananjay Jadhav
dhananjay972 at gmail.com
Wed Jul 25 14:41:19 UTC 2018
Hello Everyone,
I am trying to send sample videotestsrc on tcpserversink
using below command:-
gst-launch-1.0 -v videotestsrc ! video/x-raw, format=RGB, framerate=30/1,
width=1000, height=1000 ! gdppay ! tcpserversink port=53515
At Client side I am using ./test-launch "( tcpclientsrc
port=53515 ! gdpdepay ! videoconvert name=pay0 pt=96 )" command from
git://anongit.freedesktop.org/gstreamer/gst-rtsp-server,example section as
mentioned in
https://www.raspberrypi.org/forums/viewtopic.php?t=49278&p=664616.I have
changed source from rasberry pi input to videotestsrc.
When i telnet for port 53515 i am able to receive the
data.But client side once the script is launched stream ready at
rtsp://127.0.0.1:8554/test starts.When i telnet the port i am unable to
receive the data.
If i use ./test-launch "( videotestsrc ! x264enc !
rtph264pay name=pay0 pt=96 )" for gst-rtsp-server, i am able to receive the
data.
As i am new to gstreamer any help would be appreciated.
Regards,
Dhananjay Jadhav
--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/
More information about the gstreamer-devel
mailing list