Hello, I use a code like this:


    serverStream = StreamUtils.createServerStream (appScope, "liveX");

    SimplePlayItem item = new SimplePlayItem();
    item.setName("on2_flash8_w_audio");
    serverStream.addItem(item);
    
    serverStream.start();


I need to known how I get the video length of the FLV file in seconds or milliseconds. In this case "on2_flash8_w_audio.flv".

Thanks.
HT.

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

Reply via email to