-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: docker images, multiple videos, and image update Signed-off-by: Brian McGinn <[email protected]> * feat: Add env-file to pipeline server Signed-off-by: Brian McGinn <[email protected]> * fix: Remove unused pipeline servers and proxies Signed-off-by: Brian McGinn <[email protected]> * fix: pipeline server name update Signed-off-by: Brian McGinn <[email protected]> * fix: add pipeline init to proxy Signed-off-by: Brian McGinn <[email protected]> * fix: change visualizer and pipeline server container to use host network Signed-off-by: Brian McGinn <[email protected]> * feat: Use 3 different streams Signed-off-by: Brian McGinn <[email protected]> * feat: signal server on host Signed-off-by: Brian McGinn <[email protected]> * fix: server on host network Signed-off-by: Brian McGinn <[email protected]> * fix: Match pipeline template Signed-off-by: Brian McGinn <[email protected]> * feat: docker on host Signed-off-by: Brian McGinn <[email protected]> * feat: update to version 5 Signed-off-by: Brian McGinn <[email protected]> * fix: remove unused servers from status script Signed-off-by: Brian McGinn <[email protected]> * fix: Replicate pipelines to enable visualization Signed-off-by: Brian McGinn <[email protected]> * fix: Update pipeline.json timing --------- Signed-off-by: Brian McGinn <[email protected]>
- Loading branch information
1 parent
76046b2
commit 0dd7e82
Showing
9 changed files
with
140 additions
and
142 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
# Visualizer envs | ||
GRAFANA_SERVER=0.0.0.0 | ||
GRAFANA_PORT=3000 | ||
HOST_IP=127.0.0.1 | ||
EVAM_ADDRESS=evam_0 | ||
HOST_IP=localhost | ||
EVAM_PORT=8080 | ||
EVA_DEFAULT_PORT=8082 | ||
EVA_REACT_PORT=8083 | ||
SIGNALLING_PORT=8443 | ||
RTSP_PORT=8554 | ||
WEBRTC_SIGNALING_SERVER=ws://webrtc-signaling-server:8443 | ||
no_proxy=pipeline-init,camera-simulator,webrtc-signaling-server,edge-video-analytics-microservice,multimodal-data-visualization-streaming,multimodal-data-visualization,127.0.0.1/8,localhost,172.22.238.0/24,172.22.238.4 | ||
APPLICATION_RESTART_FREQ_SECS=60 | ||
RUNTIME_LICENSE_CHECK_FREQ_SECS=3600 | ||
RUNTIME_LICENSE_CHECK_FREQ_SECS=3600 | ||
http_proxy= | ||
https_proxy= | ||
RTSP_CAMERA_IP= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.