Skip to main content
August 3, 2011
Question

Problem with AVI file

  • August 3, 2011
  • 1 reply
  • 352 views

Hi all,

i use rtmp to stream an avi video file as:

rtmp://my-server/vod/mp4:nome-file.avi

but the player goes in "Buffering....." and the video doesn't start.

The video size is: 698MB and I modified the "Flash Media Server 4\conf\Server.xml" file

setting the sample size to 1GB as:

<MaxSampleSize>1000000000</MaxSampleSize>

What am I wrong?

Thanks in advance.

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    August 3, 2011

    FMS does not support AVI format - before using any file for streaming you can just check if file is valid for streaming by FMS by using FLVCheck tool. If it passes - then you can stream the file.