bricks/examples/m3u8.ui

11 lines
141 B
Plaintext
Raw Normal View History

2024-02-06 14:30:10 +08:00
{
"id":"videoplayer",
"widgettype":"VideoPlayer",
"options":{
"autoplay":true,
2024-02-17 20:18:18 +08:00
"url":"{{params_kw.get('url')}}",
2024-02-06 14:30:10 +08:00
"type":"hls"
}
}