FMS2 Enhanced Seek doesn't work for VP6

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

  1. #1

    Default FMS2 Enhanced Seek doesn't work for VP6

    Hi All,

    First time poster. I was wondering if anyone knows why enhanced seek using
    netstream (ns.play) method doesn't seem to work?

    For example I want to play a sample clip starting at 15 second mark and for
    length of only 20 seconds I should be able to use this.

    ns.play("some_video",15,20);

    and I find it works perfectly fine on sparc codec (immediate playback) but
    with VP6 it's just blank for about 15 seconds then it starts to play. It's
    almost like it actually is playing from the 0s mark but doesn't show anything
    until 15 seconds have elapsed.

    So I decided to play around a bit with using ns.seek and ns.play and
    discovered this.

    ns.play("some_video",0,35);
    ns.seek(15);

    so it seems by doing this it will play from the 15s mark and end at the 35s
    mark.
    it works well enough, just wondering if anyone knows why it won't work with
    the first example?

    Regards,

    Adam Walsworth


    Adam Walsworth Guest

  2. Similar Questions and Discussions

    1. FLVPlayback Seek problems with FMS2
      :beer; I am pretty new to FMS and all its glory, so bare with me. I am using an FLVPlayback component to connect to a streaming FLV on FMS. I...
    2. FMS2 Doesn't work - Not a seamless upgrade
      My company upgraded to FMS2 from FCS. We have been creating streaming media for some time and have been very successful in doing this... Until...
    3. FMS 2.0 and STUNNEL? Using SSL Tunneling on FMS2 doesnot work!
      I am trying to use FMS in conjunction with STUNNEL to enable HTTPS SSL tunneling using a flash client. We have been working on this for weeks to no...
    4. Enhanced CD's
      Hi all, can anyone give me some advice on the above? i've tried searching the group to no avail. I also did a web search but found conflicting...
    5. Adding new LV in Enhanced ConcurrentVG
      Hi, I have a cluster (2 nodes) with HACMP/ES V4.5 installed as well as Oracle RAC 9.xx. I need to add new mirrored LVs on Enh. Concurrent VG...
  3. #2

    Default Re: FMS2 Enhanced Seek doesn't work for VP6

    Functionality for support of enhanced seek has been patched into FMS2


    Adam Walsworth
    Streaming Media Engineer
    [url]http://www.adamwalsworth.com[/url]
    Adam Walsworth 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