diff --git a/config.json b/config.json index 8459f57..295c719 100644 --- a/config.json +++ b/config.json @@ -1,43 +1,17 @@ { - "instance_name": "Test", + "instance_name": "Nursery", "mpv_arguments": [ - "--loop", "--screen=0" ], "buttons": [ { - "name": "Goofy", - "video_url": "videos/goofy.mp4", + "name": "Sanctuary Stream", + "video_url": "rtsp://192.168.1.156/axis-media/media.amp", "default": true }, { - "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", + "name": "Steeple Cam Stream", + "video_url": "rtsp://192.168.1.157:80/live/0/h264.sdp", "default": false } ] diff --git a/mpvcommander.db b/mpvcommander.db index f2943c9..4e5653e 100644 Binary files a/mpvcommander.db and b/mpvcommander.db differ diff --git a/videos/bender.mp4 b/videos/bender.mp4 deleted file mode 100644 index 602c469..0000000 Binary files a/videos/bender.mp4 and /dev/null differ diff --git a/videos/dog.mp4 b/videos/dog.mp4 deleted file mode 100644 index b49718c..0000000 Binary files a/videos/dog.mp4 and /dev/null differ diff --git a/videos/goofy.mp4 b/videos/goofy.mp4 deleted file mode 100644 index 9714b67..0000000 Binary files a/videos/goofy.mp4 and /dev/null differ diff --git a/videos/neutronstars.mp4 b/videos/neutronstars.mp4 deleted file mode 100644 index ab28073..0000000 Binary files a/videos/neutronstars.mp4 and /dev/null differ diff --git a/videos/nyan.mp4 b/videos/nyan.mp4 deleted file mode 100644 index f235757..0000000 Binary files a/videos/nyan.mp4 and /dev/null differ diff --git a/videos/smoothjazznyan.mp4 b/videos/smoothjazznyan.mp4 deleted file mode 100644 index e637b48..0000000 Binary files a/videos/smoothjazznyan.mp4 and /dev/null differ diff --git a/videos/yeet.mp4 b/videos/yeet.mp4 deleted file mode 100644 index 143f951..0000000 Binary files a/videos/yeet.mp4 and /dev/null differ