netStream Client.onMetaData 未接收宽度/高度

发布于 2024-09-13 17:46:28 字数 188 浏览 5 评论 0原文

我正在流式传输 flv 视频,一切正常,但我已将客户端添加到 netStream 只接收(通过 onMeatData 函数)这些参数

canSeekToEnd, 
audiocodecid, 
duration, 
videocodecid,

如果无法从元数据获取宽度和高度,我如何获取它们?

I am streaming flv video,everything works fine, but client I have added to netStream
is receiving (via onMeatData function) only these parameters

canSeekToEnd, 
audiocodecid, 
duration, 
videocodecid,

If it is not possible to get width and height from metadata how I can get them?

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

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

发布评论

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

评论(2

迷路的信 2024-09-20 17:46:28

认为最好不要依赖元数据。但我不知道是否可以从 flashplayer 访问宽度/高度。

您可以使用 FLVTool2 将缺少的 w/h 添加到 flv 文件中。

Think it's better not to rely on MetaData. But I don't know, is it possible to access width/height from flashplayer.

You can add missing w/h into flv files with FLVTool2.

空城之時有危險 2024-09-20 17:46:28

你真的能让元数据监听器做出响应吗?比如,它有你的痕迹吗?

我问是因为有些框架似乎禁止

Can you actually get the metadata listener to respond? Like, does it show your traces from it?

I ask because some frameworks seem to prohibit

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