You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Thank you for this amazing project and all the hard work you’ve put into it. I truly appreciate the efforts of the community and developers behind SRS.
Describe the bug
The behavior was confirmed where the ts/m3u8 files were not deleted after the stream ended because the hls_dispose duration had not been reached. Disk or RAM space may be overwhelmed, and HLS files to continue being played even after the stream has ended.
Version
Ubuntu build version 6.0.158
To Reproduce
Steps to reproduce the behavior:
Streaming with RTMP and playback with HLS.
Disconnect the stream from the encoder side.
Check the directory containing the HLS files after the hls_dispose duration has passed.
Expected behavior
The possible cause is the flag check for enabling within the cycle in src/app/srs_app_hls.cpp. This seems to prevent dispose() from being called.
And this issue could likely be resolved by either removing the flag check or delete the part where Enabled is set to false in unpublish().
Hello,
Thank you for this amazing project and all the hard work you’ve put into it. I truly appreciate the efforts of the community and developers behind SRS.
Describe the bug
The behavior was confirmed where the ts/m3u8 files were not deleted after the stream ended because the hls_dispose duration had not been reached. Disk or RAM space may be overwhelmed, and HLS files to continue being played even after the stream has ended.
Version
Ubuntu build version 6.0.158
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The possible cause is the flag check for enabling within the cycle in src/app/srs_app_hls.cpp. This seems to prevent dispose() from being called.
And this issue could likely be resolved by either removing the flag check or delete the part where Enabled is set to false in unpublish().
The following is a portion of the log
srs.conf
Please consider this issue. If there is any missing information, I would be happy to provide it, so please let me know.
TRANS_BY_GPT4
The text was updated successfully, but these errors were encountered: