FMS3: Delay in start of video stream; error

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

  1. #1

    Default FMS3: Delay in start of video stream; error

    Hi,

    We're setting up an FMS3-based video streaming system for a new website, and
    have built a player using AS2 (for compatibility with Flash Player v8) and the
    FLVPlayback componenent which uses FMS3's new native bandwidth checking to
    provide us with a figure with which we can work out which of 3 streams to play
    and how long to buffer before playback. The initial NetConnection connection
    happens pretty much instantly and we get the numbers we're looking for, but it
    then takes about another 30 seconds before the FLVPlayback component connects
    to the server and begins to stream the video. There doesn't seem to be anything
    in the logic of the player to cause this, and when we test on a local
    deployment of FMS3 we don't get the problem. Furthermore, we had this player
    working nicely with FMS2 on the remote server until recently, when we upgraded
    during our development stage. We think the key must be in the errors we get in
    the FMS server log:

    [Q]Mon 09:30:33 AM: Connect : rtmp://OurDomain/OurAppName
    Mon 09:30:35 AM: Core (10567) connection to admin accepted.
    Mon 09:30:35 AM: Core (10567) sending register cmd to edge. - Player
    receives BW check numbers here

    Mon 09:30:35 AM: (_defaultRoot_, _defaultVHost_) : Application (OurAppName) is
    not a valid signed application; loading access denied.
    Mon 09:30:35 AM: (_defaultRoot_, _defaultVHost_) : Application
    (OurAppName/A201EB4C-C3F3-4A56-8C42-CA9373F0CA90) is not a valid signed
    application; loading access denied.
    Mon 09:30:35 AM: Connection rejected by server. Reason : [ Server.Reject ] :
    (_defaultRoot_, _defaultVHost_) : Application
    (OurAppName/A201EB4C-C3F3-4A56-8C42-CA9373F0CA90) is not a valid signed
    application; loading access denied.
    Mon 09:31:05 AM: Connect : rtmp://OurDomain:1935/OurAppName - Video begins
    streaming
    [/Q]

    The GUIDs are the folder names on our server containing the media, and appear
    here because FMS takes the first part of the path to be the application
    instance, which has not proved to be a problem before.

    I can't find anything about validating or signing applications, but I suspect
    these errors have something to do with the inexplicable delay before streaming
    starts. Does anyone know anything about this?

    thanks,
    Ben

    Benito Aramando Guest

  2. Similar Questions and Discussions

    1. FMS3 Recorded stream playback speed too high
      Hi, is there a change between FMS2 and FMIS3 in stram.play() ? I need to publish a stream from the server which has been recorded with FMS just...
    2. FMS3 video streaming to flash light device
      I learned from Adobe website that FLASH LIGHT 3.0 supports flash video through HTTP and RTSP not RTMP. While In FMS 3.0 datasheet, it claims support...
    3. FMS3: Multiple live video streams
      Hi, After reading the features and documentation I have a doubt: Can I have multiple live video streams with FMSS at the same time? E.g.:...
    4. purposely delay video stream
      Hello all, I am trying to figure out how to (purposely) delay a video stream in a flash clip, using Flash Communication Server. I want the video...
    5. Strange start-up delay
      Start-up delay Ever since I hooked-up my system to DSL, I have a funny thing happening at start-up. Initially, the system starts normally all...
  3. #2

    Default Re: FMS3: Delay in start of video stream; error

    Are you using Interactive Server(FMIS) or Streaming Server (FMSS).

    I guess that OurAppName is NOT the server-side application you are using for
    streaming video as log says that this application was never loaded on server
    anyways.

    In case you are using Streaming edition, FMSS 3 doesn't allow user created
    server-side applications,


    fmslove Guest

  4. #3

    Default Re: FMS3: Delay in start of video stream; error

    This was the cause, thanks. We had somehow overlooked this fact about FMS
    streaming edition, Adobe don't exactly make it clear that you can't do any
    server-side scripting at all with this edition - luckily the "vod" signed
    application does what we want.

    Benito Aramando 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