playlist GUI

This commit is contained in:
Dmitry Sergeev
2026-09-01 22:26:26 +03:00
parent cb5321cd8b
commit b0e7bc4cc3
7 changed files with 260 additions and 5 deletions
+33
View File
@@ -0,0 +1,33 @@
{
"loop": true,
"entries": [
{
"name": "Synchronized feed",
"video": {
"domain": "/dev/shm/mxl",
"uuid": "video-uuid"
},
"audio": {
"domain": "/dev/shm/mxl",
"uuid": "audio-uuid"
},
"sync": true,
"duration": "10s"
},
{
"name": "Video only",
"video": {
"domain": "/another/domain",
"uuid": "video-uuid"
},
"duration": "15s"
},
{
"name": "Manual audio",
"audio": {
"domain": "/dev/shm/audio",
"uuid": "audio-uuid"
}
}
]
}