Created
February 12, 2011 00:26
-
-
Save koo5/823333 to your computer and use it in GitHub Desktop.
my net radios
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grep -v '^#' playlist.m3u8 > tmp | |
mv tmp playlist.m3u8 | |
git add playlist.m3u8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RewriteEngine on | |
RewriteRule ^playlist.m3u8$ playlist.php | |
RewriteRule ^playlist.m3u$ playlist.php |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
header("Content-Type: audio/mpegurl"); | |
echo file_get_contents('playlist.m3u8'); | |
?> | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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