Why don’t you simply add authentication (i.e., one or more
, pairs) to the RTSP server? Then, only a user that knows
the username and password will be able to access the stream.
This is very easy to do. For example note the code
“testOnDemandRTSPServer.cpp” in the “testProgs” directory, and n
> On Mar 20, 2020, at 1:43 AM, Omkareshwar
> wrote:
>
> I also tired for "testRTSPClient" application to save video but nothing
> helped much.
“testRTSPClient” does not ’save’ any incoming data. Instead, it displays (on
the console) a record of each incoming frame, but does not save frames
For my specific application, we would like to stream video over RTSP to a
specific user. Because RTSP isn't encrypted, we would like to instead make
sure that when a user requests a stream, using encrypted and secure
methods, that once we deliver it, that they are the only one it is streamed
to fro
I am not modifying "openRTSP" source code. I am using it as reference
for my application to save video.
I also tired for "testRTSPClient" application to save video but nothing
helped much.
On 17-Mar-20 7:49 PM, Ross Finlayson wrote:
On Mar 18, 2020, at 2:37 AM, Omkareshwar
wrote:
Took t