Re: [Live-devel] How to restrict stream from being viewed by more than one user?

2020-03-19 Thread Ross Finlayson
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

Re: [Live-devel] Qt and Live555 for video recording

2020-03-19 Thread Ross Finlayson
> 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

[Live-devel] How to restrict stream from being viewed by more than one user?

2020-03-19 Thread Matthew Czarnek
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

Re: [Live-devel] Qt and Live555 for video recording

2020-03-19 Thread Omkareshwar
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