【发布时间】:2014-11-30 16:37:47
【问题描述】:
我试图将两个流与液体皂混合,一个在左侧,另一个在右侧,如何混合并将其流式传输到 icecast 服务器。 我已经用 darkice 流式传输了这两个流
这是我的伪代码
stream1 = 'localhost/stream1' " streamed with darkice on my localmachine
stream2 = 'localhost/stream2' " streamed with darkice on my localmachine
stream3 = mix(stream1[on the left], stream2[on the right])
output.icecast(stream3)
有人知道吗?我是这类问题的新手。
【问题讨论】:
标签: icecast liquidsoap