> On Jan 8, 2024, at 10:19 PM, i...@denisgottardello.it wrote:
> 
> - if I power off and on the rtsp camera, live555ProxyServer does not restart 
> the connection. Is it possibile manage this situation?

The proxy server should detect when its connection to the back-end server (your 
RTSP camera, in your case) fails, and automatically reconnect.  However, this 
might take a fairly long time - perhaps as long as 60 seconds.  You can see 
this happening if you add
        -V
to your “live555ProxyServer” command line.


> - openRTSP stores the video using a prefix. Is it possible to store the video 
> using date and time as file name?

Yes, you can use the "-F <fileName-prefix>” option - e.g., something like
        openRTSP -F `date +%Y-%m-%d-%H%M%S` rest-of-the-openRTSP-command-line


Ross Finlayson
Live Networks, Inc.
http://www.live555.com/


_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to