Skip to content

Commit

Permalink
fix: Add rtsp server executable config to env var (#1315)
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-Philippe Fuller <marc-philippe.fuller@intel.com>
  • Loading branch information
marcpfuller authored Nov 30, 2023
1 parent 02ba0a7 commit d1847ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ sudo apt install build-essential
device-usb-camera:
environment:
DRIVER_RTSPSERVERMODE: "internal"
DRIVER_RTSPSERVEREXECUTABLE: "./rtsp-simple-server"
DRIVER_RTSPSERVERHOSTNAME: "your-local-ip-address"
```

Expand Down

0 comments on commit d1847ae

Please sign in to comment.