> I have almost gotten the migration to RTSP asynchronous working in my code.
> I get to the point where the play command is send and I get a reply and it 
> prints out the Receiving Streaming Data, but then it just sets there. Looping 
> endlessly never detecting arrival of packets.

[...]

> What did I miss?

My guess: You're forgetting to call "startPlaying() on each input source.  (You 
should do this between getting the response to "SETUP", and the sending of 
"PLAY".)

(Note that the RTSP "PLAY" command merely starts the streaming at the server 
end.  You still need to - at the client end - call "startPlaying()" on each 
input source, to actually receive the data.)


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/

_______________________________________________
live-devel mailing list
[email protected]
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to