Skip to main content
daslicht
Known Participant
December 12, 2010
Question

Seek or start playback offset not working on big flv's

  • December 12, 2010
  • 2 replies
  • 1424 views

Hello,

I try to start a FLV (created with soundbooth cs5) at a certain point of time using ns.play('video', 33000) or even just ns.seek(33000);

The FLV is about 9 hours long.

How do I make this work ? And why is it not working?

    This topic has been closed for replies.

    2 replies

    daslicht
    daslichtAuthor
    Known Participant
    December 17, 2010

    bump

    Participating Frequently
    December 17, 2010

    Do you face problem with all big flv files or just few set of files? Is it possible for you to pass on that files so that we can check at our end? But before you that - which version of FMS and Flash Player version are you on?

    daslicht
    daslichtAuthor
    Known Participant
    December 13, 2010

    With mp4 it's working but without proper working cuePoints.

    Noone ?

    Participating Frequently
    December 14, 2010

    onCuePoints are supported only for FLV's and not for MP4's - you can use onXMPData for MP4 files if you want to inject any data.

    daslicht
    daslichtAuthor
    Known Participant
    December 14, 2010

    Yeah I know , but I prefer using FLV's Idea ?