From caa4d28f044d70012cd113f324e6500c0b57d491 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 29 Jan 2009 21:42:10 +0100 Subject: added support for the MMS protocol This patch implements the MMS protocol, by using libmms. It is quite experimental: it does not support seeking yet, and it is currently using synchronous I/O, which causes MPD to hang while waiting for the server. --- INSTALL | 3 +++ 1 file changed, 3 insertions(+) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 0847805f..87d6d5b7 100644 --- a/INSTALL +++ b/INSTALL @@ -108,6 +108,9 @@ For advanced samplerate conversions. libcurl - http://curl.haxx.se/ For playing HTTP streams. +libmms - https://launchpad.net/libmms +For playing MMS streams. + pkg-config ---------- -- cgit v1.2.3