Question
where are the streams?
Hi,
I'm trying to figure out where the streams are stored on the server. I'm running through the sample app "publishlive" and it seems be to be working, in that I get two videos (one local, one presumably from streaming from the server) going. On the Admin Console, I see that my stream is there. Yet, there is nothing in the #{Root_install}/applications/publishlive/streams/_definst_ folder.
I tried to change ns.publish("liveRecording1", "live") to ns.publish("liveRecording1", "record"), and that ended up throwing an error:
NetConnection.Connect.Success
Error #2044: Unhandled NetStatusEvent:. level=error, code=NetStream.Record.NoAccess
at NatureCam/publishCamera()
at NatureCam/onNetStatus()
Everywhere I look it says that the streams should just show up under the applications folder, but it doesn't seem like its workign for me. I'm running on a linux platform.
Any help would be greatly appreciated! Thanks!
I'm trying to figure out where the streams are stored on the server. I'm running through the sample app "publishlive" and it seems be to be working, in that I get two videos (one local, one presumably from streaming from the server) going. On the Admin Console, I see that my stream is there. Yet, there is nothing in the #{Root_install}/applications/publishlive/streams/_definst_ folder.
I tried to change ns.publish("liveRecording1", "live") to ns.publish("liveRecording1", "record"), and that ended up throwing an error:
NetConnection.Connect.Success
Error #2044: Unhandled NetStatusEvent:. level=error, code=NetStream.Record.NoAccess
at NatureCam/publishCamera()
at NatureCam/onNetStatus()
Everywhere I look it says that the streams should just show up under the applications folder, but it doesn't seem like its workign for me. I'm running on a linux platform.
Any help would be greatly appreciated! Thanks!
