This is a message.

Forum user: roevsutsnaps

Basic information

Registered Mar 17, 2009
Last login Mar 19, 2009
Forum posts 2
Direct URL http://www.flowplayer.org/forum/users/9217

Latest forum posts

Posts:

Registered:

» » flowplayer doesn"t care about pseudostreaming

Posted: Mar 19, 2009

I have used FLVtool2 with the command flvtool2 -U myVideo.flv and it didnt report a problem. The probnlem is that i can't click on the progres bare if the file is not loaded to that point, flowplayer simply won't let me.

Is there aniwhere i need to activeta ore fonfigure speudostreaming other than:

pseudo: {
url: '/flowplayer.pseudostreaming.swf',
queryString: escape('?start=${start}&config=1_180')
}

Posts:

Registered:

flowplayer doesn"t care about pseudostreaming

Posted: Mar 17, 2009

I dont kow how but i cant seem to get pseudostreaming to work. I have the following configuration:

clip: {
autoPlay: true,
scaling: 'scale',
accelerated: true
},
plugins: {
controls: {
url: '/flowplayer.controls.swf',
timeColor: '#97CD31',
durationColor: '#FFFFFF',
progressColor: '#016425',
bufferColor: '#333333'
},
pseudo: {
url: '/flowplayer.pseudostreaming.swf',
queryString: escape('?start=${start}&config=1_180')
}
}

But somehow the player doesen't let me click anny place on the timeline that has not yet been loaded. The hand pointer simply doesent show. Is there annything wrong in my configuration ore could it be something else?