lipangit/JiaoZiVideoPlayer
View on GitHub我设置了锁屏为15秒,视频播放完成之后停留在那个界面 屏幕一直不能熄灭,这是什么原因?
Open
#1,586 opened on Jan 26, 2018
18 comments (18 comments)0 reactions (0 reactions)0 assignees (0 assignees)Java10,453 stars (10,453 stars)2,433 forks (2,433 forks)batch import
help wantedquestion
Description
youtobe的视频是可以熄灭的
Contributor guide
- Tech stack
- javaandroid
- Domain
- mobile
- Issue type
- bug
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- Android development basicsUnderstanding of MediaPlayer lifecycle
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 25
- Research direction
- First, review the JiaoZiVideoPlayer source code to understand how it manages screen on wakelock settings. Look for any logic that prevents the screen from turning off after video playback completes, especially if a custom lock screen timeout is set. Compare with YouTube's behavior, which likely releases the wakelock upon video end. Check if there is an existing issue or PR addressing this. Also, comment on the issue to ask the user for device details and exact steps to reproduce, as the problem may be device specific.