This commit is contained in:
Fredrik Baberg 2022-07-07 20:56:19 +02:00 committed by GitHub
parent 298194e43e
commit c2e807a83a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
name: "Camera-RTC" name: "Camera-RTC"
version: "2022.7.011" version: "2022.7.012"
slug: "camera-aiortc" slug: "camera-aiortc"
description: "Camera stream with support for WebRTC." description: "Camera stream with support for WebRTC."
url: "https://github.com/fredrikbaberg/3dprinter-addons/tree/main/camera-rtc" url: "https://github.com/fredrikbaberg/3dprinter-addons/tree/main/camera-rtc"

View File

@ -9,7 +9,7 @@ if bashio::config.has_value 'webrtc_arguments'; then
options+="$(bashio::config 'webrtc_arguments')" options+="$(bashio::config 'webrtc_arguments')"
fi fi
bashio::log.info "Starting aiortc with arguments: '$options'" bashio::log.info "Starting aiortc..."
# Run aiortc # Run aiortc
exec python3 /aiortc/examples/webcam/webcam.py "${options[@]}" exec python3 /aiortc/examples/webcam/webcam.py "${options[@]}"