将音频流式传输到本地网络
我需要制作一个从 http url 流式传输音频的应用程序,除了这件事之外,我已经完成了所有操作,我无法从设备进行流式传输,我需要制作一个将音频从本地网络流式传输到设备的 url,请帮忙,提供一些建议,或代码示例,或者也许有人知道我应该如何做到这一点,请帮助!
i need to make an app that will stream audio from http url, I have everything done except this thing, i cannot do the streaming from a device, I need to make an url that streams audio to devices from the local network, please help, with some advice, or code samples, or maybe someone has an idea how should i do this, please help !!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的应用程序中实现本地 HTTP Web 服务器。此处解释:iOS 设备作为网络服务器
然后提供您的音频文件。
Implement a local HTTP web server inside your app. Explained here: iOS devices as web server
Then serve your audio file.