Skip to main content
Participant
October 17, 2008
Question

f4v not supported?

  • October 17, 2008
  • 2 replies
  • 593 views
Is F4V video tied to a particular version or point release?

I am setting up an RTMP stream within a swf and it will not connect to the f4v file on the FMS server.

Or is it something I have to change when authoring the video files?
    This topic has been closed for replies.

    2 replies

    October 20, 2008
    See what happens when I drink and post.
    October 20, 2008
    F4V is supported only in FMS 3 and above. Beyond that, you just need to identify the F4V filetype in your Netstream.play arguments

    ns.play("fv4:myfile.f4v", 0, -1);

    You'll also want to make sure you have the latest updater applied to FMS. You should be running 3.0.2 or better.
    Participating Frequently
    October 20, 2008
    you probably want to try ns.play("mp4:myfile.f4v", 0, -1)