文件最后提交记录最后更新时间
feat(android): add audio track selection for ExoPlayer (#10312) - Implemented getAudioTracks() and selectAudioTrack() methods for Android video player Android PR for : #9925 ## Pre-Review Checklist5 个月前
feat(android): add audio track selection for ExoPlayer (#10312) - Implemented getAudioTracks() and selectAudioTrack() methods for Android video player Android PR for : #9925 ## Pre-Review Checklist5 个月前
feat(android): add audio track selection for ExoPlayer (#10312) - Implemented getAudioTracks() and selectAudioTrack() methods for Android video player Android PR for : #9925 ## Pre-Review Checklist5 个月前
feat(android): add audio track selection for ExoPlayer (#10312) - Implemented getAudioTracks() and selectAudioTrack() methods for Android video player Android PR for : #9925 ## Pre-Review Checklist5 个月前
feat(android): add audio track selection for ExoPlayer (#10312) - Implemented getAudioTracks() and selectAudioTrack() methods for Android video player Android PR for : #9925 ## Pre-Review Checklist5 个月前
[video_player_android] Add RTSP support (#7081) Add RTSP support to DataSourceType.network videos on Android platform. I'm using this patch on my projects and it works well, but I need some feedback if the approach used is correct. If so, I will continue writing the tests. This PR implements the Android part of this feature request: https://github.com/flutter/flutter/issues/18061 . I added a RTSP tab on the example app: https://github.com/flutter/packages/assets/7874200/9f0addb1-f6bb-4ec6-b8ad-e889f7d8b1541 年前
feat(android): add audio track selection for ExoPlayer (#10312) - Implemented getAudioTracks() and selectAudioTrack() methods for Android video player Android PR for : #9925 ## Pre-Review Checklist5 个月前
Remove "All right reserved" from all files (#10066) Per guidance from legal on current preferred practice, remove "All rights reserved" from all LICENSE files and header blocks, and update the repo tool check accordingly.7 个月前
[video_player_android] Add note about Android platform views known issue (#9312) Just a README update to flag the [known issue](https://github.com/flutter/flutter/issues/164899) regarding the platform view mode implementation. The issue is affecting [the optional platform view mode](https://github.com/flutter/flutter/issues/86613), but the decision is to go ahead with the release including this note. cc: @stuartmorgan-g. I'm not exactly sure about the versioning regarding this, but I think it should be visible on pub, so bumping the version is IMO appropriate. ## Pre-Review Checklist [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.11 个月前
feat(android): add audio track selection for ExoPlayer (#10312) - Implemented getAudioTracks() and selectAudioTrack() methods for Android video player Android PR for : #9925 ## Pre-Review Checklist5 个月前
README.md

video_player_android

The Android implementation of video_player.

Usage

This package is endorsed, which means you can simply use video_player normally. This package will be automatically included in your app when you do, so you do not need to add it to your pubspec.yaml.

However, if you import this package to use any of its APIs directly, you should add it to your pubspec.yaml as usual.

Known issues

Using VideoViewType.platformView is not currently recommended on Android due to a known issue affecting platform views on Android.