--
---
You received this message because you are subscribed to the Google Groups "red5" group.
To unsubscribe from this group and stop receiving emails from it, send an email to red5interest...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Mikhail first thing, do you want to do this in live stream session or vod session ?
What I think is you want to push metadata to live stream from the server. Is that so ?
Hmm,
I have seen this in wowza but not much idea on how to do this using red5. It's server side continuous metadata injection problem.
In flash there can be 3-4 types of metadata methods on the netstream client. You can find it in as3 api for netstream client.
However if you want you can invoke methods on connection client of the flash netconnection from red5.
See this https://red5.googlecode.com/svn/java/example/trunk/fitcDemo/src/org/red5/demos/fitc/Application.java
For ServiceCapableConnection. You can then invoke methods on netconnection client of flash.
Another way would be to have a sharedobject created via red5 that the clients subscribe to. Then you can push the data to client over the sharedobject quiet possibly in realtime timeframes.
On flash side receieve data and do what you want with it.
The perfect method would be do send message over the stream object from server side. But I don't know how to do that in red5.
Regards
Rajdeep Rath