11 lines
141 B
XML
11 lines
141 B
XML
|
|
{
|
|
"id":"videoplayer",
|
|
"widgettype":"VideoPlayer",
|
|
"options":{
|
|
"autoplay":true,
|
|
"url":"{{params_kw.get('url')}}",
|
|
"type":"hls"
|
|
}
|
|
}
|