Instead of using:
videoSink->startPlaying(*videoSource, afterPlaying, videoSink);
I'm looking for a way to feed videoSink image by image, one after another. This way I can get my webcam images and feed them to the Live555 for streaming.
Is that possbile?