Is it possible that you have create permission to the file but not edit (rare but happens sometimes)?

-Justin

Zohar Babin - G wrote:
Hi.. I'm using flash 8 and Red5 to perform a recording of a live stream;

var client_cam:Camera=Camera.get();
var client_mic:Microphone=Microphone.get();
client_nc.connect("rtmp://localhost/oflaDemo");
out_ns = new NetStream(client_nc);
out_ns.attachVideo(client_cam);
out_ns.attachAudio(client_mic);
out_ns.publish("my_recorded_stream", "record");

when recording is done:

out_ns.close();

the first time you record, all works well, but from the second time after,
even though the stream do get closed and I get unpublish.success, it seems
to be not recording over the last stream.
After restarting the red5 service, it works again, and so on..

What's wrong ?

~Thank you~


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

begin:vcard
fn:Justin Gehring
n:Gehring;Justin
org:JR Computer Associates
adr:;;2950 Nybeck Ave. S.;Afton;MN;55001;United States of America
email;internet:[EMAIL PROTECTED]
title:President
tel;work:651-208-8797
x-mozilla-html:FALSE
url:http://www.jrcorps.com/
version:2.1
end:vcard

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

Reply via email to