Question
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!
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!
