diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..4f3e010 --- /dev/null +++ b/README.md @@ -0,0 +1,70 @@ +# Streams + +Audio and video streams from various sources. Playable through any media player: + +```bash +$ vlc --open "protocol://url.example.com/stream" +$ mplayer "protocol://url.example.com/stream" +``` + +Some streams might require the mplayer `-playlist` parsing flag: + +```bash +$ mplayer -playlist "protocol://url.example.com/stream" +``` + +## Audio + +### Radio + +#### Israel + + - 106FM - http://106fm.livecdn.biz:7075/listen.pls + +#### SomaFM + +[Support SomaFM](http://somafm.com/support/) - they're awesome and deserve it! + + - Fluid - http://somafm.com/fluid.pls + - Left Coast 70s - http://somafm.com/seventies.pls + - ThistleRadio - http://somafm.com/thistle.pls + - Drone Zone - http://somafm.com/dronezone.pls + - Groove Salad - http://somafm.com/groovesalad.pls + - Lush - http://somafm.com/lush.pls + - Space Station - http://somafm.com/spacestation.pls + - Digitalis - http://somafm.com/digitalis.pls + - Underground 80s - http://somafm.com/u80s.pls + - Indie Pop Rocks! - http://somafm.com/indiepop.pls + - BAGeL Radio - http://somafm.com/bagel.pls + - PopTron - http://somafm.com/poptron.pls + - Folk Forward - http://somafm.com/folkfwd.pls + - Boot Liquor - http://somafm.com/bootliquor.pls + - Seven Inch Soul - http://somafm.com/7soul.pls + - Secret Agent - http://somafm.com/secretagent.pls + - Sonic Universe - http://somafm.com/sonicuniverse.pls + - Suburbs of Goa - http://somafm.com/suburbsofgoa.pls + - Deep Space One - http://somafm.com/deepspaceone.pls + - DEF CON Radio - http://somafm.com/defcon.pls + - The Trip - http://somafm.com/thetrip.pls + - Black Rock FM - http://somafm.com/brfm.pls + - cliqhop idm - http://somafm.com/cliqhop.pls + - Dub Step Beyond - http://somafm.com/dubstep.pls + - Earwaves - http://somafm.com/earwaves.pls + - Mission Control - http://somafm.com/missioncontrol.pls + - Illinois Street Lounge - http://somafm.com/illstreet.pls + - Beat Blender - http://somafm.com/beatblender.pls + - SF 10-33 - http://somafm.com/sf1033.pls + - Doomed - http://somafm.com/doomed.pls + - Covers - http://somafm.com/covers.pls + +## Video + +### TV + +#### Israel + + - Channel 1 - http://82.80.192.28/iba_channel-511MRepeat/_definst_/smil:channel-511M.high.smil/playlist.m3u8 + +#### Other + + - Al-Mayadeen - [rtsp://livestreaming3.itworkscdn.net/mayadeenlive/mayadsat_240p](rtsp://livestreaming3.itworkscdn.net/mayadeenlive/mayadsat_240p) |
