Giter VIP home page Giter VIP logo

managedmediahelpers's Introduction

ManagedMediaHelpers

Code Quick Start

If you just want to get right into the code, check out these directories

  • MediaParsers.Desktop
  • Mp3MediaStreamSource.SL4

Otherwise, read on for a little more detail.

Overview

The ManagedMediaHelpers projects are a set of classes for working with and learning about Silverlight's MediaStreamSource which allows media developers to ignore the media container and transport mechanism.

You may wonder -- why would anyone want to do this?

For one thing, having access to elementary streams means that developers can now implement scenarios that other solutions haven't necessarily provided thus far. One example of this is adaptive streaming or multi-bitrate support as was seen during the 2008 Olympics and which is available with IIS's SmoothStreaming

For another reason, having access to elementary streams allows developers to implement scenarios that the Silverlight runtime hasn't had a chance to implement yet or that the runtime might not be able to implement in the same timeframe that a developer wants it. Examples of this could be, RTSP:T protocol support, SHOUTcast protocol support, seamless audio looping, ID3 v1 and ID3 v2 metadata support, and many other scenarios.

Finally, having access to an object which takes elementary data (video frames and audio samples) gives developers a chance to explore and learn about some of the upper layers of media technologies without worrying about setting up lots of underlying scaffolding and the headaches and context that can entail.

How is this project structured

This solution consists of 9 projects with varying extensions.

You can look at these from a platform centric POV . . .

  • .Desktop builds against .NET Framework
  • .Phone builds against Windows Phone 7
  • .SL4 builds against Silverlight

. . . or a purpose centric POV.

  • Demo live apps for WP7 or Silverlight showing the MediaStreamSource in action
  • Test test project for the MediaParsers
  • MediaParsers Utility classes, common media classes, and mp3 specific data conversion
  • Mp3MediaStreamSource The core class that handles reading a media stream and parsing it as Mp3 content

Tools used to create the project

License

This code is released under the Microsoft Public License (Ms-PL). See License.txt for a complete copy of the license.

(c) Copyright 2008 Larry Olson

Changes to support duration and streaming (i.e. non-seekable) content
(c) Copyright 2010 Rdio.

managedmediahelpers's People

Contributors

loarabia avatar slau avatar salfab avatar

Watchers

 avatar James Cloos 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.