Files
homarr/public/locales/en/modules/video-stream.json
2023-02-10 13:21:38 +09:00

24 lines
504 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": "Auto play"
},
"muted": {
"label": "Muted audio"
},
"controls": {
"label": "Video player controls"
}
}
},
"errors": {
"invalidStream": "Invalid stream"
}
}