From a67e08d9f17bc8c7b6a3ef20d7c0ca5c58f0b656 Mon Sep 17 00:00:00 2001 From: Kevin McCormack Date: Mon, 4 Nov 2019 04:37:18 -0500 Subject: [PATCH] Update Vivotek integration (#10899) Make stream path optionally configurable. --- source/_integrations/vivotek.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/vivotek.markdown b/source/_integrations/vivotek.markdown index 6cf273bd8ab..63a479470d0 100644 --- a/source/_integrations/vivotek.markdown +++ b/source/_integrations/vivotek.markdown @@ -58,6 +58,11 @@ framerate: required: false default: 2 type: integer +stream_path: + description: This parameter allows you to override the stream path. + required: false + default: live.sdp + type: string {% endconfiguration %} ### Advanced configuration @@ -73,6 +78,7 @@ camera: password: !secret fd_camera_pwd verify_ssl: false framerate: 5 + stream_path: live2.sdp ``` ### Services