feat: server-side volume control feature added, playlist & folder video management

This commit is contained in:
YusufB5 2026-06-04 16:14:23 +03:00
parent fd422b5100
commit 5fad7c5aa9
6 changed files with 344 additions and 101 deletions

12
playlist.json Normal file
View file

@ -0,0 +1,12 @@
[
{
"video": "first_video.mp4",
"mode": 1, //stream mode
"vol": 1 //sream volume
},
{
"video": "second_video.mp4",
"mode": 5,
"vol": 2
}
]