如何解决 Red5 较差的 Flex 视频质量问题?
我正在使用 Flex 来显示使用 Red5 服务器传输的视频。基本上我有两种观点 - 一种是转发的,一种是接收广播的。在 Flex 端,在视频显示中,视频质量良好,但在接收器端却出现像素化。我找不到原因。这与视频的 Flex 编码或任何 Red5 服务器设置有关系吗?我的带宽绰绰有余,而且我的摄像机质量也很好。
I am using Flex for displaying videos streamed using the Red5 server. Basically i have two perspectives - one who relays and one who receives the broadcast. On the Flex side, in the video display, the video quality is good but on the receiver side it appears pixelated. I can't find the cause. Does this have anything to do with Flex encoding of videos or any Red5 server settings? My bandwidth is more than adequate, and my camcorder quality is good.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查 flash.media.Camera 类的 setQuality 方法。 Flash 运行时使用基于质量参数的压缩,并通过对视频进行像素化来实现这种压缩。
Check flash.media.Camera class' setQuality method. Flash runtime uses compression based on quality parameter, and it achieves this compression by pixelating the video.