[Live-devel] problems moving to asynchronous rtsp interface

Ross Finlayson finlayson at live555.com
Wed Nov 30 10:45:24 PST 2011


> 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/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.live555.com/pipermail/live-devel/attachments/20111130/fc6154ba/attachment-0001.html>


More information about the live-devel mailing list