diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-07-21 19:58:50 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-07-21 19:58:50 +0300 |
| commit | 4c25581e67660cbbf9f148aed12f55614df9d9e6 (patch) | |
| tree | 3faa62367a0603b7a1b11866fa807a29c606bce1 | |
| parent | eedb478aa9db23fce195f32f09698f9834da8720 (diff) | |
| parent | e657a83a5206dc70a119b1395c96ac8967f47480 (diff) | |
Merge branch 'master' of github.com:yuvadm/streams
| -rw-r--r-- | README.md | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -1,10 +1,11 @@ -# Streams + # 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" +$ mpv "protocol://url.example.com/stream" ``` Some streams might require the mplayer `-playlist` parsing flag: @@ -12,6 +13,8 @@ Some streams might require the mplayer `-playlist` parsing flag: ```bash $ mplayer -playlist "protocol://url.example.com/stream" ``` +[mpv](mpv.io) is a fork of mplayer, it adds built +in support for many streaming sources (youtube, etc) ## Audio @@ -58,6 +61,16 @@ $ mplayer -playlist "protocol://url.example.com/stream" - Doomed - http://somafm.com/doomed.pls - Covers - http://somafm.com/covers.pls + +### WFMU +via [https://wfmu.org/](WFMU listener-supported, +non-commercial radio station ) + - WFMU live stream - http://wfmu.org/wfmu.pls + - giveTheDrummerSome - http://wfmu.org/wfmu_drummer.pls + - UBUradio - http://wfmu.org/wfmu_ubu.pls + - Rock 'n' Roll Ichiban - http://wfmu.org/wfmu_rock.pls + + ### ATC Via [LiveATC.net](http://www.liveatc.net) @@ -68,8 +81,16 @@ Via [LiveATC.net](http://www.liveatc.net) - San Francisco Tower - http://www.liveatc.net/play/ksfo_twr.pls - New York JFK Approach - http://www.liveatc.net/play/kjfk_app_rober.pls + ## Video +### tami + - Science Film Fest [wiki](http://telavivmakers.org/index.php/ScienceFilmFest) - tami.org.il:8000/sff.ogg + +### 7chan +user generated tv channel, more on #7chan + - 7chan TV - http://radio.7chan.org:8000/CH7 + ### TV #### Israel |
