> When using openRTSP to set up an RTSP connection, is it possible to add a 
> delay in between the RTSP SETUP message and the corresponding
> RTP SETUP message i.e. send the RTSP SETUP message, delay ā€œNā€ seconds and 
> then send the RTP SETUP message?

Yes, you could do this by modifying the "continueAfterSETUP()" function to call 
"env->taskScheduler().scheduleDelayedTask( ... )" instead of calling 
"setupStreams()" (to do the next "SETUP").  Instead, your delayed function 
(that you specified in the call to "scheduleDelayedTask()") would call 
"setupStreams()".

I'm not sure why you want to do this, though.  (Our RTSP server implementation 
certainly doesn't need such a delay.)


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