Hey folks, just for the record this work in winamp.
I have an apache web server with an mp3 link that is password
protected. After authorization you can see the mp3's.
Click on a link and the little web engine I'm using (Zina)
automagically creates a .m3u for that single file and sends
it to you and then my xmms launches as if it's going to play it.
The problem is that xmms sends a popup saying:
"Couldn't connect to host
www.mysite.com
Server reported: 401 Authorization Required"
It recieves the m3u as I can see the title of the song
in the xmms window.
Is there some special trick to make this work?
I can stream fine with xmms from, say, mp3.com
(which is not password protected).
Or is this a .htaccess problem?
The layout is:
/mp3/artist/album/song.mp3
the .htaccess is in /mp3
and says:
AuthType Basic
AuthName "MP3 Server"
AuthUserFile /var/www/html/passwords
Require user user1 user1
Anyone have any ideas?
Thanks a million!
-DrakeHey folks, just for the record this work in winamp.
I have an apache web server with an mp3 link that is password
protected. After authorization you can see the mp3's.
Click on a link and the little web engine I'm using (Zina)
automagically creates a .m3u for that single file and sends
it to you and then my xmms launches as if it's going to play it.
The problem is that xmms sends a popup saying:
"Couldn't connect to host
www.mysite.com
Server reported: 401 Authorization Required"
It recieves the m3u as I can see the title of the song
in the xmms window.
Is there some special trick to make this work?
I can stream fine with xmms from, say, mp3.com
(which is not password protected).
Or is this a .htaccess problem?
The layout is:
/mp3/artist/album/song.mp3
the .htaccess is in /mp3
and says:
AuthType Basic
AuthName "MP3 Server"
AuthUserFile /var/www/html/passwords
Require user user1 user1
Anyone have any ideas?
Thanks a million!
-DrakeHey folks, just for the record this work in winamp.
I have an apache web server with an mp3 link that is password
protected. After authorization you can see the mp3's.
Click on a link and the little web engine I'm using (Zina)
automagically creates a .m3u for that single file and sends
it to you and then my xmms launches as if it's going to play it.
The problem is that xmms sends a popup saying:
"Couldn't connect to host
www.mysite.com
Server reported: 401 Authorization Required"
It recieves the m3u as I can see the title of the song
in the xmms window.
Is there some special trick to make this work?
I can stream fine with xmms from, say, mp3.com
(which is not password protected).
Or is this a .htaccess problem?
The layout is:
/mp3/artist/album/song.mp3
the .htaccess is in /mp3
and says:
AuthType Basic
AuthName "MP3 Server"
AuthUserFile /var/www/html/passwords
Require user user1 user1
Anyone have any ideas?
Thanks a million!
-Drake