Compare commits
No commits in common. "nursery_config" and "main" have entirely different histories.
nursery_co
...
main
36
config.json
36
config.json
@ -1,17 +1,43 @@
|
|||||||
{
|
{
|
||||||
"instance_name": "Nursery",
|
"instance_name": "Test",
|
||||||
"mpv_arguments": [
|
"mpv_arguments": [
|
||||||
|
"--loop",
|
||||||
"--screen=0"
|
"--screen=0"
|
||||||
],
|
],
|
||||||
"buttons": [
|
"buttons": [
|
||||||
{
|
{
|
||||||
"name": "Sanctuary Stream",
|
"name": "Goofy",
|
||||||
"video_url": "rtsp://192.168.1.156/axis-media/media.amp",
|
"video_url": "videos/goofy.mp4",
|
||||||
"default": true
|
"default": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Steeple Cam Stream",
|
"name": "Neutron Stars",
|
||||||
"video_url": "rtsp://192.168.1.157:80/live/0/h264.sdp",
|
"video_url": "videos/neutronstars.mp4",
|
||||||
|
"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.
BIN
videos/bender.mp4
Normal file
BIN
videos/bender.mp4
Normal file
Binary file not shown.
BIN
videos/dog.mp4
Normal file
BIN
videos/dog.mp4
Normal file
Binary file not shown.
BIN
videos/goofy.mp4
Normal file
BIN
videos/goofy.mp4
Normal file
Binary file not shown.
BIN
videos/neutronstars.mp4
Normal file
BIN
videos/neutronstars.mp4
Normal file
Binary file not shown.
BIN
videos/nyan.mp4
Normal file
BIN
videos/nyan.mp4
Normal file
Binary file not shown.
BIN
videos/smoothjazznyan.mp4
Normal file
BIN
videos/smoothjazznyan.mp4
Normal file
Binary file not shown.
BIN
videos/yeet.mp4
Normal file
BIN
videos/yeet.mp4
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user