Files
Homarr/public/locales/en/modules/video-stream.json
2023-02-24 22:15:33 +01:00

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"
}
}