fix: naming of playlist according to channelId

This commit is contained in:
antebrl
2024-12-02 10:17:48 +00:00
parent 4336f46b19
commit 86a09a90b3
7 changed files with 33 additions and 15 deletions

View File

@@ -7,8 +7,11 @@ services:
args:
# Set this to the server ip/domain, if your backend is deployed on a different server
#VITE_BACKEND_URL: http://123.123.123.123:5000
VITE_BACKEND_STREAMS_PATH: /streams/playlist.m3u8
VITE_BACKEND_STREAMS_PATH: /streams/
VITE_STREAM_DELAY: 18
VITE_SYNCHRONIZATION_TOLERANCE: 0.8
VITE_SYNCHRONIZATION_MAX_DEVIATION: 4
networks:
- app-network