0

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?

BenMorel
  • 34,448
  • 50
  • 182
  • 322
Mathew D
  • 1
  • 1

2 Answers2

0

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.

zxcat
  • 2,054
  • 3
  • 26
  • 40
0

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

Jacksonkr
  • 31,583
  • 39
  • 180
  • 284