Skip to content

Commit

Permalink
fix: bbc url
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustl22 committed Nov 29, 2023
1 parent 7d7d92e commit 7b33d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/audioplayers/example/lib/tabs/sources.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ final mp3Url1 = '$host/files/audio/ambient_c_motion.mp3';
final mp3Url2 = '$host/files/audio/nasa_on_a_mission.mp3';
final m3u8StreamUrl = useLocalServer
? '$host/files/live_streams/nasa_power_of_the_rovers.m3u8'
: 'https://a.files.bbci.co.uk/media/live/manifesto/audio/simulcast/hls/nonuk/sbr_low/ak/bbc_radio_one.m3u8';
: 'lstn.lv/bbc.m3u8?station=bbc_radio_one';
final mpgaStreamUrl = useLocalServer
? '$host/stream/mpeg'
: 'https://timesradio.wireless.radio/stream';
Expand Down

0 comments on commit 7b33d99

Please sign in to comment.