mirror of
https://github.com/YusufB5/ASCILINE.git
synced 2026-06-17 22:35:13 +02:00
feat: server-side volume control feature added, playlist & folder video management
This commit is contained in:
parent
fd422b5100
commit
5fad7c5aa9
6 changed files with 344 additions and 101 deletions
12
playlist.json
Normal file
12
playlist.json
Normal 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
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue