-
Notifications
You must be signed in to change notification settings - Fork 30.5k
Flutter dev server breaks seekTo() in video_player when playing from assets. #49360
Copy link
Copy link
Open
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecta: videoVideo playbackVideo playbackc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityp: video_playerThe Video Player pluginThe Video Player pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-webWeb applications specificallyWeb applications specificallyteam-webOwned by Web platform teamOwned by Web platform teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.triaged-webTriaged by Web platform teamTriaged by Web platform team
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecta: videoVideo playbackVideo playbackc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityp: video_playerThe Video Player pluginThe Video Player pluginpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-webWeb applications specificallyWeb applications specificallyteam-webOwned by Web platform teamOwned by Web platform teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.triaged-webTriaged by Web platform teamTriaged by Web platform team
Type
Fields
Give feedbackNo fields configured for issues without a type.
When testing an audio only (MP3) file, VideoPlayerController seekTo(Duration position) always resets the current position to zero when targeting web and using a Chrome client. It works correctly with an AVD.