Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #Cameras used to create devices, used in remote cctv feed, used in dash2. not used
- #for the local cctv dashboard webrtc
- camera:
- - platform: ffmpeg
- name: CCTV1 Front Door
- input: rtmp://192.168.0.11/bcs/channel0_main.bcs?&user=USER&password=PASS
- - platform: ffmpeg
- name: CCTV2 Front Drive
- input: rtmp://IP OF NVR/bcs/channel1_main.bcs?&user=USER&password=PASS
- - platform: ffmpeg
- name: CCTV3 Back Garden
- input: rtmp://IP OF NVR/bcs/channel2_main.bcs?&user=USER&password=PASS
- - platform: ffmpeg
- name: CCTV4 Rear House
- input: rtmp://IP OF NVR/bcs/channel3_main.bcs?&user=USER&password=PASS
- - platform: ffmpeg
- name: CCTV5 Garage
- input: rtmp://IP OF NVR/bcs/channel4_main.bcs?&user=USER&password=PASS
- - platform: ffmpeg
- name: CCTV6 Play Room
- input: rtmp://IP OF NVR/bcs/channel5_main.bcs?&user=USER&password=PASS
- - platform: ffmpeg
- name: CCTV7 Cinema Room
- input: rtmp://IP OF NVR/bcs/channel6_main.bcs?&user=USER&password=PASS
- - platform: ffmpeg
- name: CCTV8 Utility Room
- input: rtmp://IP OF NVR/bcs/channel7_main.bcs?&user=USER&password=PASS
- - platform: ffmpeg
- name: CCTV1 Front Door LQ
- input: rtmp://IP OF NVR/bcs/channel0_sub.bcs?&user=USER&password=PASS
- - platform: ffmpeg
- name: CCTV2 Front Drive LQ
- input: rtmp://IP OF NVR/bcs/channel1_sub.bcs?&user=USER&password=PASS
- - platform: ffmpeg
- name: CCTV3 Back Garden LQ
- input: rtmp://IP OF NVR/bcs/channel2_sub.bcs?&user=USER&password=PASS
- - platform: ffmpeg
- name: CCTV4 Rear House LQ
- input: rtmp://IP OF NVR/bcs/channel3_sub.bcs?&user=USER&password=PASS
- - platform: ffmpeg
- name: CCTV5 Garage LQ
- input: rtmp://IP OF NVR/bcs/channel4_sub.bcs?&user=USER&password=PASS
- - platform: ffmpeg
- name: CCTV6 Play Room LQ
- input: rtmp://IP OF NVR/bcs/channel5_sub.bcs?&user=USER&password=PASS
- - platform: ffmpeg
- name: CCTV7 Cinema Room LQ
- input: rtmp://IP OF NVR/bcs/channel6_sub.bcs?&user=USER&password=PASS
- - platform: ffmpeg
- name: CCTV8 Utility Room LQ
- input: rtmp://IP OF NVR/bcs/channel7_sub.bcs?&user=USER&password=PASS
- #templates for video change channel from 0-7 for stream 1-8
- # 1 lowQ 640x480 px input: rtmp://IP OF NVR/bcs/channel0_sub.bcs?&user=USER&password=PASS
- # 2 medQ 896x672 px input: rtmp://IP OF NVR/bcs/channel0_ext.bcs?&user=USER&password=PASS
- # 3 highQ 2560x1920 px input: rtmp://IP OF NVR/bcs/channel0_main.bcs?&user=USER&password=PASS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement