Ask a Question related to Macromedia Flash Flashcom, Design and Development.
-
restivz77 #1
Failed to play (stream ID: 1).
Hi all, I'm trying to simply stream audio from a FCS using akamai, I can give
you the stream if necessary, but for now I'd prefer to keep it private. I can
connect (NetConnection.Connect.Success), but the net stream then fails.
// ---------
// CODE
// ---------
nc = new NetConnection();
nc.onStatus = function(oInfo:Object):Void {
trace("> nc status > " + oInfo.code);
trace("The connection code is: " + oInfo.code);
};
nc.connect("rtmp-stream-here");
ns = new NetStream(nc);
ns.onStatus = function(oInfo:Object):Void {
trace("> ns status > " + oInfo.code);
trace(">> " + oInfo.description);
};
ns.setBufferTime(1)
ns.play("test");
// ------------
// OUTPUT
// ------------
The connection code is: NetConnection.Connect.Success> nc status > NetConnection.Connect.SuccessDoes anyone know why I'm getting the: Failed to Play (Stream: 1).> ns status > NetStream.Failed>> Failed to play (stream ID: 1).
restivz77 Guest
-
stream.play reset problem
Sometime FMS goes crazy when playing 2 flv, i see a mix of both video, in the very same stream, they are in conflict. How this became possible ?... -
fms ns.play(file, -2) Vs ns.play(stream, -2)
Hi, I have a very strange problem. I have created an application on fms. on the streams/_definst_/instance directory there is a sample flv... -
FMS 2.0.4 play stream end with 404 in logfile
Hello I installed a fms 2.0.4 on a linux box. The Admin panel and the daemon is runnig, i created a test site to connect to the fms, but i am not... -
help with stream.play()
I must really be missing some basic concept with the server side scripting for flash media server. I have been trying for a couple days now to find... -
Can't play video stream! Why???
Hi. I've got very strange situation: First application (let it be 1.swf) publishes video stream to the server like: out_ns = new NetStream(nc);...



Reply With Quote

