Hi Ross,
Thank you very much for your attention.
I am facing with some kind of difficulties, because I don't know what is
missing, the data just seems not to be fed to the output of the filter.
That looks fine - but don't forget to enter the event loop, by calling
> env->taskScheduler().doEventLoo
Hi Ross,
I have been playing with the FramedFilter class for a while, and created a
simple filter that will just deliver its input to its output. However, it
is not working for some reason. Can you point me to the point that I'm
missing?
HistoryFilter::HistoryFilter(UsageEnvironment& env,
Frame
I'm currently doing a live camera streaming project that needs a history
function. I've done some search and come to the solution of creating a
custom sink that is the combination of MPEG4ESVideoRTPSink and FileSink,
which will stream to both a local file and the network.
What I've done is creating