Answered
Streams not recording
I'm new to FMS, so hopefully this problem has a simple
answer. I'm recording video streams using a simple call to
NetStream.publish('path', 'record'). It was working fine a few days
ago, but now it's not and I'm not sure why -- it seems that
everything is fine on the client, but no FLV files are appearing on
the server.
Tracing out the status event from NetStream:
-- status --
description,Connection succeeded.
code,NetConnection.Connect.Success
level,status
-- status --
clientid,112165952
description,test is now published.
code,NetStream.Publish.Start
level,status
-- status --
clientid,112165952
description,Stopped recording test.
code,NetStream.Record.Stop
level,status
-- status --
clientid,112165952
description,test is now unpublished.
code,NetStream.Unpublish.Success
level,status
The server log just says a connection has taken place. The weird thing is that In the console, under "streams", it lists the stream name but says its type is "live" even though I passed "record" to NetStream.publish().
My application's directory (program files/macromedia/flash media server 2/applications/photobooth) is completely empty.
I've tried restarting the server and the computer and everything.
Does this sound familiar to anyone? Thanks.
Tracing out the status event from NetStream:
-- status --
description,Connection succeeded.
code,NetConnection.Connect.Success
level,status
-- status --
clientid,112165952
description,test is now published.
code,NetStream.Publish.Start
level,status
-- status --
clientid,112165952
description,Stopped recording test.
code,NetStream.Record.Stop
level,status
-- status --
clientid,112165952
description,test is now unpublished.
code,NetStream.Unpublish.Success
level,status
The server log just says a connection has taken place. The weird thing is that In the console, under "streams", it lists the stream name but says its type is "live" even though I passed "record" to NetStream.publish().
My application's directory (program files/macromedia/flash media server 2/applications/photobooth) is completely empty.
I've tried restarting the server and the computer and everything.
Does this sound familiar to anyone? Thanks.
