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