Skip to main content
Participant
February 11, 2011
Question

Can't stream MP4-file

  • February 11, 2011
  • 2 replies
  • 974 views

Hi!

I am trying to stream a MP4-file from the VOD-folder using the videoplayer in flash. I can play the sample-file without any trouble, but when i try to use iceage.mp4 as source, it don't find the stream. (RTMP://192.168.1.44/vod/mp4:iceage.mp4)

    This topic has been closed for replies.

    2 replies

    Participant
    July 4, 2011

    i have the same issue on FMS
    I'm using as2 because my player is loaded in another swf written in as2.

    I can load flv files and stream them correctly

    ns.play(file);

    i've tried with:

    var file:String = "mp4:lezione1.mp4";

    var file:String = "mp4:lezione1";

    var file:String = "lezione1.mp4";

    var file:String = "lezione1";

    none of them works. I have no response from FMS

    i cant' find the problem..

    Participating Frequently
    February 12, 2011

    Hi,

    I hope you have placed iceage.mp4 under <fms-install directory>\applications\vod\media\ directory .

    Whats the status message you get when you try to play? Do you get NetStream.Play.StreamNotFound ?

    And also can you check what does the application.00.log say for vod application (log found in <fms-install directory>\logs\_defaultVHost_\vod\_definst_\applicatio.00.log).