[Live-devel] MPEG1or2VideoReciever using EventTrigger

2011-01-11 Thread Eyal Shveky
Hi, Writing RTSP Directshow Transmitter filter based on Mpeg1or2VideoStreamer subclassing BasicTaskSchedular0 in order to break doEventLoop to control a single Step, also using the new EventTrigger to informed my FramedSource subclassed when a new frame arrived. I'm pretty satisfied from m

[Live-devel] FW: Live555 integrated in Directshow Filter - Video not sequential rendered

2010-12-20 Thread Eyal Shveky
Please Ignore the attached file, if any. Hi, Main problem to Integrate Live lib with Directshow filter is the thread synchronization. To overcome that I define Live Thread as another Worker thread of DS filter. I got test.mpg stream on VLC player, but not sequential rendered, meaning I have a

[Live-devel] New TaskScheduler 'event trigger - Usinf

2010-12-13 Thread Eyal Shveky
Hi, Thanks you very much for this feature, I guess that I'm not the only one that was waiting for that. J When I trigger the triggerEvent() from my separate thread (DirectShow Input pi Thread), I see that it's being catch by the BasicTaskScheduler::SingleStep, Thinking that the way to work wi

Re: [Live-devel] LiveMedia in a Directshow Filter

2010-11-30 Thread Eyal Shveky
>while(true) >{ > fWatchVariable = 0; > dummyTask(NULL); // 100ms > env->taskScheduler().doEventLoop(&fWatchVariable); > if (fWatchVariable = 1) > { > printf("\nIn While fWatchVariable=%d,",fWatchVariable); > if (!mP4LiveSms->mpeg4LiveSo

[Live-devel] FW: LiveMedia in a Directshow Filter

2010-11-28 Thread Eyal Shveky
Hi , Sending again , Did it get anywhere? I'm kind of stack now in Developing process. Please help. Eyal From: Eyal Shveky Sent: Thursday, November 25, 2010 5:22 PM To: 'live-devel@lists.live555.com' Subject: LiveMedia in a Directshow Filter Hi, I'm trying to w

[Live-devel] LiveMedia in a Directshow Filter

2010-11-25 Thread Eyal Shveky
Hi, I'm trying to write a DirectShow(DS acronyms) Source Filter that will send the test.m4e (from live tests) over RTSP to VLC player. In my CRTSPFilter::Run DS method of my DirectShow filter I'm creating a new thread that follows testOnDemandRTSPServer.cpp Except it addSubsession my MPEG4Vi

Re: [Live-devel] live-devel Digest, Vol 84, Issue 4

2010-10-11 Thread Eyal Shveky
Hi Guy Thank you for your fast response. It's not easy to search the archive for the correct "Visual Studio 2008 solution". Can you please direct me to the right month or alternately send me a zip of the solution. Thanks Eyal Shveky Eyal Software Engineer at Aero

[Live-devel] Compile live555 in vsts 2008

2010-10-07 Thread Eyal Shveky
Hi , I compiled live555 in windows using instructions in your site, build the following libraries : * libBasicUsageEnvironment.lib * libgroupsock.lib * libliveMedia.lib * libUsageEnvironment.lib and exe's * openRTSP.exe * live555MediaSer