Streaming via rtsp

asked 2019-12-10 05:17:39 -0600

Bletsu gravatar image

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

edit retag flag offensive close merge delete

Comments

I would suggest using other tools for that matter, such as FFMPEG

urres_coding gravatar imageurres_coding ( 2019-12-10 05:53:05 -0600 )edit

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

Bletsu gravatar imageBletsu ( 2019-12-10 07:31:19 -0600 )edit
1

I suggest you read this site

urres_coding gravatar imageurres_coding ( 2019-12-10 07:46:56 -0600 )edit

Thank you. But I would like to make it work on a C++ software.

Bletsu gravatar imageBletsu ( 2019-12-10 10:44:21 -0600 )edit