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

  1. #1

    Default H264 VOD (sample)

    Hi. We have Flash Interactive Server. Using adobe Sample VOD Client and sample
    VOD application FLV streams work ok, but MP4 streams return 404 error.

    We tried the same with our own h264 and flv, same thing happens. All files
    pass flvcheck.

    VOD Client writes "connection error" and we get a 404 error in our logs.

    Same happens with other players too. We have tried it with 9.0.115 flash on
    windows and linux
    (progressive download works with same test files. Adobe HD gallery also
    works).

    Our conclusion is that this is somehow a problem with FMS3, but it's strange
    since we didn't change application in any way, so it should work out of the box.

    Has anyone experienced similar issues?

    yure1 Guest

  2. Similar Questions and Discussions

    1. H264 Encoder with Media Server 3
      Hi, I am using H264 encoder from company named NVSS and I would like to connect my stream to Flash Media Server 3. I would like to know if...
    2. h264 stream froma webcam
      Hi, I want to view the h264 stream from a webcam into my flashplayer. Do I need FMS to do that? I mean a simple live viewing, no recording. I...
    3. The way to run an sample.
      I installed Flash Media Server 2, Flash 5, Extension Manager, Dreamweaver 8 both in "C:\Program Files\Macromedia" directory. I uncompressed...
    4. Can Anyone Explain H264 Incompatibility?
      I'd like to use QuickTime's H.264 codec to encode embedded video clips for PDF. I can successfully embed Sorenson3 encoded video, but not H.264 -...
    5. Here you have a sample
      Without more specifics I can show you how to get the data. This is assuming a lot because I am confused about what you want to do. Here is what I...
  3. #2

    Default Re: H264 VOD (sample)

    We used to have same problem of "connection error", but finially we figure out
    the correct URL scheme, for example:

    rtmp://localhost/live/mp4:example.mov

    Our .mov video was encoded using H.264 codec and AAC audio, looks very good.

    Hope this will help

    e-cast Guest

  4. #3

    Default Re: H264 VOD (sample)

    You probably (my guess) had to do that because you are using a .mov extension.
    Unfortunately, I tried using mp4:filename syntax but it didn't work :( Still
    getting this weird connection error (404).

    Isn't this a bit strange from such a critical service to return such
    non-descriptive errors (file not found?), if it's clear that is not the issue.

    yure1 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