Streaming via rtsp
Hello,
I would like to send a stream I am reading on an IP address via rtsp to another IP address also via rtsp. In other words, I want to duplicate the stream I am reading.
Would that be possible with openCV?
Thank you
I would suggest using other tools for that matter, such as FFMPEG
I am currently trying with FFMPEG, and I am having trouble, that's why I asked here. Do you know any example with FFMPEG, that could help me? I can't find anything helpful
I suggest you read this site
Thank you. But I would like to make it work on a C++ software.