playlist timer pause/resume without affecting active feeds

This commit is contained in:
Dmitry Sergeev
2026-09-01 22:32:19 +03:00
parent b0e7bc4cc3
commit ca25bf88a7
11 changed files with 371 additions and 28 deletions
+9 -9
View File
@@ -2,31 +2,31 @@
"loop": true,
"entries": [
{
"name": "Synchronized feed",
"name": "timelapse",
"video": {
"domain": "/dev/shm/mxl",
"uuid": "video-uuid"
"uuid": "5fbec3b1-1b0f-417d-9059-8b94a47197ed"
},
"audio": {
"domain": "/dev/shm/mxl",
"uuid": "audio-uuid"
"uuid": "5fbec3b1-1b0f-417d-9059-8b94a47197ec"
},
"sync": true,
"duration": "10s"
},
{
"name": "Video only",
"name": "F1",
"video": {
"domain": "/another/domain",
"uuid": "video-uuid"
"domain": "/dev/shm/mxl",
"uuid": "5fbec3b1-1b0f-417d-9059-8b94a47197ef"
},
"duration": "15s"
},
{
"name": "Manual audio",
"name": "Costa Rica",
"audio": {
"domain": "/dev/shm/audio",
"uuid": "audio-uuid"
"domain": "/dev/shm/mxl",
"uuid": "9d2a041b-01cf-4ee4-bffa-188fe093c99b"
}
}
]