Re: [Live-devel] How to create a custom sink that streams to both the network and a local file

2011-12-21 Thread Hoang Bui Vu
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

Re: [Live-devel] How to create a custom sink that streams to both the network and a local file

2011-12-14 Thread Hoang Bui Vu
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

[Live-devel] How to create a custom sink that streams to both the network and a local file

2011-12-08 Thread Hoang Bui Vu
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