Question
2 issue's with FCS
Hi guys,
I am doing some work with FCS for the first time. I did run inot a couple of issue's but found ways around then or at least i thought :S
First issue:
When a user records a stream he/she is promted to save it at wich point i have a php script moving it to an open web directory.
Now when i try to call this flv for playing i get a file not found error(404)
i know that the flv is there and that the content path is correct.
I have evet went as far as to put a simple swf in the same directory as the flv file.
I tried with both video and flv player
/---------------------------------------------/
var connection_nc:NetConnection = new NetConnection();
connection_nc.connect(null);
var stream_ns:NetStream = new NetStream(connection_nc);
vid2.attachVideo(stream_ns);
stream_ns.play("profile.flv");
vid1.contentPath = "profile.flv";
/---------------------------------------------/
Now here's my second issue.
The files that have been recorded to FCS. How on earth do i delete them without having to shutdown FCS and manually delete them?
Thanks
Paul
:frown;
I am doing some work with FCS for the first time. I did run inot a couple of issue's but found ways around then or at least i thought :S
First issue:
When a user records a stream he/she is promted to save it at wich point i have a php script moving it to an open web directory.
Now when i try to call this flv for playing i get a file not found error(404)
i know that the flv is there and that the content path is correct.
I have evet went as far as to put a simple swf in the same directory as the flv file.
I tried with both video and flv player
/---------------------------------------------/
var connection_nc:NetConnection = new NetConnection();
connection_nc.connect(null);
var stream_ns:NetStream = new NetStream(connection_nc);
vid2.attachVideo(stream_ns);
stream_ns.play("profile.flv");
vid1.contentPath = "profile.flv";
/---------------------------------------------/
Now here's my second issue.
The files that have been recorded to FCS. How on earth do i delete them without having to shutdown FCS and manually delete them?
Thanks
Paul
:frown;
