srs/trunk/src
chundonglinlin 664e868972
HLS: restore HLS information when republish stream.(#3088). v7.0.57 (#3126)
### Feature
HLS continuous mode: In this mode HLS sequence number is started from
where it stopped last time. Old fragments are kept. Default is on.
### Configuration
```
vhost __defaultVhost__ {
    hls {
        enabled         on;
        hls_path        ./objs/nginx/html;
        hls_fragment    10;
        hls_window      60;
        hls_continuous  on;
    }
}
```

Contributed by AI:

* [AI: Refine and extract HLS
recover.](656e4e296d)

---------

Co-authored-by: Haibo Chen <495810242@qq.com>
Co-authored-by: winlin <winlinvip@gmail.com>
Co-authored-by: OSSRS-AI <winlinam@gmail.com>
2025-08-19 22:09:54 -06:00
..
app HLS: restore HLS information when republish stream.(#3088). v7.0.57 (#3126) 2025-08-19 22:09:54 -06:00
core HLS: restore HLS information when republish stream.(#3088). v7.0.57 (#3126) 2025-08-19 22:09:54 -06:00
kernel RTMP: Support RTMPS server. v7.0.56 (#4443) 2025-08-19 07:39:36 -06:00
main Use clang format. v7.0.52 (#4433) 2025-08-11 23:19:19 -04:00
protocol RTMP: Support RTMPS server. v7.0.56 (#4443) 2025-08-19 07:39:36 -06:00
utest Fix StUtimePerformance utest randomly failed. 2025-08-14 10:31:22 -06:00