yomguy / DeeFuzzer

Light and instant media streaming client for web radios and TVs written in Python
https://github.com/yomguy/DeeFuzzer
GNU General Public License v3.0
143 stars 30 forks source link

Can't start more than one station at same time with the yaml config format #79

Closed ChoiZ closed 5 years ago

ChoiZ commented 8 years ago

I try to load 3 stations in the same config and I've got Station 2 is stopped and will not be restarted.

I try to load 1 station per config and load 3 configs and the third one:

ChoiZ commented 8 years ago

My icecast config source was set to "2" sources…

By the way, the message in the log is not explicit.

yomguy commented 8 years ago

Ah, I was about to ask you about your icecast conf :) (very usual situation as it is fixed to 2 by default in many distribs...). By the way, what is your deefuzzer config file type?

ChoiZ commented 8 years ago

I use xml file for my config.

I build my own icecast but the default config value is 2…

yomguy commented 8 years ago

OK. I'm re-opening because the bug is effective with yaml config format..

ChoiZ commented 8 years ago

Ok ;)