Make it clear that camera-rtc is not available

This commit is contained in:
Fredrik Baberg 2023-01-11 18:12:46 +01:00
parent be7493b12a
commit ad9a692933

View File

@ -1,22 +1,22 @@
name: "Camera-RTC"
version: "2022.7.012"
slug: "camera-aiortc"
description: "Camera stream with support for WebRTC."
url: "https://github.com/fredrikbaberg/3dprinter-addons/tree/main/camera-rtc"
ingress: true
ingress_stream: true
panel_icon: mdi:camera
arch:
- aarch64
- amd64
- armhf
- armv7
stage: experimental
init: false
video: true
usb: true
options:
webrtc_arguments: ''
schema:
webrtc_arguments: str
image: ghcr.io/fredrikbaberg/addon-camera-aiortc-{arch}
# name: "Camera-RTC"
# version: "2022.7.012"
# slug: "camera-aiortc"
# description: "Camera stream with support for WebRTC."
# url: "https://github.com/fredrikbaberg/3dprinter-addons/tree/main/camera-rtc"
# ingress: true
# ingress_stream: true
# panel_icon: mdi:camera
# arch:
# - aarch64
# - amd64
# - armhf
# - armv7
# stage: experimental
# init: false
# video: true
# usb: true
# options:
# webrtc_arguments: ''
# schema:
# webrtc_arguments: str
# image: ghcr.io/fredrikbaberg/addon-camera-aiortc-{arch}