我使用MediaPlayer类,可以播放下面的苹果m3u8测试流--至少是音频部分( http://devimages.apple.com/iphone/samples/bipbop/gear1/prog_index.m3u8 )。但是当我播放下面的流时,我得到了错误"MediaPlayer(17499):error (1,-1010)“。
http://stream.rro.ch/shoutcast/radiostation2.stream/playlist.m3u8
什么是error (1,-1010),如何在安卓中播放上面的m3u8流?
发布于 2013-02-20 00:51:02
该错误意味着:
ERROR_UNSUPPORTED = MEDIA_ERROR_BASE - 10,// -1010
我认为这是一个问题,当音频片段的格式是AAC,不确定,但可能是一个线索
https://stackoverflow.com/questions/10261996
复制相似问题