LuckSiege / LuckSiege/PictureSelector
播放网络视频成功,但没有显示控制器
- Dominant language
- Java
- Stars
- 13.6k
- Forks
- 3.1k
- PR merge metrics
- No merged PRs in 30d
Description
## Current use version?
#### 当前使用的版本是多少?
```
v3.10.6
```
## Will this problem occur in demo?
#### Demo能否复现这问题?
```
能
```
## Describe the problem or provide an error log?
#### 描述问题或提供错误log?
```
老版本播放视频底部会显示进度条以及暂停快进快退的控制器,最新版则木有
ArrayList listLocalMedia = new ArrayList<>();
LocalMedia localMedia = new LocalMedia();
localMedia.setPath(videoUrl);
localMedia.setFileName(videoName);
localMedia.setMimeType(PictureMimeType.MIME_TYPE_VIDEO);
listLocalMedia.add(localMedia);
PictureSelector.create(activity)
.openPreview()
.setImageEngine(PictureSelectorGlideEngine.createEngine())
.setExternalPreviewEventListener(new OnExternalPreviewEventListener() {
@Override
public void onPreviewDelete(int position) {
}
@Override
public boolean onLongPressDownload(LocalMedia media) {
return false;
}
}).startActivityPreview(0, false, listLocalMedia);
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by reproducing the issue with the supplied startActivityPreview(0, false, listLocalMedia) example on Android and compare it with the older version where video controls appeared. Trace the preview behavior from this entry point; done means network videos show the progress bar and playback controls again.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, java
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100