Thank you. That worked perfectly. I also had to overwrite createNew(),
constructor and destructor as well to make it work properly.
You should not need to do this (especially if you want support on this
> mailing list).
>
> If you don’t have “reuseFirstSource” set to True in your
> “OnDemandServer
I need to send some extra data `sendIframes` when a new client connects to
our RTSP server. This is what I have found and done so far
env->taskScheduler().scheduleDelayedTask(500,
(TaskFunc*)sendIframes, NULL); //failed
//delaying is useless as we need to send only to the new client co