-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After the RTMP streaming of the video source stops, can the corresponding HLS files m3u8 and ts be cleaned up? #209 #209
Comments
The cessation of RTMP streams does not necessarily mean the termination of the service. However, there are two situations in which cleaning can be done:
|
Add a new option to set the timeout for HLS, with a default value of 5 minutes. If there is no stream for 5 minutes, all existing HLS files will be cleared.
|
When the server stops, clean up HLS segments.
|
Already resolved. Restart and clean up HLS when there is no flow timeout.
|
https://github.com/winlinvip/simple-rtmp-server/issues/209
TRANS_BY_GPT3
The text was updated successfully, but these errors were encountered: