-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/packages
#7657Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listp: video_playerThe Video Player pluginThe Video Player pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-iosiOS applications specificallyiOS applications specificallyteam-iosOwned by iOS platform teamOwned by iOS platform teamtriaged-iosTriaged by iOS platform teamTriaged by iOS platform teamwaiting for PR to land (fixed)A fix is in flightA fix is in flight
Description
Issue
I am mainly opening this issue to track the state of this. I am planning on fixing this myself.
Description
When setting the playback speed before initializing or when seeking, the playback speed is reset on the actual video (the video player value on the Flutter side has the set speed but the underlying player does not):
VideoPlayerController(..)
..setPlaybackSpeed(2) // This is ignored by the underlying player on iOS.
..initialize();controller.seekTo(..); // This will also reset the playback speed on iOS.Doctor
video_player: 1.0.1
Flutter 1.22.5 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 7891006299 (4 weeks ago) • 2020-12-10 11:54:40 -0800
Engine • revision ae90085a84
Tools • Dart 2.10.4
jameswasher, peak77, 328015946, BlackCatDev-IO and ADARSH-PS123
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listp: video_playerThe Video Player pluginThe Video Player pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-iosiOS applications specificallyiOS applications specificallyteam-iosOwned by iOS platform teamOwned by iOS platform teamtriaged-iosTriaged by iOS platform teamTriaged by iOS platform teamwaiting for PR to land (fixed)A fix is in flightA fix is in flight