[Live-devel] RTSPClient::describeURL with bad IP

2010-05-17 Thread Denis Z
Hi! When I call RTSPClient::describeURL with IP-address which is not exist in the network (for example - 10.10.10.10), this call blocks for about 20 seconds before it return an error. Sometimes I need to terminate this waiting and cancel "describeURL" operation immediately, but I didn't found how

[Live-devel] Live555 on iPhone

2010-04-20 Thread Denis Z
Hi! We would like to use live555 RTSP client on iPhone, but we faced the problem - we don't know how to build live555 for iPhone device (arm). There are several config files, but no one could be used to build live555 for iPhone. What can you suggest, what should we do? Thanks! Denis.

Re: [Live-devel] RTSP and assembling audio buffer from audio frames

2010-03-20 Thread Denis Z
Good day, Ross! I mean the timestamps that I obtain in frame's callback, which is setup using MediaSink::fSource->getNextFrame(..., &on_frame, ...); void on_frame(void* clientData, unsigned int frameSize, unsigned /*numTruncatedBytes*/, struct timeval tv, unsigned /*durationInMicroseconds*/) {

[Live-devel] RTSP and assembling audio buffer from audio frames

2010-03-20 Thread Denis Z
Hi! I'm not really sure which side is responsible for the problem... More like that I need your advice what to do and investigate next. I use live555 to receive video and audio streams using RTSP client. The problem is: when I fill audio buffer with audio-frames according to their timestamps, I g

Re: [Live-devel] UDP RTSP media session expires

2010-03-19 Thread Denis Z
Yes, I call MediaSubsession::initiate() for each subsession that I want to receive data from. But the session expires. And doesn't expires if I perform my custom-made scheduled task. 2010/3/19 Ross Finlayson > I use live555 RTSP-client to receive video-audio via UDP from NVC Encoder >> (vendor -

[Live-devel] UDP RTSP media session expires

2010-03-18 Thread Denis Z
Hi! I use live555 RTSP-client to receive video-audio via UDP from NVC Encoder (vendor - UDPTechnology). I have a problem: media session expires after 45 seconds and encoder stops streaming. In some manuals I read that client should periodically send some command for its session (for example - OPTI