10 lines
416 B
Plaintext
10 lines
416 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Add-on: mjpg-streamer
|
|
# Runs mjpg-streamer
|
|
# ==============================================================================
|
|
|
|
bashio::log.info "Starting mjpg-streamer.."
|
|
|
|
# mjpg_streamer -i "$(bashio::config 'mjpg_input')" -o "output_http.so -w /www_mjpg -p 80"
|
|
exec ustreamer --host=127.0.0.1 --port=80 |