RTSP camera auto start not working after server restart #5011
-
Multiple RTSP cameras are broadcasting on my server, but when I restart the server, the streams do not automatically restart. I had to manually start the streams. Is there a way to fix this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 13 replies
-
In AMS v2.5.3 and later, the stream auto-fetcher is disabled by default so streams do not start themselves after a server restart. Change the following flag to true in the Advance application settings so that streams start fetching automatically.
The streams should now begin to function automatically. |
Beta Was this translation helpful? Give feedback.
-
Thank you for your reply. It does work. But, how to secure the publisher? |
Beta Was this translation helpful? Give feedback.
-
Thanks. |
Beta Was this translation helpful? Give feedback.
In AMS v2.5.3 and later, the stream auto-fetcher is disabled by default so streams do not start themselves after a server restart. Change the following flag to true in the Advance application settings so that streams start fetching automatically.
"startStreamFetcherAutomatically": true,
The streams should now begin to function automatically.