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

Your preferred username that is used when logging in.

Shuffle/Scrub through video like youtube player Created Jul 30, 2009

This thread is solved

Views: 4453     Replies: 16     Last reply Jul 22, 2011  
You must login first before you can use this feature

hackeron

Posts: 8

Registered:
Jun 24, 2008

Shuffle/Scrub through video like youtube player

Posted: Jul 30, 2009

Dragging the video progress bar in youtube player shows you the nearest keyframe to the second you are hovering on. This allows you to quickly scan through the video's contents without playing it and without letting go of the mouse button

In Flowplayer however you need to let go of the mouse button before the frame is shown. It would be great if flowplayer could show the frame without having to let go of the house button.

gmccomb

Posts: 746

Registered:
Apr 9, 2009

» Shuffle/Scrub through video like youtube player

Posted: Jul 30, 2009

Reply to: Shuffle/Scrub through video like youtube player, from hackeron
Update in pause mode.... Hmmmmm.... never really realized Flowplayer didn't have this. I second this as an enhancement. Fortunately it's not hard to implement in AS. (Allow seeks when in pause.)

hackeron

Posts: 8

Registered:
Jun 24, 2008

» » Shuffle/Scrub through video like youtube player

Posted: Sep 25, 2009

Reply to: » Shuffle/Scrub through video like youtube player, from gmccomb
Anyone? - this would be a really kick ass feature.

dphunkt

Posts: 1

Registered:
Dec 29, 2009

» » » Shuffle/Scrub through video like youtube player

Posted: Sep 2, 2010

Reply to: » » Shuffle/Scrub through video like youtube player, from hackeron
bump

Anssi
Flowplayer Flash & video streaming developer

Posts: 1194

Registered:
Jul 24, 2007

» » » » Shuffle/Scrub through video like youtube player

Posted: Sep 3, 2010

Reply to: » » » Shuffle/Scrub through video like youtube player, from dphunkt
Will be considered for the next version.

Anssi
Flowplayer Flash & video streaming developer

Posts: 1194

Registered:
Jul 24, 2007

» » » » » Shuffle/Scrub through video like youtube player

Posted: Feb 28, 2011

Reply to: » » » » Shuffle/Scrub through video like youtube player, from Anssi
This is now planned for our 4.0 release, targeted for end of April release.

http://code.google.com/p/flowplayer-core/issues/detail?id=202

minorgod

Posts: 2

Registered:
Mar 9, 2011

» » » » » » Shuffle/Scrub through video like youtube player

Posted: Mar 10, 2011

Reply to: » » » » » Shuffle/Scrub through video like youtube player, from Anssi
I sympathize with the Flowplayer devs and think they've done some great work overall, but it seems like people have been complaining about scrubbing not working right or not being very good in FlowPlayer since at least 2008. As of version 3.2.5 (commercial version) it's still very iffy, especially with short h.264 videos. I know some of my scrubbing probs are probably due to insufficient keyframes in short clips, but when I click and drag the scrubber, I really feel like it shouldn't grab the entire video frame and controlbar and drag it along with the scrubber, which is what it currently does. The scrubber position ends up locked to my mouse position when I release it and I have to click again to stop it from following my mouse, at which point the video may or may not restart or continue as if nothing happened.

I hereby tripple-dog-dare the FlowPlayer team to get scrubbing right in the next release. Sorry if that sounds like a rant. I've been particularly irritated by this problem today. I'm sure I'll get over it. :)

JHogsett

Posts: 10

Registered:
Jan 11, 2011

» » » » » » » Shuffle/Scrub through video like youtube player

Posted: Mar 30, 2011

Reply to: » » » » » » Shuffle/Scrub through video like youtube player, from minorgod
I had the same problem with the player+scrub bar moving when I clicked to move it. It turns out the problem was Firefox and it's drag-and-drop images feature. I was able to disable it with this bit of JavaScript in the document ready function:

// prevent image drag in Firefox which prevents the scrubber thumb from being used
$(document).bind('dragstart', function() { return false; } );

hackeron

Posts: 8

Registered:
Jun 24, 2008

» » » » » » » » Shuffle/Scrub through video like youtube player

Posted: Mar 30, 2011

Reply to: » » » » » » » Shuffle/Scrub through video like youtube player, from jhogsett
@JHogsett @minorgod - I think your questions are off-topic - this thread is a feature request to implement scrubbing. At present it's not that the scrub isn't working, it's that it is non existent.

You can seek the video by dragging the slider and releasing the mouse button - scrubbing means not having to release the mouse button.

Anssi
Flowplayer Flash & video streaming developer

Posts: 1194

Registered:
Jul 24, 2007

» » » » » » » » » Shuffle/Scrub through video like youtube player

Posted: Apr 26, 2011

Reply to: » » » » » » » » Shuffle/Scrub through video like youtube player, from hackeron
The "real scrubbing" functionality is now implemented. You can test with this:

http://flowplayer-releases.s3.amazonaws.com/info/dist.html

You'll need the latest controls plugin and the latest player to test this.

UserTesting

Posts: 5

Registered:
Mar 1, 2011

When will scrub be released

Posted: Jul 18, 2011

Reply to: » » » » » » » » » Shuffle/Scrub through video like youtube player, from Anssi
Hi, the feature tested perfectly - thanks very much.

When will this be part of an official release? What is the status of the test release at the above URL - are those components ready to use in a production environment?

Thanks!

Anssi
Flowplayer Flash & video streaming developer

Posts: 1194

Registered:
Jul 24, 2007

» When will scrub be released

Posted: Jul 19, 2011

Reply to: When will scrub be released, from usertesting
We are going to release the next version together with a new website (this site redesigned). We still have a few weeks before everything is ready.

The current development version athttp://flowplayer-releases.s3.amazonaws.com/info/dist.html should be quite stable: I would recommend that you test with the plugins that you use and with your configuration and if you don't see any problems you can go ahead and use it in production.