- Apr 09, 2019
-
-
ale authored
Includes a merge of radiod and redirectord, updates to more modern Go idioms, adoption of the higher level etcd concurrency primitives, and a lot of other minor implementation changes. The refactor is still incomplete: the daemons won't compile and the code to start the RPC servers is missing.
-
- Mar 22, 2016
-
-
ale authored
Add an option to load a file containing redirects (source, target paths) and serve them from the HTTP server, to allow renaming a radio without breaking old links.
-
- Dec 05, 2015
-
-
ale authored
-
- Nov 24, 2015
-
-
ale authored
-
- Nov 03, 2015
- Oct 21, 2015
-
-
ale authored
-
- Oct 17, 2015
-
-
ale authored
Split networking is where nodes communicate among themselves on a private network (for example when behind a NAT infrastructure). This change adds the --internal-ip option to radiod, that advertises a separate IP for internal communication.
-
- Oct 16, 2015
-
-
ale authored
The only thing we need from ghost is the GZIPHandler. The gorilla/handlers package has a CompressHandler, and much fewer dependencies. Also, add a test that attempts a request with an Accept-Encoding: deflate header.
-
ale authored
-
ale authored
RemoteAddr again.
-
ale authored
-
ale authored
-
ale authored
Also removed some unnecessary duplication of code from net/http.
-
- Sep 27, 2015
-
-
ale authored
-
- Jul 27, 2015
-
-
ale authored
-
- Jul 24, 2015
-
-
ale authored
-
- Jul 21, 2015
-
-
ale authored
-
- Jul 19, 2015
-
-
ale authored
-
- Jul 12, 2015
-
-
ale authored
Proxied connections to Icecast are now handled with a simple TCP proxy that can shutdown each direction independently. Fixes some connection leaks.
-
- Jan 31, 2015
-
-
ale authored
Adds detailed information about the transcoding hierarchy and parameters.
-
- Jan 27, 2015
-
-
ale authored
-
- Jan 18, 2015
-
-
ale authored
-
- Jan 17, 2015
-
-
ale authored
Refactor the HTTP handler hierarchy to make it simpler. Replace the ghost logging handler with a simpler one, that fires as soon as the HTTP request headers are sent (this is a better solution for long-lived connections). Add a debug page to track long-lived HTTP request. Add tests for the HTTP server.
-
- Jan 13, 2015
-
-
ale authored
Adds optional transcoding parameters to a Mount. Each node will then start a master election for every transcoded stream, and the master will run liquidsoap to re-encode the data. Transcoding mounts are identical in other respects to normal mounts, except that liquidsoap acts as a source for them.
-
ale authored
-
- Jan 03, 2015
- Jan 02, 2015
- Dec 28, 2014
-
-
ale authored
-
- Dec 07, 2014
-
-
ale authored
-
- Dec 01, 2014
-
-
ale authored
Introduce node names, allowing a node to have multiple IP addresses. Also, make the front-end code IPv6-aware and support AAAA records.
-
- Nov 30, 2014
-
-
ale authored
-
- Nov 14, 2014
-
-
ale authored
-
- Nov 07, 2014
-
-
ale authored
-
- Oct 18, 2014
-
-
ale authored
-
- Oct 15, 2014
-
-
ale authored
This allows running the service on a single port: with the --enable-icecast-proxy option, all requests can go through redirectord.
-
- Oct 12, 2014