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
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
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
>while(true)
>{
> fWatchVariable = 0;
> dummyTask(NULL); // 100ms
> env->taskScheduler().doEventLoop(&fWatchVariable);
> if (fWatchVariable = 1)
> {
> printf("\nIn While fWatchVariable=%d,",fWatchVariable);
> if (!mP4LiveSms->mpeg4LiveSo
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
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
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
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