• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

FMS3 - Playlist: first seconds skipped

New Here ,
Aug 02, 2008 Aug 02, 2008

Copy link to clipboard

Copied

Hi,

I created an application that parses an xml file and uses the data to create and play a list of clips. I use something like

<code>
for(var i = 0; i < this.playlist.length; i++)
{
var source = this.playlist .source.toString();
if(i == 0) stream.play(source, 0, -1, true);
else stream.play(source, 0, -1, false);
}
}
</code>

And this is my scenario: FMS 3 now plays a clip to its end, then the last frame of the clip freezes for a few seconds and then the next clip starts, but not from its beginning. It seems to me like while the previous clip is freezing, the new clip is already running, as I can hear the audio track of it.

I set the bufferTime of the FMS NetStream to 0, the client buffers 1 second.

Does anyone have a suggestion?

To the forum admin:
quote:

Please use "Attach Code" to include any sample code in the message.

Sorry, I could not find it....

Views

511

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 05, 2008 Aug 05, 2008

Copy link to clipboard

Copied

Does no one have any idea?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Aug 05, 2008 Aug 05, 2008

Copy link to clipboard

Copied

Does it improve with large client buffer? say 3-4 seconds.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Aug 08, 2008 Aug 08, 2008

Copy link to clipboard

Copied

LATEST
Hi, no it does not. When I change the client buffer the only change I can see is that the video stream starts playing a bit later. But that's the way it should be, right?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines