flowerpower

This commit is contained in:
mynah
2018-08-14 02:33:30 -05:00
parent b05388ac29
commit a43ea3e778
9 changed files with 120 additions and 15 deletions

View File

@@ -9,8 +9,8 @@ window.onload = function () {
live:true ,
title: "Transmisión en directo",
sources: [
{ type: "video/webm", src: "//radio.chaos.foundation/live.webm" },
{ type: "application/dash+xml", src: "//radio.chaos.foundation/dash/cell.mpd" },
{ type: "application/dash+xml", src:"https://radio.chaos.foundation/dash/cell.mpd" },
{ type: "video/webm", src:"https://radio.chaos.foundation/live.webm" },
]
}