I have now working solutions, and here are few things may be
beneficial for someone in the future doing Red5 streaming:

- onMetaData does not get called, but to obtain the length of the
stream you can use NetConnection.call("getStreamLength", Responder,
stream)
- onXMPdata does get called but not all stream (non Adobe encoder
generated) has XMP data embedded
- resume() does not work on its own but it does if you
seek(pausedTime) immediately after
- seek() does not work but it does if you call it twice in succession
- I use 200ms in between

-- 
Kenneth Kawamoto
http://www.materiaprima.co.uk/
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to