You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Forum user: vodeclic

Basic information

Registered Jun 2, 2009
Last login Dec 20, 2010
Forum posts 23
Direct URL http://www.flowplayer.org/forum/users/11259

Latest forum posts

Posts:

Registered:

» » » » How make "provider" a config condition on flash version ?

Posted: Dec 16, 2010

No one does know how to condition the use of provider ?

This does fail...
provider: flashembed.isSupported([9, 115]) ? 'pseudo' : null,

Posts:

Registered:

» » How make "provider" a config condition on flash version ?

Posted: Dec 8, 2010

really no one... ;(

Posts:

Registered:

» How make "provider" a config condition on flash version ?

Posted: Dec 6, 2010

No one has any clue ? Thanks...

Posts:

Registered:

How make "provider" a config condition on flash version ?

Posted: Dec 3, 2010

Hi,

I'd like to use pseudo streaming only for my H264 file, so user with older (>9.0.115) version of flash should see the flv instead. I don't have any problem with my url condition like in the doc :

url: flashembed.isSupported([9, 115]) ? 'test.mp4' : 'tes.flv',

But i also have to make a condition for the call to "pseudo".
I tried that :

provider: flashembed.isSupported([9, 115]) ? 'pseudo' : null,				

But the player fail to load... I m kind of stuck with this thing, if anyone could help i ll appreciate a lot,

Regards.

Posts:

Registered:

» » Plan to support HTTP Dynamic Streaming ?

Posted: Jul 15, 2010

By the way, your new pseudo streaming plugin with HTTP byte range requests support, is it able to jumb to only a keyframe or to any frame in the video ?

Because making a video file with lot of keyframe (to have a jump to any second possible) makes my files size too fat...

Thanks for your answer,

regards.

Posts:

Registered:

» » Plan to support HTTP Dynamic Streaming ?

Posted: Jul 14, 2010

It seems to me that the new "HTTP dynamic streaming" feature of flash 10.1 is much more accurate and reliable than the current pseudo streaming methods (i do use lighttpd one), with also other features coming with it....

I had a demo of it at Akamai yesterday and it looked quiet awesome !

just hoped you will support it...

Posts:

Registered:

Plan to support HTTP Dynamic Streaming ?

Posted: Jul 14, 2010

Hi,

I m wondering if you have plans to support the new awesome feature of adobe Flash, the HTTP Dynamic streaming ?

Thanks,

Regards.

Posts:

Registered:

» » Wrong width with iPhone/iPad...

Posted: Mar 8, 2010

sniff... ;(

Posts:

Registered:

» Wrong width with iPhone/iPad...

Posted: Mar 3, 2010

nobody has any idea ?

Posts:

Registered:

Wrong width with iPhone/iPad...

Posted: Mar 1, 2010

Hi,

I have a little problem with the expose feature.
It works great on FF, IE or Safari, but not on Safari for iPhone or iPad.

On these devices the expose width is too small (when the device is in landscape)...

Do you have any workaround to make it works well on the iPhone / iPad ?

Thanks a lot,

Regards.

Posts:

Registered:

DELETE

Posted: Mar 1, 2010

Delete

Posts:

Registered:

» HTML5 and FlowPlayer FallBack

Posted: Feb 7, 2010

I would like to see this feature too !

Posts:

Registered:

» » Disable Seek forward ?

Posted: Dec 18, 2009

Oh very cool, thank you !
I didn't thought of the this.getTime !

Actually for me it s :
if (target < this.getTime())

Posts:

Registered:

Disable Seek forward ?

Posted: Dec 18, 2009

Hi,

I would like to let a user seek backward but never forward.
I took a look at the onBeforeSeek and onSeek function but i don't see how i can do that.

Because in the OnBeforeSeek i don t have the knowledge of where the user want to seek, and in the OnSeek in don't know where it come from....

How do you think i could solve this ?
Thanks a lot,

Regards.

Posts:

Registered:

» Slomo

Posted: Dec 8, 2009

Ok, so i have to understand it will require Wowza server anyway ?
(or other RTMP)

Thanks for your answer.