jmf文件播放错误
我已从网址中获取代码并尝试播放 mpg 格式的文件,如下所示:
代码网址: http://snippets.dzone.com/posts/show/2912
文件 URL:http://www.fileformat.info/format/mpeg/sample/index.htm
我收到如下错误:
Unable to handle format: MPEG, 320x200, FrameRate=23.9, Length=96000
Failed to realize: com.sun.media.PlaybackEngine@75982fc1
Error: Unable to realize com.sun.media.PlaybackEngine@75982fc1
由于我是 jmf 新手,请帮助我解决此问题。
I have taken the code from the url and tried to play a file of mpg format as shown below:
Code URL: http://snippets.dzone.com/posts/show/2912
File URL: http://www.fileformat.info/format/mpeg/sample/index.htm
I am getting an error as follows:
Unable to handle format: MPEG, 320x200, FrameRate=23.9, Length=96000
Failed to realize: com.sun.media.PlaybackEngine@75982fc1
Error: Unable to realize com.sun.media.PlaybackEngine@75982fc1
As iam new to jmf, kindly help me in this issue.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我以前使用过该代码,该示例只能播放某种高分辨率的视频。尝试获取 720p mpg 文件(可能是电视剧 DVD 翻录)并播放。
I've used that code before and that sample can play only some kind of videos with high resolution. Try getting a 720p mpg file(perhaps a tv series dvd rip) and playing it.