jiajunhui / PlayerBase

The basic library of Android player will process complex business components. The access is simple。Android播放器基础库,专注于播放视图组件的高复用性和组件间的低耦合,轻松处理复杂业务。
Apache License 2.0
2.92k stars 438 forks source link

ErrorCover 相关问题 #72

Closed jjhappyforever closed 5 years ago

jjhappyforever commented 5 years ago

错误层是否可以根据视频源来判断,比如uri是本地文件,则不进行显示,如果是网络则给出提示,

jiajunhui commented 5 years ago

可以,自己加标识判断就行了。demo只是个展示,其他功能自行添加。