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 437 forks source link

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

Closed tmxd09887 closed 4 years ago

tmxd09887 commented 5 years ago

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

上面是错误提示

搜索了下exoplayer要设置allowCrossProtocolRedirects

请问PlayerBase怎么处理?

jiajunhui commented 4 years ago

已支持