Skip to main content
May 27, 2010
Question

How can i configure FMS to stream h263/4 with mp3 videos?

  • May 27, 2010
  • 1 reply
  • 3095 views

Hi,

I have installed Flash media server 3.5, and i have put my vod files under

'C:\Program Files\Adobe\Flash Media Server 3.5\applications\vod\media'

the sample file under this folder given by fms 'sample.flv' is playing fine, (this has VP6 as video codec, mp3 as audio)

"rtmp://my_SYSTEM_IP/vod/sampl"

where i have kept my own file called 09.flv which has H263/mp3, and one more 09_1.flv, which has H264/mp3. But both of the files are not streming. When i tried to play these over vlc it  sayes file not found.

But sample video plays.

Is there any way to make work vod files to stream? please help...

Thanks

    This topic has been closed for replies.

    1 reply

    Petro_O__Bochan
    Inspiring
    May 27, 2010

    Pay attention to how u reference the media. For flvplayback component u shoudn't include the file xtension (e.g. .flv or .mp4), but if u use the native NetStream class then u would have to either include the prefix and the file extension (e.g. ns.play('mp4:vid.mp4') or simply issue a play command with nothing else but the filename (e.g. ns.play('vid')).

    May 27, 2010

    Hi,

    Thanks for the reply.

    I am just doing balck box streaming. I have no clue on what that native NetStream class and all. my idea is to  get the live video, stream through FMS, put it to cdn.

    Before that i thought of trying a vod file. But it gave issues as i said.

    Please help me to figure this out.

    Thanks.

    Participating Frequently
    May 27, 2010

    What URL are you using:-

    To play  09.flv - use "rtmp://my_SYSTEM_IP/vod/09"

    But i have question here , how can you have 09_1.flv which has H264 data - that's not possible.