ustreamer testing
This commit is contained in:
BIN
deploy_01.png
BIN
deploy_01.png
Binary file not shown.
|
Before Width: | Height: | Size: 62 KiB |
BIN
deploy_02.png
BIN
deploy_02.png
Binary file not shown.
|
Before Width: | Height: | Size: 68 KiB |
BIN
deploy_03.png
BIN
deploy_03.png
Binary file not shown.
|
Before Width: | Height: | Size: 76 KiB |
12
octocam_mjpg.service
Normal file
12
octocam_mjpg.service
Normal file
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=the OctoPi(buntu) webcam daemon with the user specified config
|
||||
After=network.online.target
|
||||
Wants=network.online.target
|
||||
|
||||
[Service]
|
||||
User=OCTOUSER
|
||||
Environment="LD_LIBRARY_PATH=/home/OCTOUSER/mjpg-streamer"
|
||||
ExecStart=/home/OCTOUSER/mjpg-streamer/mjpg_streamer -i "input_uvc.so -d /dev/OCTOCAM -r RESOLUTION -f FRAMERATE" -o "output_http.so -p CAMPORT"
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
12
octocam_ustream.service
Normal file
12
octocam_ustream.service
Normal file
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=the OctoPi(buntu) webcam daemon with the user specified config
|
||||
After=network.online.target
|
||||
Wants=network.online.target
|
||||
|
||||
[Service]
|
||||
User=OCTOUSER
|
||||
Environment="LD_LIBRARY_PATH=/home/OCTOUSER/mjpg-streamer"
|
||||
ExecStart=/home/OCTOUSER/mjpg-streamer/mjpg_streamer -i "input_uvc.so -d /dev/OCTOCAM -r RESOLUTION -f FRAMERATE" -o "output_http.so -p CAMPORT"
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user