Bug 2454 - direct streaming: playing KEXP from iTunes->Radio->Public causes SB2 to hang hard
: direct streaming: playing KEXP from iTunes->Radio->Public causes SB2 to hang ...
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Streaming To SlimServer
: 6.2.1
: All All
: P2 normal (vote)
: ---
Assigned To: Dan Sully
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-10-31 15:44 UTC by Kevin Pearsall
Modified: 2008-09-15 14:37 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Pearsall 2005-10-31 15:44:13 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)
Comment 1 Dan Sully 2005-11-01 17:05:38 UTC
This is due to the URL being doubly escaped.
Comment 2 Dan Sully 2005-11-01 17:22:22 UTC
Fixed in change 4989