jiajunhui / PlayerBase

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

怎么处理视频地址302跳转?

tmxd09887 opened this issue · comments

commented

com.google.android.exoplayer2.upstream.HttpDataSource$InvalidResponseCodeException: Response code: 302

上面是错误提示

搜索了下exoplayer要设置allowCrossProtocolRedirects

请问PlayerBase怎么处理?

已支持