From a4e15f32b0cde5c8a8f6a3f4425b7d4102996c7c Mon Sep 17 00:00:00 2001 From: David Höppner Date: Sat, 9 Jan 2010 21:21:39 +0100 Subject: MMS stream protocol library LibMMS is a common library for parsing mms:// and mmsh:// type network streams. These are commonly used to stream Windows Media Video content over the web. LibMMS itself is only for receiving MMS stream, it doesn't handle sending at all. --- Library/Formula/libmms.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Library/Formula/libmms.rb (limited to 'Library/Formula') diff --git a/Library/Formula/libmms.rb b/Library/Formula/libmms.rb new file mode 100644 index 000000000..fb3d15cd6 --- /dev/null +++ b/Library/Formula/libmms.rb @@ -0,0 +1,15 @@ +require 'formula' + +class Libmms