Compare commits
1 Commits
main
...
nursery_co
Author | SHA1 | Date | |
---|---|---|---|
791709a11e |
36
config.json
36
config.json
@ -1,43 +1,17 @@
|
|||||||
{
|
{
|
||||||
"instance_name": "Test",
|
"instance_name": "Nursery",
|
||||||
"mpv_arguments": [
|
"mpv_arguments": [
|
||||||
"--loop",
|
|
||||||
"--screen=0"
|
"--screen=0"
|
||||||
],
|
],
|
||||||
"buttons": [
|
"buttons": [
|
||||||
{
|
{
|
||||||
"name": "Goofy",
|
"name": "Sanctuary Stream",
|
||||||
"video_url": "videos/goofy.mp4",
|
"video_url": "rtsp://192.168.1.156/axis-media/media.amp",
|
||||||
"default": true
|
"default": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Neutron Stars",
|
"name": "Steeple Cam Stream",
|
||||||
"video_url": "videos/neutronstars.mp4",
|
"video_url": "rtsp://192.168.1.157:80/live/0/h264.sdp",
|
||||||
"default": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Gimme The Yeet Boys",
|
|
||||||
"video_url": "videos/yeet.mp4",
|
|
||||||
"default": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Hey Bender",
|
|
||||||
"video_url": "videos/bender.mp4",
|
|
||||||
"default": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Dog of Wisdom",
|
|
||||||
"video_url": "videos/dog.mp4",
|
|
||||||
"default": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Nyan Cat",
|
|
||||||
"video_url": "videos/nyan.mp4",
|
|
||||||
"default": false
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Smooth Jazz Nyan Cat",
|
|
||||||
"video_url": "videos/smoothjazznyan.mp4",
|
|
||||||
"default": false
|
"default": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
BIN
mpvcommander.db
BIN
mpvcommander.db
Binary file not shown.
Binary file not shown.
BIN
videos/dog.mp4
BIN
videos/dog.mp4
Binary file not shown.
BIN
videos/goofy.mp4
BIN
videos/goofy.mp4
Binary file not shown.
Binary file not shown.
BIN
videos/nyan.mp4
BIN
videos/nyan.mp4
Binary file not shown.
Binary file not shown.
BIN
videos/yeet.mp4
BIN
videos/yeet.mp4
Binary file not shown.
Loading…
Reference in New Issue
Block a user