Re: [Freevo-devel] Strange behavior with online stream

2007-02-01 Thread Jason Tackaberry
On Wed, 2007-01-31 at 18:11 -0500, Justin Wetherell wrote: > I found the problem but I don't know how or why it's a problem. I > added the following code to play xm streams in > src/audio/plugins/mplayer.py > > if str(filename).find(".jsp?") >= 0: >is_playlist=True "if '.jsp' in filename" is

Re: [Freevo-devel] Strange behavior with online stream

2007-01-31 Thread Justin Wetherell
I found the problem but I don't know how or why it's a problem. I added the following code to play xm streams in src/audio/plugins/mplayer.py if str(filename).find(".jsp?") >= 0: is_playlist=True which worked fine on one of my two boxes. So I ended up replacing the code above with the code bel

Re: [Freevo-devel] Strange behavior with online stream

2007-01-25 Thread Justin Wetherell
Not that I know of but I shouldn't be able to run them via the shell if there were a firewall problem. On 1/25/07, Ryan Roth <[EMAIL PROTECTED]> wrote: Are you running a iptables firewall on either them unknowingly? Justin Wetherell wrote: > The computers are behind the same firewall and every

Re: [Freevo-devel] Strange behavior with online stream

2007-01-25 Thread Ryan Roth
Are you running a iptables firewall on either them unknowingly? Justin Wetherell wrote: > The computers are behind the same firewall and everything is exactly > the same in the local_conf, I copied fron one to the other. The > strange thing is, I can copy and paste the cmd that Freevo outputs >

Re: [Freevo-devel] Strange behavior with online stream

2007-01-25 Thread Justin Wetherell
The computers are behind the same firewall and everything is exactly the same in the local_conf, I copied fron one to the other. The strange thing is, I can copy and paste the cmd that Freevo outputs into a shell and it works on both computers. On 1/25/07, Ryan Roth <[EMAIL PROTECTED]> wrote: D

Re: [Freevo-devel] Strange behavior with online stream

2007-01-25 Thread Ryan Roth
Do you have a firewall turned on one? are your local_conf.py settings the same? # plugin.activate('audio.xmradio') # plugin.activate('audio.xmradioplayer') # XM_USER='Your user name' # XM_PASS='Your password' # XM_RATE='high' # XM_STATIONS = [ ('High Voltage', '202'), # ('Home Ice'

[Freevo-devel] Strange behavior with online stream

2007-01-25 Thread Justin Wetherell
I am trying to play my XM radio online stream through Freevo. I have the current svn installed on two seperate computers. On one computer, it works fine on the other it doesn't play at all. COMPUTER that doesn't work... Here is what I get in the main log file: mplayer.py (162): MPlayer.play(): St