Bugzilla – Bug 2454
direct streaming: playing KEXP from iTunes->Radio->Public causes SB2 to hang hard
Last modified: 2008-09-15 14:37:04 UTC
str: - create a playlist in itunes - drag kexp from radio -> public in to the playlist - rescan playlists so it shows up in slimserver - play the playlist on an sb2. player ui locks up hard. note: this does not seem to occur if you try to tune in to the url manually. the url is: http://pri.kts-af.net/redir/index.pls?esid=a7dfe96b704760c52cfb5928d51789e4&url_no=1&client_id=7&uid=68efed4d03ec7e45fd3978262c107180&clicksrc=xml d_directstream says: 2005-10-31 15:40:04.6116 processing headers for direct streaming 2005-10-31 15:40:04.6136 $VAR1 = 'HTTP/1.0 200 OK Date: Mon, 31 Oct 2005 23:40:04 GMT Server: SlimServer (6.2.1 - trunk) Connection: close Content-Type: audio/mpeg '; 2005-10-31 15:40:04.6153 Backtrace: frame 0: Slim::Player::Squeezebox2::directHeaders (/Users/kpearsall/BRANCH_6_2_x/Slim/Networking/Slimproto.pm line 405) frame 1: Slim::Networking::Slimproto::process_slimproto_frame (/Users/kpearsall/BRANCH_6_2_x/Slim/Networking/Slimproto.pm line 236) frame 2: Slim::Networking::Slimproto::client_readable (/Users/kpearsall/BRANCH_6_2_x/Slim/Networking/Select.pm line 111) frame 3: Slim::Networking::Select::select (./slimserver.pl line 634) frame 4: main::idle (./slimserver.pl line 570) frame 5: main::main (./slimserver.pl line 1226)
This is due to the URL being doubly escaped.
Fixed in change 4989