[Live-devel] Open rtsp camera and streaming to network
Ross Finlayson
finlayson at live555.com
Mon Jan 8 06:45:20 PST 2024
> On Jan 8, 2024, at 10:19 PM, info at 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/
More information about the live-devel
mailing list