Ok.  Maybe this is a dumb question but it's got me stumped.

What is the red5 java equivalent of using the Stream.length()  
function provided by FMS.  For example, on FMS I can write something  
like:

Client.prototype.getStreamLength = function(p_streamName) {
         return Stream.length(p_streamName);
}

This gets the length in seconds and makes it available to the  
client.  What do any of you suggest?
  

_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to