小编use*_*512的帖子

在icecast服务器中安装Mount Point

我正在开发一个应用程序,它需要将来自iOS设备的实时音频流式传输到icecast服务器,并同时在正在收听该录制音频流的其他iOS设备中播放该音频.

问题是:

  • 如何设置挂载点?
  • 如何将设备的实时音频录制到Icecast流?

这是我的icecast.xml配置文件:

<icecast>
    <!-- location and admin are two arbitrary strings that are e.g. visible
         on the server info page of the icecast web interface
         (server_version.xsl). -->
    <location>Earth</location>
    <admin>admin@localhost</admin>

    <limits>
        <clients>100</clients>
        <sources>2</sources>
        <threadpool>5</threadpool>
        <queue-size>524288</queue-size>
        <client-timeout>30</client-timeout>
        <header-timeout>15</header-timeout>
        <source-timeout>10</source-timeout>
        <!-- If enabled, this will provide a burst of data when a client
             first connects, thereby significantly reducing the startup
             time for listeners that do substantial buffering. However,
             it also significantly increases latency between the source
             client and listening client. …
Run Code Online (Sandbox Code Playgroud)

objective-c core-audio ipad icecast ios

5
推荐指数
1
解决办法
6936
查看次数

标签 统计

core-audio ×1

icecast ×1

ios ×1

ipad ×1

objective-c ×1