rafael2k / darkice

DarkIce is a live audio streamer. It records audio from an audio interface (e.g. sound card), encodes it and sends it to a streaming server. This is the official development repository of Darkice.
http://www.darkice.org
200 stars 47 forks source link

How does remoteDumpFile work? #132

Open ribeaud opened 7 years ago

ribeaud commented 7 years ago

Hi, basically, I'm streaming a mp3 to an AWS instance where I've installed Icecast2 on it. My darkice configuration file look as following:

[icecast2-0]
...
localDumpFile  = /home/pi/Music/Cargo/icecast.mp3
remoteDumpFile = /tmp/icecast.mp3
fileAddDate    = yes
fileDateFormat = _%Y%m%d%H%M%S
...

This works great! Local dump file either. BUT the remoteDumpFile does NOT work. On my Icecast2 instance, there is NOT such a file. Did I misunderstand something? Did I forget something? I was NOT able to find much information on that parameter.

Great job by the way! Much respect. Have a great day,

christian