> those two functions have to be added as callbacks on a client object which > is passed into netstream.client - have you done this?
...so does onPlayStatus and bunch of other callbacks. Yes of course I have ;) Actually I get onXMPData from certain streams. Probably ones I don't get XMP is the file exported to FLV directly from FinalCut. Still I should get meta data. Do you have any experiences with Red5? -- Kenneth Kawamoto http://www.materiaprima.co.uk/ On 15 April 2010 17:39, allandt bik-elliott (thefieldcomic.com) <[email protected]> wrote: > those two functions have to be added as callbacks on a client object which > is passed into netstream.client - have you done this? > > On 15 April 2010 12:19, [email protected] <[email protected] >> wrote: > >> I am monitoring onXMPData as well but that does not get called either. >> >> I am using FLV. >> >> All I wanted from the meta data was the duration of the stream. I can >> get that info by calling NetConnection getStreamLength, so that part >> is now sorted without receiving the meta data. >> >> However there are numerous other issues with Red5. resume() does not >> work after pause(). seek() does not work. I have been spending hours >> coming up with "workarounds"... >> >> There are posts about these issues on the net and Red5 tickets have >> been raised for few months too. I wonder if FMS works better - but >> anyway it's too late now to switch :( >> -- >> Kenneth Kawamoto >> http://www.materiaprima.co.uk/ >> >> On 15 April 2010 10:40, allandt bik-elliott (thefieldcomic.com) >> <[email protected]> wrote: >> > is it using an f4v? because they have an onXMPData which they use which >> > fulfills a similar role (although i thought they had metadata as well) >> > >> > a >> > >> > On 13 April 2010 17:34, [email protected] < >> [email protected] >> >> wrote: >> > >> >> Hi Flash Coders, >> >> >> >> I have this issue: NetStream onMetaData does not get triggered. Using >> >> Red5. onPlayStatus does get called correctly without fail though. >> >> >> >> Basically I need to know the duration of the video. >> >> >> >> Has anyone ever experienced the same or have any ideas what is going >> on...? >> >> -- >> >> Kenneth Kawamoto >> >> http://www.materiaprima.co.uk/ _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

