Home of the Squeezebox™ & Transporter® network music players.

Go Back   Squeezebox : Community : Forums > User Forums > 3rd Party Plugins
User Name
Password

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 2007-06-03, 03:05
meltsheep meltsheep is offline
Junior Member
 
Join Date: Oct 2006
Posts: 12
meltsheep is on a distinguished road
Default AlienBBC - mp3 streaming not working

Hi, AlienBBC works fine for my via the squeezebox but I can't get it to work if I connect I client like winamp the the mp3 stream at http://server:9000/mp3.

Should I expect this to work ? Can I get it to work ?

Thanks
Reply With Quote
  #2  
Old 2007-06-03, 08:57
bevan11 bevan11 is offline
Junior Member
 
Join Date: Jun 2007
Posts: 6
bevan11 is on a distinguished road
Default

Hi,

I had this issue and it would appear that AlienBBC only supports Slim devices. This is what I got in the debug log.

openSong: URL is remote [rtsp://rmlive.bbc.co.uk/bbc-rbs/rmlive/ev7/live24/radio1/live/r1_dsat_g2.ra]
Trying to open protocol stream for rtsp://rmlive.bbc.co.uk/bbc-rbs/rmlive/ev7/live24/radio1/live/r1_dsat_g2.ra
Found handler for rtsp://rmlive.bbc.co.uk/bbc-rbs/rmlive/ev7/live24/radio1/live/r1_dsat_g2.ra - using Plugins::Alien::RTSP
Alien only streams to Slim players
openSong: Remote stream failed to open

Hope this helps.

Bevan.
Reply With Quote
  #3  
Old 2007-06-03, 09:03
meltsheep meltsheep is offline
Junior Member
 
Join Date: Oct 2006
Posts: 12
meltsheep is on a distinguished road
Default

Thanks. I saw another thread (?) on the same subject and if you look at RSTP.pm you can see there's an if statement checking the player type and returning undef if its not a squeezebox. I commented that out but still no further forward. It seems like a zero volume stream is being sent to the squeeze.
Reply With Quote
  #4  
Old 2007-06-03, 09:31
bevan11 bevan11 is offline
Junior Member
 
Join Date: Jun 2007
Posts: 6
bevan11 is on a distinguished road
Default

I've just edited that file and all is well for me!

Have you stopped and restarted the Slim server?
Reply With Quote
  #5  
Old 2007-06-04, 06:48
Blue_Atom Blue_Atom is offline
Member
 
Join Date: Sep 2006
Posts: 34
Blue_Atom is on a distinguished road
Default

Commenting these lines fixed it for me;

$ diff RTSP.pm RTSP.pm.orig
44,47c44,47
< # if (!defined($client) || !$client->isPlayer()) {
< # $::d_remotestream && msg "Alien only streams to Slim players\n";
< # return undef;
< # }
---
> if (!defined($client) || !$client->isPlayer()) {
> $::d_remotestream && msg "Alien only streams to Slim players\n";
> return undef;
> }
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 20:43.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.