如何获取 RTMFP 流中的视频分辨率?

发布于 2024-12-10 03:42:00 字数 148 浏览 1 评论 0原文

我想在接收 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 技术交流群。

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

发布评论

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

评论(1

↙厌世 2024-12-17 03:42:00

您可以尝试使用不同的端口,看看 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

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