Hi there,

Let's say I do:

stream1.publish("name", "record");

then I close the stream, 

stream1.close();

If I append something, 

stream1.publish("name", "append"); 

the flv on the server side is appended, but the duration i get at the flash
side, onMetaData(info), info.duration, is wrong (the duration at the first
.close of the recording stream is stored).

If I play the .flv in some flv player, the timeline scroll bar is not long
enough (it gets to the end before the video finishes), but the video is all
there...and is played until the end.

I use trunk 2228.

Gregor


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

Reply via email to