mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-23 07:52:18 +01:00
24 lines
503 B
JSON
24 lines
503 B
JSON
{
|
|
"descriptor": {
|
|
"name": "Video Stream",
|
|
"description": "Embed a video stream or video from a camera or a website",
|
|
"settings": {
|
|
"title": "Settings for video stream widget",
|
|
"FeedUrl": {
|
|
"label": "Feed URL"
|
|
},
|
|
"autoPlay": {
|
|
"label": "Autoplay"
|
|
},
|
|
"muted": {
|
|
"label": "Muted audio"
|
|
},
|
|
"controls": {
|
|
"label": "Video player controls"
|
|
}
|
|
}
|
|
},
|
|
"errors": {
|
|
"invalidStream": "Invalid stream"
|
|
}
|
|
} |