Summary: | [xine] Shoutcast stream authentication problem | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Dario Nuevo <dn> |
Component: | Playback | Assignee: | Amarok Bugs <amarok-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version First Reported In: | 1.3.1 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Dario Nuevo
2005-09-16 16:26:34 UTC
> Try http://user:pass@di.fm/listen/deephouse/128k.pls
no, this doesn't change anything in the behaviour..
*** This bug has been marked as a duplicate of 111000 *** Reopening, cause this report is actually different from BUG 111000 I've looked into this problem. Seems to be a xine-lib issue. http_input.c parses the password, but never actually uses it. Dario, you might be talking about bug 84207 and bug 91184. It works with the gstreamer engine, at least with amarok from svn-060213 which is the version I use at the moment. It doesn't work with the xine-engine for me, I get the following error message: xine: cannot find input plugin for MRL [http://user:pass@81.92.172.3:802 0] xine: input plugin cannot open MRL [http://user:pass@81.92.172.3:8020] input_http: http status not 2xx: >401 Unauthorized()< xine: found input plugin : http input plugin But when I think about it, your problem seems to be another problem I noticed before - that amaroK refuses to load the playlist. Somehow all my .pls-files were rewritten every once in a while by amaroK. I think it happened when I expanded the the playlist in amaroK (using the '+'-sign). This caused all .pls-files on disk to be rewritten - they all lacked the [playlist]-line. My solution to this - which I still use - was to write-protect all .pls-files. So check your .pls-files on disk and look if they lack the [playlist]-file. xinelib bug, fixed long ago. |