Ask a Question related to Macromedia Flash Flashcom, Design and Development.
-
dmazan #1
Push recorded video to edge servers
Trying to push recorded video out to edge servers for client access. You'd
think the following would work.
nc = new NetConnection();
nc.connect("rtmp:edgeserver/app");
ns = new NetStream(nc);
ls = Stream.get("foo");
ns.attach(ls);
ls.play("flvfile",0,-1,true);
ns.publish("bar");
And it does, for a while. The "foo" stream starts playing the recorded video
at it appears as expected at the edge server.
But the "foo" stream thinks that it is playing to a semi-non-existent client.
The client shows up in the server administration display but with no activity
and a connect time of Dec 31. Enumerating the client shows the client object
exists but with no properties.
Within a few minutes the server kills of both the "foo" stream and the
associated semi-non-existent client. Disabling the server option to terminate
idle clients has no impact (it is disabled by default).
Any ideas?
dmazan Guest
-
Live video streaming and edge servers
hi, i am thinking of installing FMS 2.0 for live video streaming. however i would like to enquire if i can still achieve live video streaming if... -
Edge servers and Developer Edition
We need to test how our application will work using remote Edge servers. Can we install Origin server and 2 Edge servers using only Developer... -
Sync of recorded audio and FLV video.
Hey guys, I'm having a major problem. I'm trying to create a project that involves recording audio based on a video and then playing them back... -
how to get the recorded video
wengo is able to record my video i wonder if somebody knows how to do the same thing on my site may be a piece of code i have tried to analyse the... -
Push Video?
Hi Guys, is it possible to push video to a client using something like the sample_broadcast? Any links to samples or tutorials will be much...



Reply With Quote

