From 39c6e1b33a63dfb07f3e41a89469b1db53768bda Mon Sep 17 00:00:00 2001 From: 5shekel Date: Mon, 20 Jul 2015 22:51:46 +0300 Subject: wfmu and stuff --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8dbc80b..c6efe31 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Streams + # Streams Audio and video streams from various sources. Playable through any media player: @@ -56,6 +56,9 @@ $ mplayer -playlist "protocol://url.example.com/stream" - SF 10-33 - http://somafm.com/sf1033.pls - Doomed - http://somafm.com/doomed.pls - Covers - http://somafm.com/covers.pls + - WFMU - http://wfmu.org/wfmu.pls + - giveTheDrummerSome - http://wfmu.org/wfmu_drummer.pls + - UBUradio - http://wfmu.org/wfmu_ubu.pls ### ATC -- cgit v1.3.1 From d3a0bad4edef6a4fb9dfd6c47de3c225e8d9ff1c Mon Sep 17 00:00:00 2001 From: 5shekel Date: Mon, 20 Jul 2015 22:54:44 +0300 Subject: wfmu and stuff #2 --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6efe31..3d5518c 100644 --- a/README.md +++ b/README.md @@ -56,9 +56,16 @@ $ mplayer -playlist "protocol://url.example.com/stream" - SF 10-33 - http://somafm.com/sf1033.pls - Doomed - http://somafm.com/doomed.pls - Covers - http://somafm.com/covers.pls - - WFMU - http://wfmu.org/wfmu.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 -- cgit v1.3.1 From dea95f955873f967bce8a069f14ca931b0d8ffc4 Mon Sep 17 00:00:00 2001 From: 5shekel Date: Mon, 20 Jul 2015 23:18:01 +0300 Subject: tami and 7chan --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 3d5518c..567296a 100644 --- a/README.md +++ b/README.md @@ -77,8 +77,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 -- cgit v1.3.1 From 1e1917faaa64e4f770cdfbaa8ec2ea2a546cf269 Mon Sep 17 00:00:00 2001 From: 5shekel Date: Tue, 21 Jul 2015 10:37:28 +0300 Subject: added mpv torecommended players --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 567296a..59a55b8 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ 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 @@ -80,7 +83,7 @@ Via [LiveATC.net](http://www.liveatc.net) ## Video -### TAMI +### tami - Science Film Fest [wiki](http://telavivmakers.org/index.php/ScienceFilmFest) - tami.org.il:8000/sff.ogg ### 7chan -- cgit v1.3.1