Skip to content

Instantly share code, notes, and snippets.

@SvenVD
Last active August 4, 2020 20:15
Show Gist options
  • Save SvenVD/39460cc3aa936117246ac2160567f45e to your computer and use it in GitHub Desktop.
Save SvenVD/39460cc3aa936117246ac2160567f45e to your computer and use it in GitHub Desktop.
#THIS IS A YAML FILE, INDENTATION IS IMPORTANT. ALSO DO NOT USE TABS FOR INDENTATION, BUT USE SPACES
essentials:
screens:
- camera_streams:
- url: "rtsp://<user>:<password>@<ip or dnsname>:<port>/cam/realmonitor?channel=1&subtype=1"
- url: "rtsp://<user>:<password>@<ip or dnsname>:<port>/videoMain"
- url: "http://<ip or dnsname>:<port>/suffix"
- url: "rtsp://<user>:<password>@<ip or dnsname>:<port>/play1.sdp"
duration: 54
- camera_streams:
- url: "rtsp://<user>:<password>@<ip or dnsname>:<port>/cam/realmonitor?channel=1&subtype=1"
- url: "rtsp://<user>:<password>@<ip or dnsname>:<port>/videoMain"
- url: "http://<ip or dnsname>:<port>/suffix"
- url: "rtsp://<user>:<password>@<ip or dnsname>:<port>/play1.sdp"
duration: 90
#!!!Normal users do not need to edit this section!!!
advanced:
update_stats: True
fallbacks:
resolution:
width: "1920"
height: "1080"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment