提问 HN:本地媒体服务器,接收和发送音频?
2 分•作者: thedangler•6 个月前
我正在尝试一个想法。<p>在我搭建服务器之前。<p>这只是一个原型,不需要太花哨。<p>音频将来自移动设备,所以也许可以保存到一个中继的流中,我可以通过 VLC 播放?<p>或者我每 30 秒将文件保存在本地,然后将它们添加到输出流中。<p>我刚接触音频流的发送和接收。<p>GITST。(可能指代项目名称或缩写)
移动设备将音频发送到本地服务器,服务器创建一个我可以连接并收听的流。<p>谢谢
查看原文
I'm playing around with an idea.<p>Before I go and setup a server.<p>This is just a prototype. Doesn't need to be fancy.<p>The audio will be coming from a mobile device, so maybe save to stream that is relayed which I can listen to from VLC?<p>Or maybe I save the files locally every 30 seconds, and add them to a output stream.<p>I'm new to audio streaming send and receiving.<p>GITST.
Mobile device sends audio to local server which creates a stream I can connect to and listen.<p>Thanks