Objective-C:解析 .m3u 文件以获取 .mp3
我正在尝试以 .m3u 格式传输音频,并希望获取该文件的 .mp3 组件。我将如何解析 .m3u?
提前致谢!
I'm trying to stream audio in .m3u and would like to get the .mp3 components of the file. How would I go about parsing the .m3u?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
恐怕您只能从 m3u 文件中获取文件名。尝试使用任何传统的文本编辑器打开它来查看它。
I'm afraid you can get nothing but filename from m3u file. Try opening it using any conventional text editor to see it.