在 Flash 中播放 .mov
我可以在 Flash 播放器中流式传输 .mov 吗?我正在寻找一个相对简单的选择 264
Can i stream .mov in a flash player . I'm looking for a relatively easy option
h.264
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 FLVPlaybackComponent 并选择您的 .mov 文件作为源,应该可以正常工作
Use the FLVPlaybackComponent and choose your .mov file as the source, should work fine
.mov
是大量可能的编解码器的容器(如.avi
)。如果它是 MPEG-4 派生编解码器,则播放应该可以正常工作,但不能保证。.mov
is a container for a ton of possible codecs (like.avi
). If its an MPEG-4 derived codec, playback should work correctly, however its not guaranteed.