流式 Flash 视频问题 - 剪辑

发布于 2024-08-18 08:01:08 字数 236 浏览 3 评论 0原文

我有一个简单的 Flash 视频播放器,可以从流媒体服务器流式传输视频。流播放正常,我播放视频和执行简单功能没有任何问题。然而,我的问题是,将鼠标悬停在视频上时,我会出现控件,当我在视频上进行搜索或擦洗时,我会看到视频上方显示一些奇怪的框 - 就像视频的小口袋一样玩得超级快(你基本上可以看到它在寻找),直到它到达它需要的点,然后这些小盒子消失。其他人是否也遇到这些问题?如果有,我该如何解决这个问题?我认为这可能是某种屏蔽问题,但我一直无法弄清楚。请帮助!

I have a simple flash video player that streams the video from a streaming media server. The stream plays fine and I have no problems with playing the video and doing simple functions. However, my problem is that on a mouse over of the video, I have the controls come up and when I do a seek or scrub on the video, I get little weird boxes that show over the video - like little pockets - of the video playing super fast (you can basically see it seeking) until it gets to the point it needs to be at and then these little boxes disappear. Is anybody else having these problems and if so, how do I fix this? I thought it might be some kind of masking problem, but I haven't been able to figure it out. Please Help!!!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

随风而去 2024-08-25 08:01:08

这很奇怪;我从来没有见过这样的事情。如果您使用内置的 FLVPlayback 控件,我的钱是服务器端配置问题。否则,请尝试使用 FLVPlayback 控件。

另外,请确保舞台上的视频后面/前面没有任何其他图形。

祝你好运!

编辑:在调用seek之前尝试调用NetStream.pause()。

That's strange; I've never seen anything like that. If you're using the built-in FLVPlayback control, my money is on the problem being a server-side configuration issue. Otherwise, try it with the FLVPlayback control.

Also, make sure you don't have any other graphics of any kind behind/infront of the video on the stage.

Best of luck!

Edit: Try calling NetStream.pause() before you call seek.

聆听风音 2024-08-25 08:01:08

感谢您的回复。什么是“渲染”框?我想我不确定应该将“.visible = false”应用于什么。我动态创建一个视频对象,并将网络流应用于该对象。我不认为将对象设置为visible = false是正确的解决方案。

Thanks for the reply. What is the "rendering" box though. I guess I'm not sure what I'm supposed to apply the ".visible = false" to. I dynamically create a video object, and apply the netstream to that object. I don't think setting the object to visible = false is the correct solution.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文