Compare commits

..

No commits in common. "nursery_config" and "main" have entirely different histories.

9 changed files with 31 additions and 5 deletions

View File

@ -1,17 +1,43 @@
{
"instance_name": "Nursery",
"instance_name": "Test",
"mpv_arguments": [
"--loop",
"--screen=0"
],
"buttons": [
{
"name": "Sanctuary Stream",
"video_url": "rtsp://192.168.1.156/axis-media/media.amp",
"name": "Goofy",
"video_url": "videos/goofy.mp4",
"default": true
},
{
"name": "Steeple Cam Stream",
"video_url": "rtsp://192.168.1.157:80/live/0/h264.sdp",
"name": "Neutron Stars",
"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
}
]

Binary file not shown.

BIN
videos/bender.mp4 Normal file

Binary file not shown.

BIN
videos/dog.mp4 Normal file

Binary file not shown.

BIN
videos/goofy.mp4 Normal file

Binary file not shown.

BIN
videos/neutronstars.mp4 Normal file

Binary file not shown.

BIN
videos/nyan.mp4 Normal file

Binary file not shown.

BIN
videos/smoothjazznyan.mp4 Normal file

Binary file not shown.

BIN
videos/yeet.mp4 Normal file

Binary file not shown.