silverlight mpeg-4

余生颓废 提交于 2019-12-23 18:45:55

问题


im currently working on a project, where I need to create a web video player. At the current state, my app plays recordings provided by client as motion JPEG and H264/AVC. The thing is, he also wants MPEG-4 part 2 (Visual), which i call mp4v. According to this page, mp4v is supported, but i can't get any sample to work with Silverlight. Even if this encoding is not supported by Silverlight, can I get my app to display this recordings without converting them? Is there any way to get this to work? Any suggestion will be appreciated.


回答1:


Are you sure they are Mpeg Part 2? Have you tried just calling them MP4?

If the encode isn't supported by Silverlight, you would have to re-encode them....sorry...



来源:https://stackoverflow.com/questions/13304934/silverlight-mpeg-4

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