We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e91f94 commit 41dda17Copy full SHA for 41dda17
proxy-start.sh
@@ -2,12 +2,12 @@
2
3
# Read camera credentials and IP addresses.
4
# e.g., alexa:[email protected]
5
-. /home/lindo/dev/alexa-ip-cam/vars.sh
+. /home/lindo/develop/alexa-ip-cam/vars.sh
6
7
# Start the proxy server.
8
# Streams will be at rtsp://HOST_IP:554/proxyStream-n
9
# where n is the order of the input streams below.
10
-/home/lindo/dev/live/proxyServer/live555ProxyServer \
+/home/lindo/develop/live/proxyServer/live555ProxyServer \
11
rtsp://$CAM_1/onvif-media/media.amp?profile=profile_alexa_h264 \
12
rtsp://$CAM_2/onvif-media/media.amp?profile=profile_alexa_h264 \
13
"rtsp://$CAM_3/onvif-media/media.amp?profile=profile_alexa_h264&gotopresetname=Home&camera=2" \
0 commit comments