Re: [Live-devel] RTSP over TCP advice

2011-10-04 Thread Ross Finlayson
Yes, our server starts sending out RTP packets just before sending back the RTSP "PLAY" response. The reason for this is that the RTSP response includes a "RTP-Info" header, whose contents (in part) depend upon parameters obtained as a result of starting to send out RTP packets. But this shoul

Re: [Live-devel] RTSP over TCP advice

2011-10-04 Thread Ralf Globisch
Correct me if I'm wrong but from what I can tell taking a *quick* look at RTSPClient::handleResponseBytes and RTSPClient::parseResponseCode, it could be that the parsing fails if there is an interleaved media packet before the actual RTSP response? On Tue, Oct 4, 2011 at 10:16 AM, Ralf Globisch

[Live-devel] RTSP over TCP advice

2011-10-04 Thread Ralf Globisch
Hi Ross, Please could you venture your expert opinion on the following: We are streaming from a live555 RTSP server to an android version of VLC built with live555 using RTSP over TCP. When streaming over wifi, there are no problems. When streaming over 3G/Edge, the VLC client never starts playin