• Resolved etherx9

    (@etherx9)


    Hi,

    Is it possible to have the JS player allow playback at 0.75x?
    This would be most useful for my use case (educational videos in another language, users would want to slow it down just a bit).

    Thank you in advance.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor wpvideogallery

    (@wpvideogallery)

    Kindly go to the “Video Gallery => Settings” menu from your WordPress Admin Dashboard, scroll down to the “Player Controls” settings, check the “Speed Control” option, save the changes and check now.

    But, sorry there is not an 0.75x option at the moment. The only solution is to edit our source files and add this.

    1. Kindly open the file,

    /wp-content/plugins/all-in-one-video-gallery/public/templates/player-html5.php

    2. Find the line below,

    'playbackRates' => array( 0.5, 1, 1.5, 2 ),

    3. Change it as,

    'playbackRates' => array( 0.5, 0.75, 1, 1.5, 2 ),

    4. Save the changes and check now.

    Hope this solved your issue!

    Note: I promise that our next version will include this fix. So, you are safe to upgrade to our future versions.

    Thread Starter etherx9

    (@etherx9)

    Thank you for the prompt response.
    However changes to these values don’t seem to be reflected in the player’s UI, I’m not sure why. Of course I saved the changes and tried a hard refresh.

    Plugin Contributor wpvideogallery

    (@wpvideogallery)

    Kindly get me your site address to further investigate the issue.

    Thread Starter etherx9

    (@etherx9)

    The address is https://videosinarabic.com. Thank you

    Plugin Contributor wpvideogallery

    (@wpvideogallery)

    I see you are using our PREMIUM version ??

    Then, you should apply the patch in our premium plugin folder instead of the standard plugin folder.

    In other words, kindly copy the same solution suggested here https://www.ads-software.com/support/topic/speed-control-0-75x/#post-15008278 to the file below,

    /wp-content/plugins/all-in-one-video-gallery-premium/public/templates/player-html5.php

    Hope this solved your issue!

    In case the issue remains, kindly submit a ticket here https://plugins360.com/support/

    So, we can get some details about your website privately and further investigate the issue.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Speed control – 0.75x?’ is closed to new replies.