Darwin Streaming Server 5.5.5 在 Linux 上运行。
我在使用 PlaylistBroadcaster 启动多个播放列表时遇到问题。我似乎达到了同时播放 22 个播放列表的限制。当我尝试启动第 23 个播放列表时,出现以下错误。
2009-07-09 09:39:38: FATAL: Out of File Descriptors.
Set max connections lower and check for competing usage from other processes.
Exiting.
并且所有 PlaylistBroadcaster 进程都会被终止。
# cat /proc/sys/fs/file-max
386132
# ulimit -n
1024