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?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

You can accomplish that using the live555 event trigger of the DeviceSource mechanism. Searching the live555 mailing list for EventTrigger, DeviceSource should provide you with a way to get started. AFAIR there was a section on live sources in the FAQ.

I would advise you to encode the data before hand. Live555 has sinks for many video codecs so you'll have to use the appropriate sink.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.