10 lines
383 B
Plaintext
10 lines
383 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# ==============================================================================
|
|
# Add-on: camera-ustreamer
|
|
# Runs janus
|
|
# ==============================================================================
|
|
|
|
bashio::log.info "Starting janus.."
|
|
|
|
exec /opt/janus/bin/janus --configs-folder /opt/janus/etc/janus/ --plugins-folder /opt/janus/lib/janus/plugins/
|