Coder Social home page Coder Social logo

libmms-0.6.2's Introduction

				LibMMS

			 library for parsing
		      Microsoft Media Streaming
			       protocol


What is LibMMS?
===============

LibMMS is 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. If you need streaming functionality,
look for other protocol, such as RT(S)P. MMS is legacy thing, being
closed with no specs and abandoned even by its creator, the Microsoft Corp.

Why LibMMS?
===========

LibMMS was created out of need for common library that would remedy
current situation where each Free Software project maintains its own
implementation of MMS protocol handling, creating unnecessary code and
effort duplication and introducing feature disparity as not every
bugfix gets into each of them. It also addresses need for LGPL
licensed code for that task, as every current implementation is
licensed as GPL, thus knocking out many projects that do not use GPL
themselves.

Howto LibMMS?
=============

LibMMS is intended to be small and simple, being useful for any
project that needs MMS handling functionality. It is constructed in
such a way that allows plugging custom I/O implementation, thus being
easy to integrate with custom framework, and providing a way to add
timeouted or cancelable I/O etc.

Hmm, you said no specs? How so?
===============================

LibMMS code is based on amazing work done by SDP guys (http://get.to/sdp)
Without the specs they've reverse-engineered, there won't be any free
implementation of MMS handling today.

How is LibMMS licensed?
=======================

LibMMS is Free Software, licensed under GNU Library General Public
License. Original code comes from Xine project (http://xine.sf.net),
and it got separated for number of reasons, one of them being desire
to provide non GPL projects with library they could use. There's a
number of valuable LGPL projects locked out by GPL libraries, besides
we strongly feel that GPL is bad license for a library, as it's not
library thing to mess with its users licensing by vague interpretations
of wether linking makes binary derived work. We want libraries to be
used, and for that, we need to stay clean.

libmms-0.6.2's People

Contributors

junsoopark avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.