Skip to content

Instantly share code, notes, and snippets.

@koo5
Created February 12, 2011 00:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save koo5/823333 to your computer and use it in GitHub Desktop.
Save koo5/823333 to your computer and use it in GitHub Desktop.
my net radios
grep -v '^#' playlist.m3u8 > tmp
mv tmp playlist.m3u8
git add playlist.m3u8
RewriteEngine on
RewriteRule ^playlist.m3u8$ playlist.php
RewriteRule ^playlist.m3u$ playlist.php
http://alpha.newerastreaming.com:8096
http://app.sleepbot.com:8096
http://voxsc1.somafm.com:2020
http://ice.somafm.com/missioncontrol
http://netshow.play.cz:8000/radio1.mp3
http://142.77.49.22:5000/rj-radio.mp3
http://ice.somafm.com/suburbsofgoa
http://amp.cesnet.cz:8000/cro2_high.mp3
http://amp1.cesnet.cz:8000/cro3.ogg
http://stream.rozhlas.cz:8000/cro6_high.mp3
http://amp.cesnet.cz:8000/cro-leonardo-256.ogg
http://mp3stream2.abradio.cz:8000/folk128aac
http://audio.photon.net:8000/cetacean
http://nrgetik.streams.dnbradio.at.ilovedrumnbass.com:8000
http://dnbradio.intelligent-junglist.com:7999
http://deppy.dnbradio.com:8016
http://ponies.and.turtles.love.dnbradio.hosted.by.ilovedrumnbass.com:8000
http://tydel.dnbradio.com:8000
http://sc01.warpradio.com:8000/wqna-128k
<?php
header("Content-Type: audio/mpegurl");
echo file_get_contents('playlist.m3u8');
?>
grep -v '^#' playlist.m3u8 > tmp
mv tmp playlist.m3u8
git add playlist.m3u8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment