如何获取 RTMFP 流中的视频分辨率?
我想在接收 RTMFP 流时获取 NetStream 宽度/高度。这很重要,因为当用户接收 4:3 或 16:9 流时,视频组件需要不同的测量。
不幸的是,NetStream 的 onMetaData 回调不像 RTMP 流那样工作。
有解决方法吗?
I would like to get the NetStream width/height when receiving a RTMFP stream. This is important because the video component needs different measures when, for example, the user receives a 4:3 or a 16:9 stream.
Unfortunately, the onMetaData callback for NetStream does not work as it does for RTMP streams.
Is there a workaround?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试使用不同的端口,看看 onMetaData 是否给您带来任何不同。我相信 3 个主要的是:1935、443 和 80。
以下链接可以为您提供有关配置服务器的更多文档:
http://help.adobe.com/en_US/flashmediaserver/configadmin/WSdb9a8c2ed4c02d261d76cb3412a40a490be-8000.html
You might try using different ports and see if the onMetaData gives you anything different. I believe the 3 main ones are: 1935, 443 and 80.
The following link can give you further documentation on configuring your server:
http://help.adobe.com/en_US/flashmediaserver/configadmin/WSdb9a8c2ed4c02d261d76cb3412a40a490be-8000.html