netStream Client.onMetaData 未接收宽度/高度
我正在流式传输 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
认为最好不要依赖元数据。但我不知道是否可以从 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.
你真的能让元数据监听器做出响应吗?比如,它有你的痕迹吗?
我问是因为有些框架似乎禁止
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