mysql
Christopher Frauenberger <[email protected]> 15 Sep 2003 11:01:25 +0200
| Newsgroups | gmane.comp.apache.mod-mp3 |
|---|---|
| Message-ID | <1063616491.778.32.camel@fc-satellite> |
Hello list,
I was trying to get mod_mp3 working with the mysql dispacher, but didnt
manage it.
environment is debian/sarge lib-apache-mod-mp3 0.39-2
apache 1.3.27.0-2, mysql 4.0.13
my problem is that it works fine with the internal dispatcher (ogg and
mp3) but does not when I add mysql support. Xmms reports
** CRITICAL **: udp_establish_listener(): unable to create socket
mpg123 and ogg123 stop decoding imediately.
Here is my conf
<IfModule mod_mp3.c>
Listen 80
Listen 8000
<VirtualHost _default_:8000>
ServerName music.localhost
MP3Engine On
MP3CastName "IAEM Music"
MP3DispatchAgent mysql
MP3MySQLConnectInfo "localhost" "myuser" "mypasswd"
MP3MySQLInfo "music" "songs"
MP3MySQLTokenTable "tokens"
MP3Genre "Sounds of Open Source"
MP3 /var/www/music/
Timeout 1200
</VirtualHost>
</IfModule>
Database Layout was made with the script provided in the doc-dir by
mod-mp3.
Any help is appreciated
Thank you
Christopher
--
Christopher Frauenberger
| [email protected] | http://home.pages.at/frauenberger |