MPEG-DASH on Windows 8 Javascript app

2019-09-01 21:27发布

问题:

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

回答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.



回答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