!!! Before submitting a new bug report, please ensure you have searched for any existing bugs and utilized
the Ask AI feature at https://ossrs.io or https://ossrs.net (for users in China). Duplicate issues or
questions that are overly simple or already addressed in the documentation will be removed without any
response.
Describe the bug
When using the Reuse Port function, the hls slice stream is not online and expires
Create multiple srs configuration files, except for the pid name, everything else is the same.
Create the memory directory /mnt/ramdisk for hls slice storage. The command is mkdir -p /mnt/ramdisk && mount -o size=10G -t tmpfs none /mnt/ramdisk
The command to start multiple srs servers is as follows
docker run -d --privileged=true --net=host --restart=always --name serverA -v /etc/localtime:/etc/localtime:ro -v /opt/srs/serverA/:/usr/local/srs/conf/ -v /mnt/ramdisk:/usr/local/srs/objs/nginx/html/ registry.cn-hangzhou.aliyuncs.com/ossrs/srs:6
docker run -d --privileged=true --net=host --restart=always --name serverB -v /etc/localtime:/etc/localtime:ro -v /opt/srs/serverB/:/usr/local/srs/conf/ -v /mnt/ramdisk:/usr/local/srs/objs/nginx/html/ registry.cn-hangzhou.aliyuncs.com/ossrs/srs:6
docker run -d --privileged=true --net=host --restart=always --name serverC -v /etc/localtime:/etc/localtime:ro -v /opt/srs/serverC/:/usr/local/srs/conf/ -v /mnt/ramdisk:/usr/local/srs/objs/nginx/html/ registry.cn-hangzhou.aliyuncs.com/ossrs/srs:6
docker run -d --privileged=true --net=host --restart=always --name serverD -v /etc/localtime:/etc/localtime:ro -v /opt/srs/serverD/:/usr/local/srs/conf/ -v /mnt/ramdisk:/usr/local/srs/objs/nginx/html/ registry.cn-hangzhou.aliyuncs.com/ossrs/srs:6
After pushing the stream, I found that expired ts and m3u8 were not automatically deleted.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.!!! Before submitting a new bug report, please ensure you have searched for any existing bugs and utilized
the Ask AI feature at https://ossrs.io or https://ossrs.net (for users in China). Duplicate issues or
questions that are overly simple or already addressed in the documentation will be removed without any
response.
Describe the bug
When using the Reuse Port function, the hls slice stream is not online and expires
!!! Before submitting a new bug report, please ensure you have searched for any existing bugs and utilized the
Ask AI
feature at https://ossrs.io or https://ossrs.net (for users in China). Duplicate issues or questions that are overly simple or already addressed in the documentation will be removed without any response.Describe the bug When using the Reuse Port function, the hls slice stream is not online and expires
Version Use docker version SRS/6.0.134
To Reproduce Steps to reproduce the behavior:
Pull docker image file registry.cn-hangzhou.aliyuncs.com/ossrs/srs:6
Create multiple srs configuration files, except for the pid name, everything else is the same.
Create the memory directory /mnt/ramdisk for hls slice storage. The command is mkdir -p /mnt/ramdisk && mount -o size=10G -t tmpfs none /mnt/ramdisk The command to start multiple srs servers is as follows docker run -d --privileged=true --net=host --restart=always --name serverA -v /etc/localtime:/etc/localtime:ro -v /opt/srs/serverA/:/usr/local/srs/conf/ -v /mnt/ramdisk:/usr/local/srs/objs/nginx/html/ registry.cn-hangzhou.aliyuncs.com/ossrs/srs:6 docker run -d --privileged=true --net=host --restart=always --name serverB -v /etc/localtime:/etc/localtime:ro -v /opt/srs/serverB/:/usr/local/srs/conf/ -v /mnt/ramdisk:/usr/local/srs/objs/nginx/html/ registry.cn-hangzhou.aliyuncs.com/ossrs/srs:6 docker run -d --privileged=true --net=host --restart=always --name serverC -v /etc/localtime:/etc/localtime:ro -v /opt/srs/serverC/:/usr/local/srs/conf/ -v /mnt/ramdisk:/usr/local/srs/objs/nginx/html/ registry.cn-hangzhou.aliyuncs.com/ossrs/srs:6 docker run -d --privileged=true --net=host --restart=always --name serverD -v /etc/localtime:/etc/localtime:ro -v /opt/srs/serverD/:/usr/local/srs/conf/ -v /mnt/ramdisk:/usr/local/srs/objs/nginx/html/ registry.cn-hangzhou.aliyuncs.com/ossrs/srs:6
After pushing the stream, I found that expired ts and m3u8 were not automatically deleted.
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.!!! Before submitting a new bug report, please ensure you have searched for any existing bugs and utilized the
Ask AI
feature at https://ossrs.io or https://ossrs.net (for users in China). Duplicate issues or questions that are overly simple or already addressed in the documentation will be removed without any response.Describe the bug When using the Reuse Port function, the hls slice stream is not online and expires
Version Use docker version SRS/6.0.134
To Reproduce Steps to reproduce the behavior:
Pull docker image file registry.cn-hangzhou.aliyuncs.com/ossrs/srs:6
Create multiple srs configuration files, except for the pid name, everything else is the same.
Create the memory directory /mnt/ramdisk for hls slice storage. The command is mkdir -p /mnt/ramdisk && mount -o size=10G -t tmpfs none /mnt/ramdisk The command to start multiple srs servers is as follows docker run -d --privileged=true --net=host --restart=always --name serverA -v /etc/localtime:/etc/localtime:ro -v /opt/srs/serverA/:/usr/local/srs/conf/ -v /mnt/ramdisk:/usr/local/srs/objs/nginx/html/ registry.cn-hangzhou.aliyuncs.com/ossrs/srs:6 docker run -d --privileged=true --net=host --restart=always --name serverB -v /etc/localtime:/etc/localtime:ro -v /opt/srs/serverB/:/usr/local/srs/conf/ -v /mnt/ramdisk:/usr/local/srs/objs/nginx/html/ registry.cn-hangzhou.aliyuncs.com/ossrs/srs:6 docker run -d --privileged=true --net=host --restart=always --name serverC -v /etc/localtime:/etc/localtime:ro -v /opt/srs/serverC/:/usr/local/srs/conf/ -v /mnt/ramdisk:/usr/local/srs/objs/nginx/html/ registry.cn-hangzhou.aliyuncs.com/ossrs/srs:6 docker run -d --privileged=true --net=host --restart=always --name serverD -v /etc/localtime:/etc/localtime:ro -v /opt/srs/serverD/:/usr/local/srs/conf/ -v /mnt/ramdisk:/usr/local/srs/objs/nginx/html/ registry.cn-hangzhou.aliyuncs.com/ossrs/srs:6
After pushing the stream, I found that expired ts and m3u8 were not automatically deleted.
Expected behavior A clear and concise description of what you expected to happen.
Screenshots
Additional context Add any other context about the problem here.