Skip to main content
Participant
December 7, 2007
Question

fms ns.play(file, -2) Vs ns.play(stream, -2)

  • December 7, 2007
  • 1 reply
  • 1096 views
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!
    This topic has been closed for replies.

    1 reply

    moschousAuthor
    Participant
    December 10, 2007
    anyone who could give me just a tip?

    thanks,

    Manos
    moschousAuthor
    Participant
    December 11, 2007
    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?
    January 25, 2011

    Hi everybody,

    Same problem here; is there any solution? It looks the same problem discussed in this thread:

    http://forums.adobe.com/message/2846478

    Anyway the final solution suggested (reinstalling FMS) doesn't work for me, I just installed and reinstalled FMS even on several machines but the problem is still there.

    Any suggestion? Thank you very much ! :-)