Skip to content

Commit 41dda17

Browse files
committed
updated paths
1 parent 5e91f94 commit 41dda17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proxy-start.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
# Read camera credentials and IP addresses.
44
# e.g., alexa:[email protected]
5-
. /home/lindo/dev/alexa-ip-cam/vars.sh
5+
. /home/lindo/develop/alexa-ip-cam/vars.sh
66

77
# Start the proxy server.
88
# Streams will be at rtsp://HOST_IP:554/proxyStream-n
99
# where n is the order of the input streams below.
10-
/home/lindo/dev/live/proxyServer/live555ProxyServer \
10+
/home/lindo/develop/live/proxyServer/live555ProxyServer \
1111
rtsp://$CAM_1/onvif-media/media.amp?profile=profile_alexa_h264 \
1212
rtsp://$CAM_2/onvif-media/media.amp?profile=profile_alexa_h264 \
1313
"rtsp://$CAM_3/onvif-media/media.amp?profile=profile_alexa_h264&gotopresetname=Home&camera=2" \

0 commit comments

Comments
 (0)