After I upgraded to SC 7.2, I can't listen reliable to my favorite radio
station anymore. The problem is in parsing the ASX file:

Code:
--------------------
    
  $ curl http://www.omroep.nl/radio2/live64.asx
  <ASX version = "3.0">
  <Title>Radio 2</Title>
  <entry>
  <title>Radio 2</title>
  <abstract>Radio 2</abstract>
  <MoreInfo href = "mms://www.radio2.nl/" />
  <Author>NOS</Author>
  <Copyright>Alle rechten voorbehouden</Copyright>
  <ref href="mms://livemedia.omroep.nl/radio2-bb"/>
  <ref href="mms://livemedia2.omroep.nl/radio2-bb"/>
  </entry>
  </ASX>
  
--------------------

Often, the URI mentioned in the first <ref> tag gives a 404-error. It
seems that SC doesn't try the second address, which does work. But when
I manually tune in using the latter URI, my Squeezebox plays the radio
station fine. So it's the ASX-file which gives the trouble. 

This is in my server log:

Code:
--------------------
    
  [08-09-25 08:52:09.8969] Slim::Utils::Scanner::Remote::__ANON__ (195) Error: 
Can't connect to remote server to retrieve playlist: 404 Not Found.
  [08-09-25 08:52:09.9608] Slim::Player::Source::errorOpening (1759) Error: 
While opening current track, so mark it as already played!
  [08-09-25 08:52:09.9614] Slim::Player::Source::errorOpening (1759) Backtrace:
  
  frame 0: Slim::Utils::Log::logBacktrace 
(/usr/lib/perl5/vendor_perl/Slim/Player/Source.pm line 1759)
  frame 1: Slim::Player::Source::errorOpening 
(/usr/lib/perl5/vendor_perl/Slim/Player/Squeezebox2.pm line 646)
  frame 2: Slim::Player::Squeezebox2::failedDirectStream 
(/usr/lib/perl5/vendor_perl/Slim/Player/Squeezebox2.pm line 378)
  frame 3: Slim::Player::Squeezebox2::directHeaders 
(/usr/lib/perl5/vendor_perl/Slim/Networking/Slimproto.pm line 571)
  frame 4: Slim::Networking::Slimproto::_http_response_handler 
(/usr/lib/perl5/vendor_perl/Slim/Networking/Slimproto.pm line 421)
  frame 5: Slim::Networking::Slimproto::client_readable 
(/usr/lib/perl5/vendor_perl/Slim/Networking/IO/Select.pm line 248)
  frame 6: (eval) (/usr/lib/perl5/vendor_perl/Slim/Networking/IO/Select.pm line 
248)
  frame 7: Slim::Networking::IO::Select::select 
(/usr/libexec/squeezecenter-server line 531)
  frame 8: main::idle (/usr/libexec/squeezecenter-server line 481)
  frame 9: main::main (/usr/libexec/squeezecenter-server line 1043)
  
--------------------


-- 
markr

Mark Ruys
------------------------------------------------------------------------
markr's Profile: http://forums.slimdevices.com/member.php?userid=422
View this thread: http://forums.slimdevices.com/showthread.php?t=53042

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to