29 lines
555 B
HTML
Executable File
29 lines
555 B
HTML
Executable File
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<script src="http://kimird.com/bricks/bricks.js"></script>
|
|
<script>
|
|
/*
|
|
https://abc-iview-mediapackagestreams-2.akamaized.net/out/v1/6e1cc6d25ec0480ea099a5399d73bc4b/index.m3u8
|
|
https://cbcnewshd-f.akamaihd.net/i/cbcnews_1@8981/index_2500_av-p.m3u8
|
|
*/
|
|
const opts =
|
|
{
|
|
"widget": {
|
|
"id":"audioplayer",
|
|
"widgettype":"AudioPlayer",
|
|
"options":{
|
|
"autoplay":true,
|
|
"url":"http://kimird.com/songs/sample-mp3-file.mp3"
|
|
}
|
|
}
|
|
}
|
|
|
|
;
|
|
const app = new BricksApp(opts);
|
|
app.run();
|
|
</script>
|
|
</body>
|
|
</html>
|