# A bind value of 0.0.0.0 means any network this computer can access # You can chage this to a specfic network e.g. "192.168.1.101" here # Or to no networks e.g. this computer only "127.0.0.1" bind = "0.0.0.0" # Default port is 8554 but you can change it by uncommenting the following # bind_port = 8855 # Uncomment the following and supply a path to a valid PEM # to activate TLS encryption. # The PEM should contain the certificate and the private key # If TLS is activated you must connect with "rtsps://" and not "rtsp://" # certificate = "/path/to/pem/with/cert/and/key" # Choose if the client is required to provide a certificate signed by the server's CA. # none|requested|required - default none # tls_client_auth = "required" # You can password protect the rtsp server mount points by adding users # like the following me and someone. If you do not add [[users]] # then anyone can connect without a password or username # To access such a stream try using a url such as "rtsp://me:mepass@192.168.1.101/driveway" # [[users]] # name = "me" # pass = "mepass" # # [[users]] # name = "someone" # pass = "someonepass" [mqtt] broker_addr = "192.168.0.2" # Address of the mqtt server port = 1883 # mqtt servers port credentials = ["MQTT_USER", "MQTT_PWD"] # mqtt server login details [[cameras]] name = "ratcam" username = "admin" password = "PWD" address = "192.168.0.81:9000" # If you use a battery camera: **Instead** of an `address` supply the uid # as follows #uid = "95270000OHC9WRJP" #stream = "mainStream" stream = "both" [[cameras]] name = "porch" username = "admin" password = "PWD" address = "192.168.0.86:9000" #stream = "mainStream" stream = "both" [[cameras]] name = "backroom" username = "admin" password = "PWD" address = "192.168.0.84:9000" #stream = "mainStream" stream = "both" [[cameras]] name = "kitchen" username = "admin" password = "PWD" address = "192.168.0.85:9000" #stream = "mainStream" stream = "both" [[cameras]] name = "roadcam_01" channel_id = 0 username = "admin" password = "PWD" address = "192.168.0.83:9000" #stream = "mainStream" stream = "both" [[cameras]] name = "roadcam_02" channel_id = 1 username = "admin" password = "PWD" address = "192.168.0.83:9000" #stream = "mainStream" stream = "both" [[cameras]] name = "shed_door" channel_id = 0 username = "admin" password = "PWD" address = "192.168.0.80:9000" #stream = "mainStream" stream = "both" [[cameras]] name = "shed_door_02" channel_id = 1 username = "admin" password = "PWD" address = "192.168.0.80:9000" #stream = "mainStream" stream = "both" [[cameras]] name = "babington_view" channel_id = 0 username = "admin" password = "PWD" address = "192.168.0.97:9000" #stream = "mainStream" stream = "both" [[cameras]] name = "babington_view_02" channel_id = 1 username = "admin" password = "PWD" address = "192.168.0.97:9000" #stream = "mainStream" stream = "both"