Hi Bill, Sales Department schrieb: > We're interested in building that piece and have some developer time > available to do it. Any direction or insights you would suggest to get > us started?
to stream, you will have to get an id first (method "createStream"). Afterwards, you can call "play" or "publish" for this id and will receive the stream data or will have to publish your FLV/MP3 contents. To free a stream id, call the methods "closeStream" and/or "deleteStream" on the connection. The client should already receive the decoded stream packets as it inherits from the BaseRTMPHandler that also is used by the server part of Red5. The stream methods are defined in "org.red5.server.stream.StreamService". It would be great if the RTMPClient uses the same interfaces as the "org.red5.server.stream.consumer" and "org.red5.server.stream.provider" classes to receive/send data, so it can be easily used for clustering later. Feel free to ask me off-list if you need more details. Joachim _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
