This repository was archived by the owner on Aug 9, 2022. It is now read-only.
实现后台播放功能,增加后台播放示例 - #2198
Open
XuQK wants to merge 2 commits into
Open
Conversation
Owner
Author
|
前面两行移上去是因为在后台播放时,通过notificaton从视频A切换到视频B的时候,B要在Activity Resume后才开始播放,加上第三行是因为不加的话,视频播放就会报NPE: |
Owner
|
就是说B其实是后台播放的,后台播放没有textureView的init,然后就不会启动MediaPlayer是吗,B就无法播放是吗? |
Owner
|
进群加我qq,把你拉到开发者群里 |
Closed
Owner
|
你好,咱们项目推出数字通证饺子token,https://github.com/lipangit/JZT, 给所有提交过pr的朋友30000个JZT,表示对你过去对项目支持的感谢。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

麻烦重点关注下我对库里那两个类的修改会不会有什么不好的影响