Ask a Question related to Macromedia Flash Flashcom, Design and Development.
-
moschous #1
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 file with name file.flv
If i have a client doing ns.play(file,-2) everything is fine. The file is
delivered (streaming) nicely.
If i have the below:
Client::: ns.play(stream, -2);
Server-side: (Stream.get("stream")).play(file, -2);
The file is delivered, but it doesnt playback/flow properly. It seems like
breaking(stacks) on some points and then continue.
Does anyone have any idea?
Thank you vrey much!
moschous Guest
-
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... -
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 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);... -
moschous #2
Re: fms ns.play(file, -2) Vs ns.play(stream, -2)
anyone who could give me just a tip?
thanks,
Manos
moschous Guest
-
fmslove@gmail.com #3
Re: fms ns.play(file, -2) Vs ns.play(stream, -2)
are you sure about the sanity of the flv file.
BTW, by using Server-side: (Stream.get("stream")).play(file, -2); you
are publishing the flv file as a live stream. please try increasing
the client side buffer in the swf (say 2 second).
-P
fmslove@gmail.com Guest
-
moschous #4
Re: fms ns.play(file, -2) Vs ns.play(stream, -2)
Hi list (again),
doing some more tests i concluded that the problem is not exactly the one i
refer above.
The problem is more generic. Any video which is recorded by fms is not
delivered properly even if i do
ns.play(file,-2).
For most videos ns.play(file,-2) works fine but using the other way the
problem is more intensive.
The problem i noted is that the videos are not flow properly. They break,
stack for a while, then continue, etc...
Any recommendation on this?
moschous Guest



Reply With Quote

