Main URL: fip.fr
Wikipedia: en.wikipedia.org/wiki/FIP_(radio_station)
Mobile apps: Android / iOS
Direct streams for your listening pleasure
Main URL: fip.fr
Wikipedia: en.wikipedia.org/wiki/FIP_(radio_station)
Mobile apps: Android / iOS
Direct streams for your listening pleasure
| #EXTM3U | |
| #EXTINF:-1,BBC - Radio 1 | |
| http://as-hls-ww-live.akamaized.net/pool_01505109/live/ww/bbc_radio_one/bbc_radio_one.isml/bbc_radio_one-audio%3d96000.norewind.m3u8 | |
| #EXTINF:-1,BBC - Radio 1Xtra | |
| http://as-hls-ww-live.akamaized.net/pool_92079267/live/ww/bbc_1xtra/bbc_1xtra.isml/bbc_1xtra-audio%3d96000.norewind.m3u8 | |
| #EXTINF:-1,BBC - Radio 1Dance | |
| http://as-hls-ww-live.akamaized.net/pool_62063831/live/ww/bbc_radio_one_dance/bbc_radio_one_dance.isml/bbc_radio_one_dance-audio%3d96000.norewind.m3u8 | |
| #EXTINF:-1,BBC - Radio 1 Anthems (UK Only) | |
| http://as-hls-uk-live.akamaized.net/pool_11351741/live/uk/bbc_radio_one_anthems/bbc_radio_one_anthems.isml/bbc_radio_one_anthems-audio%3d96000.norewind.m3u8 | |
| #EXTINF:-1,BBC - Radio 2 |
| # Copyright public licence and also I don't care. | |
| # 2020 Josh "NeverCast" Lloyd. | |
| from micropython import const | |
| from esp32 import RMT | |
| # The peripheral clock is 80MHz or 12.5 nanoseconds per clock. | |
| # The smallest precision of timing requried for neopixels is | |
| # 0.35us, but I've decided to go with 0.05 microseconds or | |
| # 50 nanoseconds. 50 nanoseconds = 12.5 * 4 clocks. | |
| # By dividing the 80MHz clock by 4 we get a clock every 50 nanoseconds. |
| using System; | |
| using System.Diagnostics; | |
| using System.Text; | |
| using System.Threading.Tasks; | |
| // based on https://gist.github.com/AlexMAS/276eed492bc989e13dcce7c78b9e179d | |
| public static class ProcessAsyncHelper | |
| { | |
| public static async Task<ProcessResult> RunProcessAsync(string command, string arguments, int timeout) | |
| { |