GNOME Bugzilla – Bug 548044
Internet radio doesn't support HTTP authentication
Last modified: 2008-09-09 23:32:28 UTC
Hi! PlaylistParser doesn't support HTTP authentication. This means that although gstreamer can play URLs containing a user/password, banshee never makes it that far. I have a rough patch that fixes the problem.
Created attachment 116750 [details] [review] rough patch
One more note: Due to bug #548040, if you currently try to play an internet radio station it will appear as if nothing is happening.
Thanks for the patch ! It has several code formatting issues (indentation, spacing), please have a look at the HACKING file for the details. In the future, please also do a search before filing a new bug. There was already a bug open about this issue, and duplicates are not fun ! :) I'm going to mark the other as a duplicate, because this one has a patch.
*** Bug 547777 has been marked as a duplicate of this bug. ***
I fixed the formatting and committed this. Thanks Eric!