[Live-devel] Question regarding ParseRTSPRequestString() and URLSuffix/URLPreSuffix
Ross Finlayson
finlayson at live555.com
Tue Oct 5 18:43:49 PDT 2010
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/
More information about the live-devel
mailing list