Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要通过 Android 应用程序播放 Asx 流
我已阅读 Android 文档,它们似乎不支持 Windows Media 流
有没有可能的解决方法?有没有人这样做过?如果是,是否有可用的源代码?或者实现这个的库
谢谢
您是否只担心 asx 文件或之后的任何可能结果?
asx 文件可以作为简单字符串读取,使用字节数组读取文件,您可以获得一个或多个 url
我们不必担心 1,2 和 3。1 和 2 可以有不同的解析逻辑,但最后它们会给出 3 [mp3 url],并且 mp3 url 可以通过MediaPlayerandroid 中的 api 轻松处理。但4也是一项艰巨的工作。
MediaPlayer