Initial Commit

This commit is contained in:
Christer Warén
2022-05-18 12:31:00 +03:00
commit cc46f8fff4
23 changed files with 1797 additions and 0 deletions

17
station.json Normal file
View File

@ -0,0 +1,17 @@
[
{
"name": "Satakunnan opiskelijaradio",
"owner": "Satakunnan opiskelijaradio",
"logo": "",
"stream": {
"default": "mp3",
"mp3": "https://icecast.waren.io/play/pf4c-bsma-6dgd-cx98.mp3",
"aac": "https://icecast.waren.io/play/pf4c-bsma-6dgd-cx98.aac",
"ogg": "https://icecast.waren.io/play/pf4c-bsma-6dgd-cx98.ogg",
"opus": "https://icecast.waren.io/play/pf4c-bsma-6dgd-cx98.opus",
"flac": "https://icecast.waren.io/play/pf4c-bsma-6dgd-cx98.flac",
"m3u8": "https://rtmp.waren.io/play/hls/pf4c-bsma-6dgd-cx98/index.m3u8",
"mpd": "https://rtmp.waren.io/play/dash/pf4c-bsma-6dgd-cx98/index.mpd"
}
}
]