Skip to content
Snippets Groups Projects
Commit cebd350d authored by Florent Thiery's avatar Florent Thiery
Browse files

migrate some netcapture demokit conf to recent values

parent 363364b3
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ def setup(interactive=True):
cmds = list()
with open('/etc/miris/netcapture.json', 'r') as f:
c = json.load(f)
c['campusmanager_check_ssl'] = False
c['mirismanager_check_ssl'] = False
with open('/etc/miris/netcapture.json', 'w') as f:
json.dump(c, f)
......
......@@ -13,7 +13,7 @@
"enabled": true,
"name": "sonycam_1",
"template": "rtspvsource",
"uri": "rtsp://camera.demo/media/video1",
"rtsp_uri": "rtsp://camera.demo/media/video1",
"width": 1280,
"height": 720,
"custom_delay_ms": 100
......@@ -22,7 +22,7 @@
"enabled": true,
"name": "sonyve_1",
"template": "rtspvsource",
"uri": "rtsp://display.demo/media/video1",
"rtsp_uri": "rtsp://display.demo/media/video1",
"width": 1920,
"height": 1080,
"custom_delay_ms": 150,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment