Re: [Live-devel] RTSPClient using the synchronous interface spinning on the processor

2011-06-30 Thread Matt Schuckmannn
Yes it works fine. Thanks, Matt S. On 6/29/2011 11:17 PM, Ross Finlayson wrote: The first time BasicTaskScheduler::SingeStep is called the fReadSet, fWriteSet, and fExceptionSet are all empty and select() returns an error (WSAINVAL) and the code starting on line 86 of BasicTaskScheduler.cpp

Re: [Live-devel] live-devel Digest, Vol 92, Issue 23

2011-06-30 Thread Ralf Globisch
Hi Matt, Interesting post about the CPU usage! FYI, we recently upgraded our live555 version too and I also noticed that my RTSP client application starts using up my processor (only after experiencing network issues where the connection seems to drop). We are also still using the synchro

Re: [Live-devel] RTP over TCP with iPhone

2011-06-30 Thread Velkin Dmitrij
I can't change the code incremental. I have to use a new/ohther sink. And it works fine if I invoke this code without "-t" option! -Ursprüngliche Nachricht- Von: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] Im Auftrag von Ross Finlayson Gesendet: Donners

Re: [Live-devel] RTP over TCP with iPhone

2011-06-30 Thread Ross Finlayson
if I implement it in this way i never get into "afterGettingFrame". What am I doing wrong? I don't know; you're going to have to figure this out for yourself. Remember, you're starting from code that you know works - the "openRTSP" code. By making incremental changes to this code, and testin

Re: [Live-devel] RTP over TCP with iPhone

2011-06-30 Thread Dmitrij Velkin
Yes I use FileSink as model: class MyMediaSink:public MediaSink { public: MyMediaSink(UsageEnvironment &env):MediaSink(env){buffer = new uint8_t[fileSinkBufferSize];} virtual ~MyMediaSink(){} protected: Boolean continuePlaying() { if (NULL == fSource)