diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-07-21 19:58:39 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-07-21 19:58:39 +0300 |
| commit | e657a83a5206dc70a119b1395c96ac8967f47480 (patch) | |
| tree | 81b15a28840ba9c4d2d2fbbcc243669e221a6608 | |
| parent | 6be5ebdef7ed3bdd0ba253e7c5ed0de7079b04a8 (diff) | |
| parent | 1e1917faaa64e4f770cdfbaa8ec2ea2a546cf269 (diff) | |
Merge pull request #1 from 5shekel/master
added vid streams and mpv player
| -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 @@ -57,6 +60,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) @@ -67,8 +80,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 |
