Skip to main content
Participant
March 4, 2008
Answered

H264 VOD (sample)

  • March 4, 2008
  • 4 replies
  • 679 views
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?
    This topic has been closed for replies.
    Correct answer Honglei_Zhang
    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

    4 replies

    Participating Frequently
    September 17, 2008
    Thank you!
    Participating Frequently
    September 12, 2008
    Good post. It was really helpful for me.
    Participating Frequently
    May 22, 2008
    got it to work thanks
    Honglei_ZhangCorrect answer
    Inspiring
    March 5, 2008
    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
    yure1Author
    Participant
    March 5, 2008
    Thanks!

    I had everything in the subdir, so that's what confused me. After setting it to:

    rtmp://123.456.789.101/vod/mp4:subdir/subsubdir/some_file.mp4

    everything works. I just noticed, this syntax is used in the demo application (in the dropdown) so it was stupid of me to miss it.