MPEG-DASH on Windows 8 Javascript app

喜欢而已 提交于 2019-12-13 05:08:29

问题


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



来源:https://stackoverflow.com/questions/19089257/mpeg-dash-on-windows-8-javascript-app

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!