RTSP server only adding client the first time it requests a connection

Frank M. fm at slums.de
Mon Jan 6 14:28:25 PST 2014


I've constructed the following pipeline on the server:

souphttpsrc location=http://127.0.0.1:50000/stream0.mjpeg name=src
do-timestamp=true !
multipartdemux ! image/jpeg,framerate=5/1,width=640,height=480 ! queue !
rtpjpegpay name=pay0 pt=96

The first time a client requests a connection the rtsp server adds the
client:

0:00:07.493875376 15932  0x9a2fd20 INFO rtspclient
rtsp-client.c:2491:gst_rtsp_client_set_connection: client 0x9a326f0
connected to server ip 10.10.10.222, ipv6 = 0
0:00:07.493907872 15932  0x9a2fd20 INFO rtspclient
rtsp-client.c:2494:gst_rtsp_client_set_connection: added new client
0x9a326f0 ip 10.10.10.220:38703

The client then continues to send OPTIONS and DESCRIBE request to the server
and plays the stream successfully. After closing the client any new instance
of a client is not being added to the server anymore (the rtsp server
doesn't even seem be aware of connection attempts by any client ).

Any help would be appreciated.
Frank



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/RTSP-server-only-adding-client-the-first-time-it-requests-a-connection-tp4664508.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list