refactor: improve channel storage management and streaming logic

This commit is contained in:
antebrl
2024-12-02 13:57:38 +00:00
parent 86a09a90b3
commit abb17f3ee2
7 changed files with 26 additions and 23 deletions

View File

@@ -23,7 +23,7 @@ services:
- streams_data:/streams
environment:
DEFAULT_CHANNEL_URL: https://mcdn.daserste.de/daserste/de/master.m3u8
STORAGE_PATH: /streams
STORAGE_PATH: /streams/
networks:
- app-network
@@ -40,6 +40,10 @@ services:
volumes:
streams_data:
driver: local
driver_opts:
type: tmpfs
device: tmpfs
# Internal docker network
networks: