Search code examples
c++webcamlive-streaming

RTSP c++ livestream sample source code?


i was wondering what is the best way to livestream a camera using RTSP? i have been looking for hours but could not find anything any server source code that allows webcam livestreaming in c++ would help a lot.


Solution

  • There are many links to various server RTSP implementations, some open source and free on wikipedia.

    Like this open source C++ one.