darwin-morocho / flutter-meedu-player

MIT License
21 stars 13 forks source link

Playback Speed #1

Closed hiteshgarg002 closed 3 years ago

hiteshgarg002 commented 4 years ago

Thanks for this plugin. Can you please add the functionality of setting playback speed? Would be really great to have that functionality.

hiteshgarg002 commented 4 years ago

Hey @the-meedu-app any update on this?

darwin-morocho commented 4 years ago

Hey @the-meedu-app any update on this?

hello @hiteshgarg002 I am working in this, soon I will update the plugin

darwin-morocho commented 3 years ago

Hey @the-meedu-app any update on this?

hello @hiteshgarg002 I am working in this, soon I will update the plugin

This package use the official video_player plugin, video_player doesn't support playback speed in this moment.

For more info go to https://github.com/flutter/flutter/issues/29900

hiteshgarg002 commented 3 years ago

Hey @the-meedu-app any update on this?

hello @hiteshgarg002 I am working in this, soon I will update the plugin

This package use the official video_player plugin, video_player doesn't support playback speed in this moment.

For more info go to flutter/flutter#29900

Hi,

Please update video_player plugin to version "video_player: ^0.11.0" which now supports playback speed feature.

Thanks.

darwin-morocho commented 3 years ago

Hey @the-meedu-app any update on this?

hello @hiteshgarg002 I am working in this, soon I will update the plugin

This package use the official video_player plugin, video_player doesn't support playback speed in this moment. For more info go to flutter/flutter#29900

Hi,

Please update video_player plugin to version "video_player: ^0.11.0" which now supports playback speed feature.

Thanks.

You can check the branch getx this is the new version of this library with some breaking changes and now implements the playback speed. The documentation of the new version is still in working.