Question
record videos with new names by AS3
Hello,
I'm using Flash AS3 to stream and record videos on my RTMP server, I'm suing this command
ns.publish("mystream", "record");
The problem happenes when the connection is down for any reason and the stream stops. My flash App start streaming automatically , but it over right the previous video coz they have the same name, I want to change the recorded video name "ex:myvideo1.flv" without changing the stream publishing name "mystream".
Thanks
