I'm trying to make a server that could deliver live video from my webcam through rtsp, and I would like some opinion on the best way to do.
Just before, I programmed a few things with libav and live555 (separatly), but I have no clue on how to use both, and I'm not even sure I have to.
For example, I have a code that read my webcam with opencv and make a video out of the images I get with libav, so my first guess was to use it with a touch of live555 to send the buffer I get through internet, but it doesn't seem to be the way to do.
I looked into live555 "DeviceSource.cpp", but I don't understand how to use it, the TO BE WRITTEN parts are very vague to me...