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

Ask a Question related to Macromedia Flash Flashcom, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    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...
    2. 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 ?...
    3. 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...
    4. 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...
    5. 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);...
  3. #2

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

    anyone who could give me just a tip?

    thanks,

    Manos
    moschous Guest

  4. #3

    Default 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

  5. #4

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139