Skip to content

Commit

Permalink
updated paths
Browse files Browse the repository at this point in the history
  • Loading branch information
goruck committed Aug 24, 2018
1 parent 5e91f94 commit 41dda17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxy-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

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

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

0 comments on commit 41dda17

Please sign in to comment.