24 lines
536 B
JSON
24 lines
536 B
JSON
{
|
|
"descriptor": {
|
|
"name": "Videostrømming",
|
|
"description": "Bygg inn en videostrøm eller video fra et kamera eller et nettsted",
|
|
"settings": {
|
|
"title": "Innstillinger for videostrøm widget",
|
|
"FeedUrl": {
|
|
"label": "Feed URL"
|
|
},
|
|
"autoPlay": {
|
|
"label": "Automatisk avspilling"
|
|
},
|
|
"muted": {
|
|
"label": "Dempet lyd"
|
|
},
|
|
"controls": {
|
|
"label": "Kontroll av videospiller"
|
|
}
|
|
}
|
|
},
|
|
"errors": {
|
|
"invalidStream": "Ugyldig strøm"
|
|
}
|
|
} |