Skip to main content
Object404
Known Participant
June 15, 2006
Question

onMetaData problems

  • June 15, 2006
  • 1 reply
  • 303 views
Hi. Am having problems with onMetaData. Am running FMS 2.01 developer edition for evaluation on my local winxp machine. I'm using onMetaData to detect the width and height of an FLV stream, but sometimes onMetaData fails to kick in.

Any clues as to what is going on?

When does onMetaData exactly trigger?

Any suggestions on how to fix my onMetaData problem?

Thanks.

*am also using onPlayStatus to detect when a stream has completed playing
    This topic is closed to new replies. Start a new post to keep the conversation going.

    1 reply

    June 16, 2006
    Is the stream live or recorded? If it's recorded, how are you recording it?

    Some flv conversion software injects proper metadata, and some doesn't (Like sorenson... they never got it right). If the metadata wasn't injected into the flv file, there's nothing for your onMetaData event to respond to.

    The onMetaData event is triggered every time metaData is encountered in the .flv file.