Re: Galgalatz from Linux/Firefox?

2009-04-04 Thread Shlomo Solomon
thanks

On Sunday 05 April 2009, Hetz Ben Hamo wrote:
> Yup, The moved the site, so you should do:
>
> mplayer -ao alsa mms://213.8.138.13/glz-stream


-- 
Shlomo Solomon
http://the-solomons.net
Sent by KMail 1.9.9 (KDE 3.5.9) on LINUX Mandriva 2008.1


___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Galgalatz from Linux/Firefox?

2009-04-04 Thread Hetz Ben Hamo
Yup, The moved the site, so you should do:

mplayer -ao alsa mms://213.8.138.13/glz-stream

Worked perfectly here, Fedora 10 and Win XP with mplayer.

Hetz

On Sun, Apr 5, 2009 at 12:03 AM, Shlomo Solomon
 wrote:
> On Friday 31 October 2008, Gilboa Davara wrote:
>> mplayer http://stream.msn.co.il/glz-stream -ao alsa
>
> This used to work for me, but now I get the following (and I don't know if
> this is Linux specific or specific to my box, or maybe not even a Linux
> problem). Any help would be apprreciated.
>
>
> [solo...@shlomo1 ~]$ mplayer http://stream.msn.co.il/glz-stream -ao alsa
> MPlayer 1.0-1.rc2.10.5plf2008.1-4.2.3 (C) 2000-2007 MPlayer Team
> CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ (Family: 15, Model: 75,
> Stepping: 2)
> CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
> Compiled with runtime CPU detection.
> mplayer: could not connect to socket
> mplayer: No such file or directory
> Failed to open LIRC support. You will not be able to use your remote control.
>
> Playing http://stream.msn.co.il/glz-stream.
> Resolving stream.msn.co.il for AF_INET6...
> Couldn't resolve name for AF_INET6: stream.msn.co.il
> Resolving stream.msn.co.il for AF_INET...
> Connecting to server stream.msn.co.il[213.199.162.87]: 80...
> Resolving il.msn.com for AF_INET6...
> Couldn't resolve name for AF_INET6: il.msn.com
> Resolving il.msn.com for AF_INET...
> Connecting to server il.msn.com[213.199.164.111]: 80...
> Cache size set to 320 KBytes
> Cache fill: 17.40% (57014 bytes)
> Win32 LoadLibrary failed to load:
> avisynth.dll, /usr/lib/win32/avisynth.dll, /usr/local/lib/win32/avisynth.dll
>
>
> Exiting... (End of file)
> [solo...@shlomo1 ~]$
>
>
>
> --
> Shlomo Solomon
> http://the-solomons.net
> Sent by KMail 1.9.9 (KDE 3.5.9) on LINUX Mandriva 2008.1
>
>
> ___
> Linux-il mailing list
> Linux-il@cs.huji.ac.il
> http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
>



-- 
Skepticism is the lazy person's default position.
my blog (hebrew): http://benhamo.org

___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Galgalatz from Linux/Firefox?

2009-04-04 Thread Shlomo Solomon
On Friday 31 October 2008, Gilboa Davara wrote:
> mplayer http://stream.msn.co.il/glz-stream -ao alsa

This used to work for me, but now I get the following (and I don't know if 
this is Linux specific or specific to my box, or maybe not even a Linux 
problem). Any help would be apprreciated.


[solo...@shlomo1 ~]$ mplayer http://stream.msn.co.il/glz-stream -ao alsa
MPlayer 1.0-1.rc2.10.5plf2008.1-4.2.3 (C) 2000-2007 MPlayer Team
CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 4200+ (Family: 15, Model: 75, 
Stepping: 2)
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.

Playing http://stream.msn.co.il/glz-stream.
Resolving stream.msn.co.il for AF_INET6...
Couldn't resolve name for AF_INET6: stream.msn.co.il
Resolving stream.msn.co.il for AF_INET...
Connecting to server stream.msn.co.il[213.199.162.87]: 80...
Resolving il.msn.com for AF_INET6...
Couldn't resolve name for AF_INET6: il.msn.com
Resolving il.msn.com for AF_INET...
Connecting to server il.msn.com[213.199.164.111]: 80...
Cache size set to 320 KBytes
Cache fill: 17.40% (57014 bytes)
Win32 LoadLibrary failed to load: 
avisynth.dll, /usr/lib/win32/avisynth.dll, /usr/local/lib/win32/avisynth.dll


Exiting... (End of file)
[solo...@shlomo1 ~]$ 



-- 
Shlomo Solomon
http://the-solomons.net
Sent by KMail 1.9.9 (KDE 3.5.9) on LINUX Mandriva 2008.1


___
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il


Re: Galgalatz from Linux/Firefox?

2008-10-31 Thread sara fink
NIce. Here is my contribution.  It's a python script that I found once at
whatsup. There are a couple of other scripts there as well.


#!/usr/bin/python

