Skip to content Skip to sidebar Skip to footer

Mpeg-dash On Windows 8 Javascript App

Does anybody know if there are any samples or documentation for playing dash streaming in Windows 8 javaScript based applications or Windows phone 8?

Solution 1:

I don't know if it fits for your solution, bit libdash is a C++ library also available for windows: http://www.bitmovin.net/libdash.html

There is also a sample player based on ffmpeg. This should also work on win 8.

Solution 2:

I found this: http://mingfeiy.com/windows-azure-media-services-in-build-2013-dynamic-packaging-dash-support-live-streaming-and-more/

And here is a sample playing Dash stream on windows 8 Javascript/C# applications

http://playerframework.codeplex.com/releases

Download Microsoft.PlayerFramework.Samples.zip

Post a Comment for "Mpeg-dash On Windows 8 Javascript App"