You shouldn't worry about the server returning "a=control:track1" in the SDP description, and thus having "/track1" appended to the control URL that RTSP clients use internally, when sending a RTSP "SETUP" command. RTSP clients do this automatically, and it doesn't affect the URL that you give the client originally.

Your problem is that you are trying to use a session name that contains "/" characters. Our RTSP server code currently does not support this, so you shouldn't do this.
--

Ross Finlayson
Live Networks, Inc.
http://www.live555.com/
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to