"""
radio.py 0.1

A script that makes it easy to listen to online radio via mplayer

"""


###
 #   Copyright (C) 2007 by Guy Rutenberg   #
 #   [EMAIL PROTECTED]#
 # #
 #   This program is free software; you can redistribute it and/or modify  #
 #   it under the terms of the GNU General Public License as published by  #
 #   the Free Software Foundation; either version 2 of the License, or #
 #   (at your option) any later version.   #
 # #
 #   This program is distributed in the hope that it will be useful,   #
 #   but WITHOUT ANY WARRANTY; without even the implied warranty of#
 #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the #
 #   GNU General Public License for more details.  #
 # #
 #   You should have received a copy of the GNU General Public License #
 #   along with this program; if not, write to the #
 #   Free Software Foundation, Inc.,   #
 #   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. #


import sys,os

radiostations = {#name:(address,description),
'Galgalatz':('http://gifs.msn.co.il/media/gglz.asx',''),
'Radio Tel Aviv':('
http://switch3.castup.net/cunet/gm.asp?clipmediaid=30795',''),
'Galatz':('http://gifs.msn.co.il/media/glz.asx',''),
'RB':('http://switch3.castup.net/cunet/gm.asp?ai=31&ar=Reshet%5FBet
',''),
'Reshet Gimel':('
http://switch3.castup.net/cunet/gm.asp?ai=31&ar=Gimel',''),
'Seattle':('
http://spraydio.se/player/asx.jsp?room=seattle&spot=false',''),
 'Rock':('http://www.radio-directory.com/website.cfm?id=12020',''),
'99ESC':('http://s18wm.castup.net/991791101-52.wmv',''),
'103FM':('http://live.103.fm/103fm-low/',''),
'103FM2nd':('mms://s18wm.castup.net/995460001-52.wmv',''),
'100FM':('http://213.8.143.164/audiomedia',''),
'Haifa':('mms://192.117.122.108/radio',''),
'102fm':('http://212.179.112.29/102fm',''),
'oldies':('http://67.159.5.44:8218',''),
'oldies2':('http://67.159.44.120:8112','')
}
if len(sys.argv)<1:
print "you need to supply a station name"
sys.exit(1)

try:
radiostations[sys.argv[1]]
except KeyError:
print "Didn't recognized this station name:",sys.argv[1]
sys.exit(1)

args=['mplayer', '-softvol', '-playlist', radiostations[sys.argv[1]][0] ]
os.execvp(args[0],args)




On Fri, Oct 31, 2008 at 5:31 PM, Yuval Hager <[EMAIL PROTECTED]> wrote:

> On Friday 31 October 2008, Geoffrey S. Mendelson wrote:
> > Is there a Galalatz stream that can be heard from Linux?
> >
> > I'd prefer just a url I can feed into mplayer, but a URL that works with
> > FireFox would be ok?
> >
> > Thanks, Geoff.
>
> Here's my list:
>
> $ cat /usr/local/etc/medias
> glz mms://stream.msn.co.il/glz-stream
> gglz mms://stream.msn.co.il/gglz
> nostalgie mms://vipnrj.yacast.net/encodernostalgie
> 88fm  mms://
> s67wm.castup.net/990310006-52.wmv
> 103fm  mms://
> s18wm.castup.net/995460001-52.wmv
> fip http://mp3.live.tv-radio.com/fip/all/fiphautdebit.mp3
> channel2
>
> http://www.keshet-tv.com/Common/Castup.aspx?SourceID=34&CampaignID=0&Url=http%3a%2f%2fswitch3.castup.net%2fcunet%2fgm.asp%3fai%3d385%26ar%3dLiveTV%26dr%3d00%3a00%3a00&MediaID=5460
> channel10mms://
> sn2wm.castup.net/993860003-52.wmv
> channel1 
> http://switch3.castup.net/cunet/gm.asp?ai=31&ar=Channel_1
> aleph mms://s4bwm.castup.net/990310002-52.wmv
> bet mms://s4awm.castup.net/990310001-52.wmv
> gimel mms://s4awm.castup.net/990310004-52.wmv
>
> And I have in my .bashrc:
> myplay() { mplayer `awk '/^'"$1"' / {print $2}' /usr/local/etc/medias`;}
>
> so I just need to run:
> $ myplay gglz
>
> The other streams in the list should also work, but could be that some are
> not
> up to date.
>
> (fip and nostalgie are french radios - for the francophiles between you)
>
> --
> Yuval Hager
> [T] +972-77-341-4155
> [EMAIL PROTECTED] [EMAIL PROTECTED]
>


Re: Galgalatz from Linux/Firefox?

2008-10-31 Thread Yuval Hager
On Friday 31 October 2008, Geoffrey S. Mendelson wrote:
> Is there a Galalatz stream that can be heard from Linux?
>
> I'd prefer just a url I can feed into mplayer, but a URL that works with
> FireFox would be ok?
>
> Thanks, Geoff.

Here's my list:

$ cat /usr/local/etc/medias
glz mms://stream.msn.co.il/glz-stream
gglz mms://stream.msn.co.il/gglz
nostalgie mms://vipnrj.yacast.net/encodernostalgie
88fm mms://s67wm.castup.net/990310006-52.wmv
103fm mms://s18wm.castup.net/995460001-52.wmv
fip http://mp3.live.tv-radio.com/fip/all/fiphautdebit.mp3
channel2 
http://www.keshet-tv.com/Common/Castup.aspx?SourceID=34&CampaignID=0&Url=http%3a%2f%2fswitch3.castup.net%2fcunet%2fgm.asp%3fai%3d385%26ar%3dLiveTV%26dr%3d00%3a00%3a00&MediaID=5460
channel10 mms://sn2wm.castup.net/993860003-52.wmv
channel1 http://switch3.castup.net/cunet/gm.asp?ai=31&ar=Channel_1
aleph mms://s4bwm.castup.net/990310002-52.wmv
bet mms://s4awm.castup.net/990310001-52.wmv
gimel mms://s4awm.castup.net/990310004-52.wmv

And I have in my .bashrc:
myplay() { mplayer `awk '/^'"$1"' / {print $2}' /usr/local/etc/medias`;}

so I just need to run:
$ myplay gglz

The other streams in the list should also work, but could be that some are not 
up to date.

(fip and nostalgie are french radios - for the francophiles between you)

-- 
Yuval Hager
[T] +972-77-341-4155
[EMAIL PROTECTED] [EMAIL PROTECTED]


signature.asc
Description: This is a digitally signed message part.


Re: Galgalatz from Linux/Firefox?

2008-10-31 Thread Gilboa Davara
On Fri, 2008-10-31 at 11:51 +0200, Oren Held wrote:
> On Friday, 31 October 2008 09:18:15 Geoffrey S. Mendelson wrote:
> > Is there a Galalatz stream that can be heard from Linux?
> >
> > I'd prefer just a url I can feed into mplayer, but a URL that works with
> > FireFox would be ok?
> 
> I simply do:
> xine mms://stream.msn.co.il/gglz (for Galgalatz)
> xine mms://stream.msn.co.il/glz-stream (for Galatz)
> 
> Would probably work with mplayer as well...
> 
>  - Oren

It does. * 
(Compared to xine mplayer has an added benefit of being CLI only [as
opposed to gmplayer/xine/vlc/etc)

- Gilboa
$ mplayer http://stream.msn.co.il/glz-stream -ao alsa
$ mplayer http://stream.msn.co.il/gglz -ao alsa



=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Galgalatz from Linux/Firefox?

2008-10-31 Thread Oren Held
On Friday, 31 October 2008 09:18:15 Geoffrey S. Mendelson wrote:
> Is there a Galalatz stream that can be heard from Linux?
>
> I'd prefer just a url I can feed into mplayer, but a URL that works with
> FireFox would be ok?

I simply do:
xine mms://stream.msn.co.il/gglz (for Galgalatz)
xine mms://stream.msn.co.il/glz-stream (for Galatz)

Would probably work with mplayer as well...

 - Oren

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Galgalatz from Linux/Firefox?

2008-10-31 Thread Matitiahu Allouche
http://www.radiox.co.il/   works nicely with FireFox, and gives you many 
more channels than Galgalatz.

Shalom (Regards),  Mati
   Bidi Architect
   Globalization Center Of Competency - Bidirectional Scripts
   IBM Israel
   Phone: +972 2 502Fax: +972 2 5870333Mobile: +972 52 
2554160




"Geoffrey S. Mendelson" <[EMAIL PROTECTED]> 
Sent by: [EMAIL PROTECTED]
31/10/2008 09:18
Please respond to
[EMAIL PROTECTED]


To
Israel Linux Mailing list 
cc

Subject
Galgalatz from Linux/Firefox?






Is there a Galalatz stream that can be heard from Linux?

I'd prefer just a url I can feed into mplayer, but a URL that works with
FireFox would be ok?

Thanks, Geoff.
-- 
Geoffrey S. Mendelson, Jerusalem, Israel [EMAIL PROTECTED]  N3OWJ/4X1GM




=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: Galgalatz from Linux/Firefox?

2008-10-31 Thread Shlomi Fish
Hi Geoff!

On Friday 31 October 2008, Geoffrey S. Mendelson wrote:
> Is there a Galalatz stream that can be heard from Linux?
>
> I'd prefer just a url I can feed into mplayer, but a URL that works with
> FireFox would be ok?
>

See:

http://www.guyrutenberg.com/2008/05/17/radiopy-05-an-easy-interface-for-listening-to-radio-under-linux/

Regards,

Shlomi Fish

-
Shlomi Fish   http://www.shlomifish.org/
First stop for Perl beginners - http://perl-begin.org/

Shlomi, so what are you working on? Working on a new wiki about unit testing 
fortunes in freecell? -- Ran Eilam

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]