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 29 forks source link

Multistation doesn't work #6

Closed ChoiZ closed 10 years ago

ChoiZ commented 10 years ago

I use a xml config file with 2 stations and on starting deefuzzer:

Exception in thread Thread-2: Traceback (most recent call last): File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner self.run() File "/usr/local/lib/python2.7/dist-packages/DeeFuzzer-0.6.5_chz-py2.7.egg/deefuzzer/station.py", line 611, in run self.channel_open() File "/usr/local/lib/python2.7/dist-packages/DeeFuzzer-0.6.5_chz-py2.7.egg/deefuzzer/station.py", line 569, in channel_open self.channel.open() ShoutException: Login failed

In my log file: 2013-12-04 23:18:41,779 INFO Starting DeeFuzzer 2013-12-04 23:18:41,780 INFO Using libshout version 2.2.2 2013-12-04 23:18:41,780 INFO Number of stations : 2 2013-12-04 23:18:41,780 INFO Opening station1 - Station1 (13 tracks)... 2013-12-04 23:18:41,780 INFO Opening station2 - Station 2 (2 tracks)... 2013-12-04 23:18:41,781 INFO Writing M3U file to : /home/dee/station.m3u 2013-12-04 23:18:41,797 INFO Station http://localhost:8000/station2 : channel available 2013-12-04 23:18:41,997 INFO Station http://localhost:8000/station : channel available 2013-12-04 23:18:41,997 INFO Station http://localhost:8000/station2 : channel connected 2013-12-04 23:18:41,997 INFO Station http://localhost:8000/station2 : generating new playlist (2 tracks) 2013-12-04 23:18:42,003 INFO DeeFuzzing on station2 : id = 1, name = mysong.mp3

yomguy commented 10 years ago

Hi Choiz, Sorry, I'm very late on the deefuzzer issue list. It seems your instance can't login for a new connection. Could you check your server (icecast?) configuration so that it handles more than 1 or 2 streams? Cheers

yomguy commented 10 years ago

Hi @ChoiZ! Any news on this bug? As this kind of ShoutException is related with the server connection, did you check its configuration (max nb of streams)?

ChoiZ commented 10 years ago

Hi @yomguy I'll try it and told you ;)

ChoiZ commented 10 years ago

@yomguy Thanks. It's my icecast stream configuration:

xml

1 ```
yomguy commented 10 years ago

That's it! Cool :)