RTSP Server - running test-video.c example failed

Federico Zamperini fzamperini at tiscali.it
Tue Apr 10 19:23:21 PDT 2012


Hi Rossana,
	are the client and the server on the same machine?
If not, check the firewall; anyway, try to connect to the server using 
telnet:

telnet <rtsp server ip address> 8554

and then type:

DESCRIBE rtsp://<rtsp server ip address>/test RTSP/1.0
CSeq: 1

You should see something like

RTSP/1.0 200 OK
CSeq: 1
Content-Type: application/sdp
[more lines]


More information about the gstreamer-devel mailing list