之前用Android自带的VideoView播放在线视频一直没问题的。今天突然碰到无法播放。
MediaPalyer返回的错误代码是-1004,API文档上写的是:Bitstream is not conforming to the related coding standard or file spec.
最后查明是由于我用了Mac下的Charles。然后没有开代理服务导致的。。。
进入系统关闭代理就可以。。。。
之前用Android自带的VideoView播放在线视频一直没问题的。今天突然碰到无法播放。
MediaPalyer返回的错误代码是-1004,API文档上写的是:Bitstream is not conforming to the related coding standard or file spec.
最后查明是由于我用了Mac下的Charles。然后没有开代理服务导致的。。。
进入系统关闭代理就可以。。。。