Re: capture real audio stream

2007-09-03 Thread bob
Lorenzo Bettini wrote:

 cothrige wrote:
 This is pretty easy if you have either mplayer or audacity installed.
 If you happen to be playing from BBC 7 it is particularly easy, and all
 you have to do is right click on the listen link and save the ram file
 to your drive.  Then you just read it as it is plain text, and inside
 you will find something like:
 

rtsp://rmv8.bbc.net.uk/bbc7/0930_sun.ra?BBC-UID=34f67dd2ff9daa4baac9cd5c20f0b659244a9c75a07060437bfa8149d4698951SSO2-UID=
 
 
 I'm trying with this one
 
 http://www.bbc.co.uk/radio2/musicclub/events_andrewlloydwebber.shtml
 
 and can't find such links, not even with Page Info (as suggested by
 Joachim); could it be they changed something in their site?
 
 
 BTW, if all of that fails for some reason then you can always open
 audacity (before the audio player to make sure your sound card is
 available for recording), adjust your input to volume and set the volume
 levels.  Then you can open the browser and start the player, and begin
 the recording in audacity.  This will record the stream as a wav as
 well, though if your signal drops out you will have to clean up any
 silent patches in the file.  The mplayer way is much, much better as it
 will automatically correct any failures in the feed and so the resulting
 file will have no blank patches in it, so I really would recommend that
 way first.
 
 I'll also try with audacity, but I'd like to use mplayer as you suggest...
 
 thanks in advance
 Lorenzo
 
The reason you couldn't find the link was that you need to click on the
left hand side - the grey Now Playing section.  This is a separate frame
from the rest of the page and obviously gives different results to the right
hand side, when using Firefox/Iceweasel's View Page Info.  The media tab
now shows the required link:

  /radio/aod/shows/rpms/radio2/fridaymusic.rpm

Append this to the BBC website address and use curl in a terminal window to
identify the direct 
realaudio link, ie: 

  curl http://www.bbc.co.uk/radio/aod/shows/rpms/radio2/fridaymusic.rpm

The BBC isn't deliberately hiding the link - some pages come with a Open in
standalone player link, others don't.

I would also reiterate the need for saving the stream in .wav format as
there is usually dross (news/announcements etc) at the beginning and end of
the file that needs deleting.  This is best done on the lossless .wav file
rather than the lossy .mp3 - the latter is akin to re-editing a jpg file. 
And the source audio isn't exactly CD quality to start with.
Audacity does a good job and offers many editing options and features.

To avoid having to remember the lengthy mplayer command line switches, I
generally record the stream then convert it, ie:

  mplayer -dumpstream URL (this is .ra format and can be played with
helix/realplayer)
  mplayer -ao pcm stream.dump (this is .wav format and can be opened in
audacity)

Incidently, others have already created direct links to many of the BBC
progs, see:

  http://www.2blu.co.uk
  http://beebotron.timeforabrew.com/#listenagainlinks

Funnily enough, your Friday Night is Music Night link is different in
each! Oh well, that's why we're using Linux - choice!

HTH

Cotton






-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: capture real audio stream

2007-08-29 Thread Lorenzo Bettini

cothrige wrote:

This is pretty easy if you have either mplayer or audacity installed.
If you happen to be playing from BBC 7 it is particularly easy, and all
you have to do is right click on the listen link and save the ram file
to your drive.  Then you just read it as it is plain text, and inside
you will find something like:

rtsp://rmv8.bbc.net.uk/bbc7/0930_sun.ra?BBC-UID=34f67dd2ff9daa4baac9cd5c20f0b659244a9c75a07060437bfa8149d4698951SSO2-UID=



I'm trying with this one

http://www.bbc.co.uk/radio2/musicclub/events_andrewlloydwebber.shtml

and can't find such links, not even with Page Info (as suggested by 
Joachim); could it be they changed something in their site?




BTW, if all of that fails for some reason then you can always open
audacity (before the audio player to make sure your sound card is
available for recording), adjust your input to volume and set the volume
levels.  Then you can open the browser and start the player, and begin
the recording in audacity.  This will record the stream as a wav as
well, though if your signal drops out you will have to clean up any
silent patches in the file.  The mplayer way is much, much better as it
will automatically correct any failures in the feed and so the resulting
file will have no blank patches in it, so I really would recommend that
way first.


I'll also try with audacity, but I'd like to use mplayer as you suggest...

thanks in advance
Lorenzo

--
Lorenzo Bettini, PhD in Computer Science, DSI, Univ. di Firenze
ICQ# lbetto, 16080134 (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
http://www.myspace.com/supertrouperabba
BLOGS: http://tronprog.blogspot.com  http://longlivemusic.blogspot.com
http://www.gnu.org/software/src-highlite
http://www.gnu.org/software/gengetopt
http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: capture real audio stream

2007-08-29 Thread Mumia W..

On 08/29/2007 02:57 AM, Lorenzo Bettini wrote:


I'm trying with this one

http://www.bbc.co.uk/radio2/musicclub/events_andrewlloydwebber.shtml

and can't find such links, not even with Page Info (as suggested by 
Joachim); could it be they changed something in their site?

[...]


This is a tough one.

Click the Listen link. A new window pops up. Then find the link named 
Listen using stand-alone Real Player; right click that link and select 
Copy to clipboard.


In an X terminal, use curl to view that link, e.g.

curl http://www.bbc.co.uk/radio2/realmedia/fmg2.ram;

That line returns a URL starting with rtsp://

Use copy and paste to download that URL with the downloader of your 
choice, e.g.


mplayer -dumpstream rtsp://rmlive.bbc.co.uk/bbc-rbs/...


HTH


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: capture real audio stream

2007-08-29 Thread cothrige
Lorenzo Bettini [EMAIL PROTECTED] writes:


 I'm trying with this one

 http://www.bbc.co.uk/radio2/musicclub/events_andrewlloydwebber.shtml

 and can't find such links, not even with Page Info (as suggested by
 Joachim); could it be they changed something in their site?

Well, neither could I.  I suppose that the Beeb has decided to really
hide the actual content and this time did a bang up job as far as I can
tell.  They seem to have gotten rid of the standalone player link on
their listen again player (though oddly BBC4 still has it and it is also
on the BBC Radio 2 listen live page) and that definitely puts a kink in
things.  I tried viewing the source for each frame and that didn't show
anything useful, at least not that I could recognize. :-) I even looked
via ps for the running realplay in hopes that it would reveal some clue,
but got nothing useful.

In the end I was only able to succeed by accident.  I tried the link in
epiphany and it gave me a popup complaining that totem could not open
the content, and in so doing told me the full file name.  That turned 
out to be rtsp://rmv8.bbc.net.uk/radio2/fridaymusic.ra?BBC-UID=a42\
6cbda207670378b86528c714caba3684a2b4fc040b101329203b36444a5b5SSO2-UID='
I doubt that this could be reliably reproduced, though perhaps you may
have a broken install of epiphany too, and that could turn out to be a
good thing. 

I do hope this is not the way that the BBC Radio people will be doing
things everywhere, as it is certainly a great deal less convenient.

Patrick


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: capture real audio stream

2007-08-29 Thread Lorenzo Bettini

cothrige wrote:

Lorenzo Bettini [EMAIL PROTECTED] writes:


I'm trying with this one

http://www.bbc.co.uk/radio2/musicclub/events_andrewlloydwebber.shtml

and can't find such links, not even with Page Info (as suggested by
Joachim); could it be they changed something in their site?


Well, neither could I.  I suppose that the Beeb has decided to really
hide the actual content and this time did a bang up job as far as I can
tell.  They seem to have gotten rid of the standalone player link on
their listen again player (though oddly BBC4 still has it and it is also
on the BBC Radio 2 listen live page) and that definitely puts a kink in
things.  I tried viewing the source for each frame and that didn't show
anything useful, at least not that I could recognize. :-) I even looked
via ps for the running realplay in hopes that it would reveal some clue,
but got nothing useful.


well that somehow makes me feel better, 'cause I was starting to feel 
stupid since I wasn't able to find no such links ;-)




In the end I was only able to succeed by accident.  I tried the link in
epiphany and it gave me a popup complaining that totem could not open
the content, and in so doing told me the full file name.  That turned 
out to be rtsp://rmv8.bbc.net.uk/radio2/fridaymusic.ra?BBC-UID=a42\

6cbda207670378b86528c714caba3684a2b4fc040b101329203b36444a5b5SSO2-UID='
I doubt that this could be reliably reproduced, though perhaps you may
have a broken install of epiphany too, and that could turn out to be a
good thing. 



I'm trying the link you provided with the command

mplayer 
rtsp://rmv8.bbc.net.uk/radio2/fridaymusic.ra?BBC-UID=a426cbda207670378b86528c714caba3684a2b4fc040b101329203b36444a5b5SSO2-UID=' 
-vo null -vc null -ao pcm:file=/mnt/appo/musica/webber.wav


and it seems to work fine! :-)

by the way, isn't there a way to record directly in mp3 I suppose?


I do hope this is not the way that the BBC Radio people will be doing
things everywhere, as it is certainly a great deal less convenient.


Later I'll try with epiphany too... but why are you saying that it is 
due to a broken install of epiphany?


thanks!
Lorenzo

--
Lorenzo Bettini, PhD in Computer Science, DSI, Univ. di Firenze
ICQ# lbetto, 16080134 (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
http://www.myspace.com/supertrouperabba
BLOGS: http://tronprog.blogspot.com  http://longlivemusic.blogspot.com
http://www.gnu.org/software/src-highlite
http://www.gnu.org/software/gengetopt
http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: capture real audio stream

2007-08-29 Thread cothrige
Lorenzo Bettini [EMAIL PROTECTED] writes:

 well that somehow makes me feel better, 'cause I was starting to feel
 stupid since I wasn't able to find no such links ;-)


If you go to the home page for BBC radio 2 and click on Listen at the
top right, you will see the Listen using stand-alone Real Player link
on the left hand side.  That is the link I had expected on the player
used for Listen again, and it does seem odd that it exists on one player
and not the other.  Maybe BBC has a policy about listen again since it
is effectively play on demand where the live player requires you
stream in real time just when it happens to be on?  There is also a
disclaimer of sorts on the BBC Radio 2 pages saying that the listen
again player is having some difficulties.  Maybe this is one?  I am
inclined to think that is not the case though, and likely it is
intentional and has to do with the perceived difference of listen again
and live playing.

 I'm trying the link you provided with the command

 mplayer
 rtsp://rmv8.bbc.net.uk/radio2/fridaymusic.ra?BBC-UID=a426cbda207670378b86528c714caba3684a2b4fc040b101329203b36444a5b5SSO2-UID='
 -vo null -vc null -ao pcm:file=/mnt/appo/musica/webber.wav

 and it seems to work fine! :-)

Glad to hear.  It has always served me fine.  BTW, the only reason I
have not been prone to using dumpstream as I know others do is that for
some reason a while back I would get a mysterious failure that way and
mplayer would quit midstream.  I really don't know why, but using '-ao
pcm... has not had that problem as often, though I have run into it
from time to time.


 by the way, isn't there a way to record directly in mp3 I suppose?

I suppose it may be possible, but I have never tried.  I always clean up
the resulting file anyway.  The files that mplayer records this way are
almost always quite a bit longer than the actual item being recorded,
and so I like to trim off the extra stuff on the ends, and I use either
audacity or sox to do that.  Wavs mean not having to uncompress and
recompress the stream which keeps it from degrading.  I also like to
normalize it and while it can be done with mp3 it doesn't work on most
players and so I do that to the wav and then compress it to ogg or mp3.

 I do hope this is not the way that the BBC Radio people will be doing
 things everywhere, as it is certainly a great deal less convenient.

 Later I'll try with epiphany too... but why are you saying that it is
 due to a broken install of epiphany?

Opera and Firefox (Iceweasel) just play the file in a hidden and
seamless way, which is obviously what should happen.  That makes it hard
to know what is being played but it does seem the expected behaviour.
Epiphany, on the other hand, fails and so alerts me to that and tells me
the full name of the file in so doing.  Good for us, but since the file
doesn't play it means that the plugins for realplay are not present and
working and neither is totem (which is what epiphany is trying to open
the file with.)  So, something in there does seem broken right now,
though that is actually a good thing.  It makes me wonder if I moved
realplay would that make the other browsers alert me similarly?  Just a
thought if I were desperate.

Patrick


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: capture real audio stream

2007-08-29 Thread Bob Proulx
Lorenzo Bettini wrote:
 I'm trying the link you provided with the command
 
 mplayer 
 rtsp://rmv8.bbc.net.uk/radio2/fridaymusic.ra?BBC-UID=a426cbda207670378b86528c714caba3684a2b4fc040b101329203b36444a5b5SSO2-UID='
  
 -vo null -vc null -ao pcm:file=/mnt/appo/musica/webber.wav
 
 and it seems to work fine! :-)

Note that the BBC-UID parameter is a cookie that enables them to
gather statistics about the number of users using their site and
things like that.  It may be left off entirely and the link will work
fine (but without providing them user statistics).  Normally a browser
would return the same cookie for that browser for the same user when
they visit the site again or download other content.

In other words it would probably be friendly if everyone avoided using
the same cookie.  Not providing a cookie I believe would appear as a
browser with cookies disabled.

 by the way, isn't there a way to record directly in mp3 I suppose?

Not presently, at least not that mplayer allows.  The best that can be
done AFAICT is to dump to a pipe and to encode to ogg from the pipe in
parallel.  I have seen references to an mplayer-stdout but have not
been able to capture it yet.  I use the dump-to-a-named-pipe method
and then encode to ogg in parallel.

 cothrige wrote:
 I do hope this is not the way that the BBC Radio people will be doing
 things everywhere, as it is certainly a great deal less convenient.

Agreed.

Bob


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



capture real audio stream

2007-08-27 Thread Lorenzo Bettini

Hi

I'd like to capture some audio stream from a web radio.  I know about 
streamripper, but it does not work for real audio.  And in particular, 
if possible, I'd like to record what is being played, without knowing 
the address of the real audio file (which I actually don't know: bbc 
radio just starts the real player plugin in the web page).


any clue please?

thanks in advance
Lorenzo

--
Lorenzo Bettini, PhD in Computer Science, DSI, Univ. di Firenze
ICQ# lbetto, 16080134 (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
http://www.myspace.com/supertrouperabba
BLOGS: http://tronprog.blogspot.com  http://longlivemusic.blogspot.com
http://www.gnu.org/software/src-highlite
http://www.gnu.org/software/gengetopt
http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: capture real audio stream

2007-08-27 Thread Csányi Pál
On Mon, Aug 27, 2007 at 11:45:56AM +0200, Lorenzo Bettini wrote:
 Hi
 
 I'd like to capture some audio stream from a web radio.  I know about 
 streamripper, but it does not work for real audio.  And in particular, 
 if possible, I'd like to record what is being played, without knowing 
 the address of the real audio file (which I actually don't know: bbc 
 radio just starts the real player plugin in the web page).
 
 any clue please?

streamtuner ?

aptitude search stream | less

aptitude show streamtuner

-- 
Regards, Paul Csanyi
http://www.freewebs.com/csanyi-pal/index.htm


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: capture real audio stream

2007-08-27 Thread Lorenzo Bettini

Csányi Pál wrote:

On Mon, Aug 27, 2007 at 11:45:56AM +0200, Lorenzo Bettini wrote:

Hi

I'd like to capture some audio stream from a web radio.  I know about 
streamripper, but it does not work for real audio.  And in particular, 
if possible, I'd like to record what is being played, without knowing 
the address of the real audio file (which I actually don't know: bbc 
radio just starts the real player plugin in the web page).


any clue please?


streamtuner ?

aptitude search stream | less

aptitude show streamtuner



that one requires an URL (see my post: I don't know how to get the 
actual url) and I don't think it works with real player streams...


--
Lorenzo Bettini, PhD in Computer Science, DSI, Univ. di Firenze
ICQ# lbetto, 16080134 (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
http://www.myspace.com/supertrouperabba
BLOGS: http://tronprog.blogspot.com  http://longlivemusic.blogspot.com
http://www.gnu.org/software/src-highlite
http://www.gnu.org/software/gengetopt
http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: capture real audio stream

2007-08-27 Thread Douglas A. Tutty
On Mon, Aug 27, 2007 at 11:45:56AM +0200, Lorenzo Bettini wrote:
 
 I'd like to capture some audio stream from a web radio.  I know about 
 streamripper, but it does not work for real audio.  And in particular, 
 if possible, I'd like to record what is being played, without knowing 
 the address of the real audio file (which I actually don't know: bbc 
 radio just starts the real player plugin in the web page).

You mean that if you hold the mouse over the link, you don't see where
its pointing?  Personally, I wouldn't click on such a link.

Have you tried VLC?

Doug.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: capture real audio stream

2007-08-27 Thread Lorenzo Bettini

Douglas A. Tutty wrote:

On Mon, Aug 27, 2007 at 11:45:56AM +0200, Lorenzo Bettini wrote:
I'd like to capture some audio stream from a web radio.  I know about 
streamripper, but it does not work for real audio.  And in particular, 
if possible, I'd like to record what is being played, without knowing 
the address of the real audio file (which I actually don't know: bbc 
radio just starts the real player plugin in the web page).


You mean that if you hold the mouse over the link, you don't see where
its pointing?  Personally, I wouldn't click on such a link.



the link actually points to an html page where the embedded real player 
plays the station, so the link itself does not provide any information 
about the url of the .rm or .ram file.



Have you tried VLC?



not yet... should it implement the requested functionality?

thanks
Lore


--
Lorenzo Bettini, PhD in Computer Science, DSI, Univ. di Firenze
ICQ# lbetto, 16080134 (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
http://www.myspace.com/supertrouperabba
BLOGS: http://tronprog.blogspot.com  http://longlivemusic.blogspot.com
http://www.gnu.org/software/src-highlite
http://www.gnu.org/software/gengetopt
http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: capture real audio stream

2007-08-27 Thread Mumia W..

On 08/27/2007 09:17 AM, Lorenzo Bettini wrote:

Douglas A. Tutty wrote:

[...]
You mean that if you hold the mouse over the link, you don't see where
its pointing?  Personally, I wouldn't click on such a link.



the link actually points to an html page where the embedded real player 
plays the station, so the link itself does not provide any information 
about the url of the .rm or .ram file.




I look into the HTML source and find the link to the real stream data. I 
then download it using mplayer's -dumpstream option.


However, I've only done this for streamed Windows Media files using the 
mms:// protocol.


YMMV


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: capture real audio stream

2007-08-27 Thread cothrige
Lorenzo Bettini [EMAIL PROTECTED] writes:

 Hi

 I'd like to capture some audio stream from a web radio.  I know about
 streamripper, but it does not work for real audio.  And in particular,
 if possible, I'd like to record what is being played, without knowing
 the address of the real audio file (which I actually don't know: bbc
 radio just starts the real player plugin in the web page).

 any clue please?

 thanks in advance
   Lorenzo

 -- 

This is pretty easy if you have either mplayer or audacity installed.
If you happen to be playing from BBC 7 it is particularly easy, and all
you have to do is right click on the listen link and save the ram file
to your drive.  Then you just read it as it is plain text, and inside
you will find something like:

rtsp://rmv8.bbc.net.uk/bbc7/0930_sun.ra?BBC-UID=34f67dd2ff9daa4baac9cd5c20f0b659244a9c75a07060437bfa8149d4698951SSO2-UID=

All you need is the stuff up to and including .ra which we can use in
an mplayer command as follows:

mplayer rtsp://rmv8.bbc.net.uk/bbc7/0930_sun.ra -vo null -vc null -ao
pcm:file=0930_sun.wav

That will then stream the content live and record it directly to the
hard drive as a wav file.

If you are using some other bbc site, such as BBC 4, then you just left
click on the listen button, which will pop up a new window with a
built-in player.  On the left side is a link for Play in standalone
Real player or some such.  Right click on this and save the resulting
ram or rm file and continue just as above.  The BBC radio sites other
than BBC 7 just have a built in litle player window of some kind
abstracting away the ram file, but it is still available in that link.

BTW, if all of that fails for some reason then you can always open
audacity (before the audio player to make sure your sound card is
available for recording), adjust your input to volume and set the volume
levels.  Then you can open the browser and start the player, and begin
the recording in audacity.  This will record the stream as a wav as
well, though if your signal drops out you will have to clean up any
silent patches in the file.  The mplayer way is much, much better as it
will automatically correct any failures in the feed and so the resulting
file will have no blank patches in it, so I really would recommend that
way first.

Hope this helps,

Patrick


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: capture real audio stream

2007-08-27 Thread Joachim Fahnenmüller
Hi Lorenzo

On Mon, Aug 27, 2007 at 11:45:56AM +0200, Lorenzo Bettini wrote:
 Hi

 I'd like to capture some audio stream from a web radio.  I know about 
 streamripper, but it does not work for real audio.  

vsound -t -f filename realplay address

 And in particular, if 
 possible, I'd like to record what is being played, without knowing the 
 address of the real audio file (which I actually don't know: bbc radio just 
 starts the real player plugin in the web page).

You can find out address in realplayer by clicking file - properties - clip
source
or in iceweasel by right click on the page - page info, tab media.

 any clue please?

 thanks in advance
   Lorenzo


HTH
-- 
Joachim Fahnenmüller


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: capture real audio stream

2007-08-27 Thread Carl Fink
On Mon, Aug 27, 2007 at 09:24:55PM +0200, Joachim Fahnenm?ller wrote:

 You can find out address in realplayer by clicking file - properties - 
 clip
 source
 or in iceweasel by right click on the page - page info, tab media.

I'm curious what extension gives you that.  It sure isn't available in my
Iceweasel.  (I use Unplug to get video urls, myself.)
-- 
Carl Fink   [EMAIL PROTECTED] 

Read my blog at nitpickingblog.blogspot.com.  Reviews!  Observations!
Stupid mistakes you can correct!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: capture real audio stream

2007-08-27 Thread Mumia W..

On 08/27/2007 08:08 PM, Carl Fink wrote:

On Mon, Aug 27, 2007 at 09:24:55PM +0200, Joachim Fahnenm?ller wrote:


You can find out address [...]
in iceweasel by right click on the page - page info, tab media.


I'm curious what extension gives you that.  It sure isn't available in my
Iceweasel.  (I use Unplug to get video urls, myself.)


In Iceweasel try Tools- Page Info- Media. It's definitely there in 
Firefox 2.0, and Iceweasel is Firefox 2.0.




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Real Audio Player

2007-06-27 Thread BOUIDA Djelloul
Selon [EMAIL PROTECTED]:


  3. Comment activer des dépôts pour Debian (je sais comment faire pour
  Ubuntu) ?
 
  modifier /etc/apt/sources.list ,ou bien utiliser Synaptic menu
  Configuration--Dépot

 Oui, c'est effectivement ce que j'avais fait, mais j'ai dû mal poser
 ma question. Sur le site francophone d'Ubuntu, il y a une liste de
 dépôts que l'on peut ajouter au fichier sources.list. Je me demandais
 s'il y avait la même chose pour Debian, au moins pour avoir RealPlayer
 (non-libre, mais bon).

 Merci beaucoup pour cette nouvelle réponse.

 Frédéric Stévenot




Oui , effectivement ,par exemple pour multimedia

# DEPOT multimedia
deb http://www.debian-multimedia.org etch main

Pour Installer :
sdlmame st la version SDL (Simple Direct Media Layer) de MAME™ (Multiple Arcade
Machine Emulator)
ekd (EnKoDeur-Mixeur) Application réalisant des oérations de post-production
pour la vidéo et les images

## DEPOT LUDOMATIC
deb http://apt.ludomatic.fr etch contrib


Djelloul



Ce Message est envoye par le serveur de messagerie de l'universite de Tlemcen


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Real Audio Player

2007-06-26 Thread frederic . stevenot

Bonjour,

Pour mon travail, j'ai besoin de lire des fichiers audio en .ram. J'ai  
essayé Hélix, mais il ne veut rien entendre ; idem avec mplayer qui ne  
se charge même pas...
En désespoir de cause, j'ai téléchargé RealAudioPlayer en .bin, mais  
il ne veut pas s'installer avec le Terminal (sudo apt-get install +  
fichier déposé).


Mes questions :
1. Comment installer un paquet en .bin, téléchargé ?
2. Quel(s) outil(s) utiliser pour écouter des fichiers Real Audio ?
3. Comment activer des dépôts pour Debian (je sais comment faire pour  
Ubuntu) ?


Merci de vos conseils (je débute sous Debian),

Frédéric

[Toshiba Portégé P.3500 Debian Etch]



Re: Real Audio Player

2007-06-26 Thread Yannick P.
Le Tue, 26 Jun 2007 11:58:05 +0200,
[EMAIL PROTECTED] a écrit :

 Mes questions :
 1. Comment installer un paquet en .bin, téléchargé ?

sh le_fichier.bin ne marche pas ?


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Real Audio Player

2007-06-26 Thread BOUIDA Djelloul
Selon [EMAIL PROTECTED]:

 Bonjour,

 Pour mon travail, j'ai besoin de lire des fichiers audio en .ram. J'ai
 essayé Hélix, mais il ne veut rien entendre ; idem avec mplayer qui ne
 se charge même pas...
 En désespoir de cause, j'ai téléchargé RealAudioPlayer en .bin, mais
 il ne veut pas s'installer avec le Terminal (sudo apt-get install +
 fichier déposé).

 Mes questions :
 1. Comment installer un paquet en .bin, téléchargé ?
 2. Quel(s) outil(s) utiliser pour écouter des fichiers Real Audio ?

Tu peut utiliser XMMS ,apt-get install xmms

 3. Comment activer des dépôts pour Debian (je sais comment faire pour
 Ubuntu) ?

modifier /etc/apt/sources.list ,ou bien utiliser Synaptic menu
Configuration--Dépot

 Merci de vos conseils (je débute sous Debian),

 Frédéric

 [Toshiba Portégé P.3500 Debian Etch]


Djelloul





Ce Message est envoye par le serveur de messagerie de l'universite de Tlemcen


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter le mot ``spam'' dans vos champs From et
Reply-To:

To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Real audio, skärmupplösning mm

2005-12-05 Thread Bernhard Mollenhauer
Michael Olberg wrote:

 Enklare vore att installera paketet helix-player
Nej, det vore inte enklare, det vore fel. SR sänder i realaudio format, som
helix-player inte kan och får hantera.

mvh

Bernhard


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Real audio, skärmuppl ösning mm

2005-12-05 Thread Johan Björklund
On Sun, Dec 04, 2005 at 14:42 CET, 
 Per-Erik Marklund [EMAIL PROTECTED] wrote:
 Hej!

Hejsan,

 Några frågor från en nybörjare:
 
 1 )Jag vill kunna lyssna på Sveriges Radios webradio. För att göra det
 behövs antingen realaudio eller windows media player. 
 
 a) Jag har nu laddat hem realaudio från realaudio.com, men undrar hur
 jag lämpligast gör för att installera programmet? Går det att koppla en
 mapp till aptitude, att lägga in en sökväg i apt-sourcelist och fixa det
 den vägen? Eller kan man installera programmet med hjälp av ett
 linux-kommando i terminalläge?
 
 b) Finns det andra alternativa Ja, program som klarar av denna form av
 streaming media?

Jag har använt gxine för att lyssna på SRs WMA-ström. Nu behöver du inte
låsa dig vid gxine, valfri xine-baserad spelare ska fungera. Kör du KDE
kan kaffeine vara ett laternativ. Andra alternativ är amrok och xine-ui.

mvh
-- 
+---+
| Johan Björklund [EMAIL PROTECTED] http://whero.net/ |
|  PGP = 813B 014F C0FA B56C FA70  31DC 1C11 3A20 B02B C881 |
+---+
| Instead, people would take pains to tell her that beauty was only
| skin-deep, as if a man ever fell for an attractive pair of kidneys.
| (Maskerade)
+ -- -  --- -- -


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Real audio, skärmupplösning mm

2005-12-05 Thread Henrik Edberg
Jag har problem att hitta själva strömmen. När jag går in på www.sr.se
får jag bara upp deras webradio i Windows, och i Linux säger Firefox
bara att man måste ha real player installerat. Kunde jag bara få tag i
URL:en så skulle jag kunna använda vilket program som helst. Just nu
försöker jag få det att funka med Rhythmbox i 64 bitars versionen av Sarge.

Ni som har fått det att funka, hur gjorde ni?

/ Henrik



Johan Björklund wrote:
 On Sun, Dec 04, 2005 at 14:42 CET, 
Per-Erik Marklund [EMAIL PROTECTED] wrote:
   
 Hej!
 

 Hejsan,

   
 Några frågor från en nybörjare:

 1 )Jag vill kunna lyssna på Sveriges Radios webradio. För att göra det
 behövs antingen realaudio eller windows media player. 

 a) Jag har nu laddat hem realaudio från realaudio.com, men undrar hur
 jag lämpligast gör för att installera programmet? Går det att koppla en
 mapp till aptitude, att lägga in en sökväg i apt-sourcelist och fixa det
 den vägen? Eller kan man installera programmet med hjälp av ett
 linux-kommando i terminalläge?

 b) Finns det andra alternativa Ja, program som klarar av denna form av
 streaming media?
 

 Jag har använt gxine för att lyssna på SRs WMA-ström. Nu behöver du inte
 låsa dig vid gxine, valfri xine-baserad spelare ska fungera. Kör du KDE
 kan kaffeine vara ett laternativ. Andra alternativ är amrok och xine-ui.

 mvh
   



Re: Real audio, skärmupplösning mm

2005-12-05 Thread Daniel Nylander
Henrik Edberg skrev:
 Jag har problem att hitta själva strömmen. När jag går in på www.sr.se
 får jag bara upp deras webradio i Windows, och i Linux säger Firefox
 bara att man måste ha real player installerat. Kunde jag bara få tag i
 URL:en så skulle jag kunna använda vilket program som helst. Just nu
 försöker jag få det att funka med Rhythmbox i 64 bitars versionen av Sarge.
 
 Ni som har fått det att funka, hur gjorde ni?

Gå in på denna sida och välj Windows Media.

http://www.sr.se/webbradio/include/settings.asp


Mvh
Daniel


smime.p7s
Description: S/MIME Cryptographic Signature


Re: Real audio, skärmupplösning mm

2005-12-05 Thread Henrik Edberg
Aah :) .. nu hittade jag dem bara för det :)

http://www.sr.se/support/direktlankar.stm

/ Henrik


Henrik Edberg wrote:
 Jag har problem att hitta själva strömmen. När jag går in på www.sr.se
 får jag bara upp deras webradio i Windows, och i Linux säger Firefox
 bara att man måste ha real player installerat. Kunde jag bara få tag i
 URL:en så skulle jag kunna använda vilket program som helst. Just nu
 försöker jag få det att funka med Rhythmbox i 64 bitars versionen av Sarge.

 Ni som har fått det att funka, hur gjorde ni?

 / Henrik



 Johan Björklund wrote:
   
 On Sun, Dec 04, 2005 at 14:42 CET, 
   Per-Erik Marklund [EMAIL PROTECTED] wrote:
   
 
 Hej!
 
   
 Hejsan,

   
 
 Några frågor från en nybörjare:

 1 )Jag vill kunna lyssna på Sveriges Radios webradio. För att göra det
 behövs antingen realaudio eller windows media player. 

 a) Jag har nu laddat hem realaudio från realaudio.com, men undrar hur
 jag lämpligast gör för att installera programmet? Går det att koppla en
 mapp till aptitude, att lägga in en sökväg i apt-sourcelist och fixa det
 den vägen? Eller kan man installera programmet med hjälp av ett
 linux-kommando i terminalläge?

 b) Finns det andra alternativa Ja, program som klarar av denna form av
 streaming media?
 
   
 Jag har använt gxine för att lyssna på SRs WMA-ström. Nu behöver du inte
 låsa dig vid gxine, valfri xine-baserad spelare ska fungera. Kör du KDE
 kan kaffeine vara ett laternativ. Andra alternativ är amrok och xine-ui.

 mvh
   
 

   



Re: Real audio, skärmupplösning mm

2005-12-04 Thread Michael Olberg

Per-Erik Marklund wrote:

Hej!

Några frågor från en nybörjare:

1 )Jag vill kunna lyssna på Sveriges Radios webradio. För att göra det
behövs antingen realaudio eller windows media player. 


a) Jag har nu laddat hem realaudio från realaudio.com, men undrar hur
jag lämpligast gör för att installera programmet? Går det att koppla en
mapp till aptitude, att lägga in en sökväg i apt-sourcelist och fixa det
den vägen? Eller kan man installera programmet med hjälp av ett
linux-kommando i terminalläge?


Enklare vore att installera paketet helix-player



b) Finns det andra alternativa Ja, program som klarar av denna form av
streaming media?

2. Finns det någon mera utförlig beskrivning/tips på vettiga
insticksprogram till t.ex. Mozilla som gör att man kan visa bilder
bifogade till e-postmeddelanden?



Jag kör firefox som browser och läser epost m.h.a.
mozilla-thunderbird, som visar bifigade bilder


3. Finns det någon beskrivning på bra program för bildhantering, d.v.s.
där man kan manipulera  digitala bilder, typ photoshop etc.



apt-get install gimp
apt-get install gimp-manual


4. Finns det någonstans tips på bra program för en vanlig
skrivbordsdator miljö, för hantering av ljud, bild etc? Jag kör
openoffice, eftersom det fanns med på debian-spegeln.

5. Hur kan man ändra skärmupplösningen? Jag kör KDE och där kommer det
bara upp två alternativ, 600x400, 800x600. Jag skulle vilja ändra så att
det åtminstone gick att ha 1028 upplösning. Jag antar att man kan köra
något kommando i terminal-läge för att köra någon del av
installationsprogrammet för att fixa detta, eller ändra i någon fil. Jag
tror att datorn har ett i815 chipset.



dpkg-reconfigure xserver-xfree86


Tacksam för den hjälp jag kan få!

mvh
P-E

begin:vcard
fn:Michael Olberg
n:Olberg;Michael
email;internet:[EMAIL PROTECTED]
tel;work:+46 31 772 5507
tel;fax:+46 31 772 5590
tel;home:+46 300 10778
tel;cell:+46 703 319556
x-mozilla-html:FALSE
version:2.1
end:vcard



real audio player

2005-02-05 Thread Al Bayrouni
Bonjour à tous,
Je voudrais ecouter de la musique su internet
Or le format du site est real audio ram
j'utilise une sid et firefox 1.0
Y a-t-il un plugin pour firefox?
Merci
--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Pensez à rajouter le mot ``spam'' dans vos champs From et Reply-To:
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: real audio player

2005-02-05 Thread Jean-Luc Coulon (f5ibh)
Le 05.02.2005 12:20:13, Al Bayrouni a écrit :
Bonjour à tous,
Je voudrais ecouter de la musique su internet
Or le format du site est real audio ram
j'utilise une sid et firefox 1.0
Y a-t-il un plugin pour firefox?
apt-get install helix-player

Merci
J-L


pgpHCeA8ENKUj.pgp
Description: PGP signature


Re: real audio player

2005-02-05 Thread Al Bayrouni
Jean-Luc Coulon (f5ibh) wrote:
Le 05.02.2005 12:20:13, Al Bayrouni a écrit :
Bonjour à tous,
Je voudrais ecouter de la musique su internet
Or le format du site est real audio ram
j'utilise une sid et firefox 1.0
Y a-t-il un plugin pour firefox?

apt-get install helix-player

Merci

J-L
Merci beaucoup
--
Pensez à lire la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench
Pensez à rajouter le mot ``spam'' dans vos champs From et Reply-To:
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Bloquear Real Audio

2004-09-20 Thread alex aponte
Salu2

Alguien sabe como puedo bloquear Real Player, Windos
media player, etc. con Squid.

Gracias.



_
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com



Woody et Strean real audio

2003-10-13 Thread Aimé thierry
Bonjour à tous,

Voila le problème : 
Je souhaite écouter l'émission Science Frictions de samedi dernier :
http://www.radiofrance.fr/chaines/france-culture2/science_frictions/

l'émission est diffusée en stream real audio. Ma question est donc
comment écouter cette émission a partir de ma Woody standart juste
augmentée du plug-in Mozilla Realaudio de Marillat.

Thierry.

PS : le titre de l'émission Face aux virus, faut-il se passer de
Windows ? !!!




Re: Woody et Strean real audio

2003-10-13 Thread Cedric Laval
 Voila le problème :
 Je souhaite écouter l'émission Science Frictions de samedi dernier :
 http://www.radiofrance.fr/chaines/france-culture2/science_frictions/

 l'émission est diffusée en stream real audio. Ma question est donc
 comment écouter cette émission a partir de ma Woody standart juste
 augmentée du plug-in Mozilla Realaudio de Marillat.

Ca ne répond pas à ta question, mais cette émission est dispo en .ogg
ici:

http://www.crans.org/~kieffer/Guilde/20031011-France_culture_windows_virus.ogg

Cédric



Re: Woody et Strean real audio

2003-10-13 Thread Alain
Message passé sur la liste du LUG de Bruxelles (Belgique), tu y trouveras
une adresse pour l'écouter sans devoir passer par realone.

Alain

La très bonne émission de France-Culture (science-friction) consacrée au
sujet
prolifération des virus informatiques: que peut-on faire ? a été mis en
ligne par
Jérôme KIEFFER (de la GUILDE) à cette adresse :

http://www.crans.org/~kieffer/Guilde/20031011-France_culture_windows_virus.ogg


Particpants :
Roberto di Cosmo (tjs aussi discret),
Fredéric Couchet (APRIL)
A déclaré forfait :  Microsoft (invité, Microsoft n'a pas voulu participer et
débattre avec
Roberto. Interessant de refuser le débat)

N'hésitez pas à écouter et faire savoir.

Nicolas

Aimé thierry a dit :
 Bonjour à tous,

 Voila le problème :
 Je souhaite écouter l'émission Science Frictions de samedi dernier :
 http://www.radiofrance.fr/chaines/france-culture2/science_frictions/

 l'émission est diffusée en stream real audio. Ma question est donc
 comment écouter cette émission a partir de ma Woody standart juste
 augmentée du plug-in Mozilla Realaudio de Marillat.

 Thierry.

 PS : le titre de l'émission Face aux virus, faut-il se passer de
 Windows ? !!!



 --
 Pensez à lire la FAQ de la liste avant de poser une question :
 http://savannah.nongnu.org/download/debfr-faq/html/

 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
 [EMAIL PROTECTED]





real audio

2003-09-10 Thread Cédric Bertolini
Bonjour,

Y a-t-il une possibilité pour lire des flux real audio sous Linux ?

Cédric Bertolini




Re: real audio

2003-09-10 Thread Frédéric Bothamy
* Cédric Bertolini [EMAIL PROTECTED] [2003-09-10 10:49] :
 Bonjour,
 
 Y a-t-il une possibilité pour lire des flux real audio sous Linux ?

Oui : utiliser le paquet realplayer de contrib qui est un installeur du
paquet RPM à récupérer du site real.com (le nom exact est précisé lors
de l'installation du paquet realplayer).

Fred

-- 
Comment poser les questions de manière intelligente ?
http://www.gnurou.org/documents/smart-questions-fr.html
Code de conduite des listes Debian
http://www.fr.debian.org/MailingLists/#codeofconduct



Re: Converter Real Audio para OGG

2003-09-01 Thread Claudio Clemens
2003-08-26, 21:50 -0300, Alan Carvalho:
 Caros senhores,
 estou tentando converter vários arquivos .rm para .ogg, para isto criei o 
 seguinte script:
 
 #!/bin/sh
 for i in $(ls *.rm);
 do
 vsound -f saida.wav realplay $i
 oggenc saida.wav -o $(basename $i .rm).ogg
 done
 
 Porém quando o realplay termina de tocar qualquer musica, ele não fecha 
 automaticamente, tentei achar algum parametro de linha de comando para fazer 
 isto e não achei.

Tente usar o mplayer, ele toca .rm TAMBÉM.

Até

Claudio

-- 
+- .''`. ---| Dipl.-Inf. Univ. Claudio Clemens |--| Sid |-+
| : :' :   asturio at gmx.netGNU/Linux User #79942|
| `. `'Now at TU-München | Informatik VI  |
|   `- YE GODS, I HAVE FEET??! - Userfriendly  |
Cara caindo do 10 andar - a poft. Caindo do 2 - poft 


pgpOGnVSMppKt.pgp
Description: PGP signature


Converter Real Audio para OGG

2003-08-26 Thread Alan Carvalho
Caros senhores,
estou tentando converter vários arquivos .rm para .ogg, para isto criei o 
seguinte script:

#!/bin/sh
for i in $(ls *.rm);
do
vsound -f saida.wav realplay $i
oggenc saida.wav -o $(basename $i .rm).ogg
done

Porém quando o realplay termina de tocar qualquer musica, ele não fecha 
automaticamente, tentei achar algum parametro de linha de comando para fazer 
isto e não achei.

Então descubri através do comando 'ps aux' que o realplay cria 4 instacias de 
se mesmo e que o uso do processador da ultima instancia fica em torno de 0.3% 
qd ele está tocando e passa para 0.0% qd ele termina de tocar.

Então criei um outro script para rodar em paralelo, que tem a função matar o 
realplay quando ele terminar de tocar, seguindo esta particularidade, veja 
só:

#!/bin/sh
while [ 1 ]; do
ESTADO=`ps -eo fname,pcpu | grep realplay | tail -n 1 | cut -f 2 -d y`
if [ $ESTADO = 0.0 ]; then
echo Parado
killall -9 realplay
else
echo Rodando
fi
sleep 10
done

Mas durante a conversão dos mais de 200 arquivos .rm descobri que por algum 
motivo, em determinados momentos, o uso do processador pela ultima instancia 
do realplay vai para 0.0 e permanece assim mesmo durante o tempo que ele esta 
rodando.

Alguém tem alguma idéia mais simples? 
Estou sentido como se estivesse usando um canhão para matar um mosquito.

Obrigado,

Alan

-- 
Não interessa se você acredita ou não na existência de Deus, o que intessa é 
que você tenha um valor e que dê sentido a sua vida
__ Padre De Man



Real audio plugin for mozilla/galeon in Sid

2003-08-14 Thread Neilen
Hi.

I'd like to be able to play real-audio files directly from
mozilla/galeon, on Sid. 

I have tried installing realplayer for linux from the real.com site, but
the installer (run as root) segfaults. It does, however, manage to
succesfully install the mime types for mozilla, and I can set mozilla up
to use realplayer as a helper app.  

I can live with this, but it'd be nice if it could work as a plugin too.

Thanks
Neilen

-- 
Neilen [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Real audio plugin for mozilla/galeon in Sid

2003-08-14 Thread Paul Johnson
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Thu, Aug 07, 2003 at 01:12:14PM +0800, Neilen wrote:
 I have tried installing realplayer for linux from the real.com site, but
 the installer (run as root) segfaults. It does, however, manage to
 succesfully install the mime types for mozilla, and I can set mozilla up
 to use realplayer as a helper app.  

Use the debian package realplayer to install realplayer correctly in
Debian, it's a whole lot easier.  You still need to fetch a file from
real.com, but it'll tell you where to go and what to do during
configuration.

- -- 
 .''`. Paul Johnson [EMAIL PROTECTED]
: :'  :proud Debian admin and user
`. `'`
  `-  Debian - when you have better things to do than fix a system
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/MxuksClmdIs2Ki8RAi8wAJ9pumcSuqlt01p/SKgddN6lfd5EXQCdH5h3
L5XUHIfeWxacpvSLaM9ZAME=
=iUit
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Real audio/video

2002-12-27 Thread Nicolas C.
Bonsoir, j'aimerai savoir si vous savez ou trouver un plugin real
audio/video pour mozilla.

J'ai regardé vite fais sur le site de real j'ai rien vu et je n'ai
rien trouvé sur google groups.

Merci.
-- 
Mail   : Bounga at altern.org
Clef GPG   : http://linuxpower.free.fr/bounga.asc



Re: Real audio/video

2002-12-27 Thread Pierre Machard
Bonsoir,


On Fri, Dec 27, 2002 at 06:07:36PM +0100, Nicolas C. wrote:
 Bonsoir, j'aimerai savoir si vous savez ou trouver un plugin real
 audio/video pour mozilla.
 
 J'ai regardé vite fais sur le site de real j'ai rien vu et je n'ai
 rien trouvé sur google groups.

Trouvé sur le site :

http://plugindoc.mozdev.org/linux.html

1. Install RealPlayer
2. Copy rpnp.so to your Mozilla Plugins directory
If you installed the RealPlayer 8.0 RPM, this file will be in
/usr/lib/RealPlayer8/


A+
-- 
Pierre Machard
[EMAIL PROTECTED]  TuxFamily.org
[EMAIL PROTECTED] techmag.info
+33(0)668 178 365http://migus.tuxfamily.org/gpg.txt
GPG: 1024D/23706F87 : B906 A53F 84E0 49B6 6CF7 82C2 B3A0 2D66 2370 6F87



real audio streaming

2002-10-27 Thread martin f krafft
how do i stream real audio sound and video on Debian?

-- 
 .''`. martin f. krafft [EMAIL PROTECTED]
: :'  :proud Debian developer, admin, and user
`. `'`
  `-  Debian - when you have better things to do than to fix a system



msg09391/pgp0.pgp
Description: PGP signature


Re: real audio streaming

2002-10-27 Thread Bache Kharazmi
hi

Try, http://www.icecast.org/

cheers
bkw

On Sat, 26 Oct 2002 18:03:26 +0200
martin f krafft [EMAIL PROTECTED] wrote:

 how do i stream real audio sound and video on Debian?
 
 -- 
  .''`. martin f. krafft [EMAIL PROTECTED]
 : :'  :proud Debian developer, admin, and user
 `. `'`
   `-  Debian - when you have better things to do than to fix a system
 


-- 
#
# Bachman Kharazmi  #
# [EMAIL PROTECTED] #
# uin: 24089491 #
# phone: +46 737 702 170
#


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: real audio streaming

2002-10-27 Thread Paul Johnson
On Sun, Oct 27, 2002 at 02:29:14AM -0800, Alvin Oga wrote:
  Sorry for not being clear: I want to be the client side of the
  stream...
 
 download the ra player for it its *.rpm tho

apt-get install realplayer

It'll tell you where to get it from and will mangle the RPM properly
for a debian system.

-- 
Baloo


msg09405/pgp0.pgp
Description: PGP signature


Re: real audio streaming

2002-10-27 Thread Bob Nielsen
On Sun, Oct 27, 2002 at 03:42:12AM -0800, Paul Johnson wrote:
 On Sun, Oct 27, 2002 at 02:29:14AM -0800, Alvin Oga wrote:
   Sorry for not being clear: I want to be the client side of the
   stream...
  
  download the ra player for it its *.rpm tho
 
 apt-get install realplayer
 
 It'll tell you where to get it from and will mangle the RPM properly
 for a debian system.

I noticed the installer apparently no longer exists in testing (it
shows up in dselect as Obsolete/local).  Perhaps alien will work with
the RPM (although I haven't tried it).

I kept having problems with realplayer and netscape, but it is working
fine for me with mozilla.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: real audio streaming

2002-10-27 Thread Torrin
On Sun, Oct 27, 2002 at 07:57:10AM -0800, Bob Nielsen wrote:
 I noticed the installer apparently no longer exists in testing (it
 shows up in dselect as Obsolete/local).  Perhaps alien will work with
 the RPM (although I haven't tried it).

Yep, not in stable either.  According the packages.debian.org it's only
available in unstable.  How (or better yet Why) did that happen?

-- 
http://www.torrin.net


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Los dichosos quicktime y real audio

2002-04-25 Thread Juan Jesus Ojeda Croissier
   Hola de nuevo. No se si ustedes alguna vez han intentado ver el 
trailer de una peli en internet, yo no consigo hacerlo en mi woody, he 
buscado paquetes como un loco para ver los formatos que te 
ponen(quicktime y real video) y no he encontrado nada. Si alguien sabe 
como puedo ver estos videos, se lo agradeceria.


   Hasta pronto.

   Juanje


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Los dichosos quicktime y real audio

2002-04-25 Thread José Luis Fernández Barros
El Jue 25 Abr 2002 20:31, Juan Jesus Ojeda Croissier escribió:
 Hola de nuevo. No se si ustedes alguna vez han intentado ver el
 trailer de una peli en internet, yo no consigo hacerlo en mi woody, he
 buscado paquetes como un loco para ver los formatos que te
 ponen(quicktime y real video) y no he encontrado nada. Si alguien sabe
 como puedo ver estos videos, se lo agradeceria.

 Hasta pronto.

 Juanje

No he probado, pero con
apt-cache search quicktime
al menos salen xanim, xine-ui, xmovie


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Los dichosos quicktime y real audio

2002-04-25 Thread Miguel ngel Vilela
On Thu, Apr 25, 2002 at 07:31:52PM +0100, Juan Jesus Ojeda Croissier wrote:
Hola de nuevo. No se si ustedes alguna vez han intentado ver el 
 trailer de una peli en internet, yo no consigo hacerlo en mi woody, he 
 buscado paquetes como un loco para ver los formatos que te 
 ponen(quicktime y real video) y no he encontrado nada. Si alguien sabe 
 como puedo ver estos videos, se lo agradeceria.

Jamás espero ver el triler de  una peli con RealPLayer, son una birria
en calidad y con un módem  es inviable. En su lugar intento bajármelos
en mpeg o DivX, pero siempre se  me adelanta algún amigo por lo que no
he llegado a encontralas. 

Pero sí que puedo ver vídeos de Real Player 8.0 en netscape y mozilla.
Me bajé el paquete RPM y con alien lo convertí en un .deb que instalé.
Esto lo deja preparado para netscape, luego para mozilla tengo esto:

[EMAIL PROTECTED] miguev]¤ ls -l /usr/lib/mozilla/plugins/r*
lrwxr-xr-x1 root root   39 feb 11 20:58 
/usr/lib/mozilla/plugins/raclass.zip - /usr/local/netscape/plugins/raclass.zip
lrwxr-xr-x1 root root   35 feb 11 20:58 
/usr/lib/mozilla/plugins/rpnp.so - /usr/local/netscape/plugins/rpnp.so

Uno de esos es el plugin que instala el paquete alienizado, el otro es
otro plugin que no sé ni me preocupa de momento X)

Saludos y suerte :-)
-- 

--==--   --==--   Miguel Ángel Vilela   --==--   --==--   

  a.k.a  miguev  at  fmat.ull.es,  GULiC,  Barrapunto   IRC-Hispano  
  GULiC - Grupo de Usuarios Linux de Canarias - http://www.gulic.org  
  Facultad de Matemáticas, Universidad La Laguna --- www.fmat.ull.es  
  Public GPG key at http://search.keyserver.net (search for: miguev)  
  Linux Reg. User #184518 - Debian GNU/Linux SID - kernel 2.4.18 
  Linux Reg. Machines:  #81674,  #81677,  #105478,  #118020, #118022 
  -- Linux Driver Petition #73209 --- No ePatents Petition #80354 --  
 
 Dos bienes exteriores le fueron dados al hombre: Bajo él, el mundo; sobre él, 
Dios.
-- Ricardo de San Victor. (-1173).  


pgpvnYIncEuSg.pgp
Description: PGP signature


Real Audio

2001-11-24 Thread Rodrigo Cesar Herefeld
Alguem sabe se existe algum servidor *LIVRE* para stream(serviço de radio
on-line) tipo o da Realplayer.
O Real System Server Plus além de custar mais de R$5.000,00 é um programa
comercial, eu queria alguma coisa do tipo freesoft

-- 
 Rodrigo Cesar Herefeld
 Analista de Sistemas 
 Consultoria de Informatica Cathedral
 [EMAIL PROTECTED]
 -BEGIN PGP MESSAGE-
 Version: GnuPG v1.0.6 (GNU/Linux)
 Comment: Gnome PGP version 0.4

owJ4nDsdWcJg/fn6pqD8lKLM9HwF59TixCIFj9Si1LTUnBReriKIeIZDTmZeaUVSkV5yfq5eUhEvly5BAADsyBus=Ng6+
 -END PGP MESSAGE-



Re: Real Audio

2001-11-24 Thread Andre Luis Lopes
Oi,

Em Sab 24 Nov 2001 18:45, Rodrigo Cesar Herefeld escreveu:
 Alguem sabe se existe algum servidor *LIVRE* para stream(serviço de radio
 on-line) tipo o da Realplayer.
 O Real System Server Plus além de custar mais de R$5.000,00 é um programa
 comercial, eu queria alguma coisa do tipo freesoft

Não sei se é o que você quer mas, ...

[EMAIL PROTECTED]:~$ apt-cache show icecast-server
Package: icecast-server
Priority: optional
Section: sound
Installed-Size: 477
Maintainer: David M. Zendzian [EMAIL PROTECTED]
Architecture: i386
Version: 1:1.3.11-3
Depends: libc6 (= 2.2.4-2), libwrap0
Recommends: makepasswd
Filename: pool/main/i/icecast-server/icecast-server_1.3.11-3_i386.deb
Size: 163162
MD5sum: 6bb027ed3a6565f550ce59114c17730c
Description: Streaming Mpeg Layer III server
 Icecast is an Internet based broadcasting system based on the Mpeg
 Layer III streaming technology.  It was originally inspired by
 Nullsoft's Shoutcast and also mp3serv by Scott Manley.  The icecast
 project was started for several reasons: a) all broadcasting systems
 were pretty much closed source, non-free software implementations, b)
 Shoutcast doesn't allow you to run your own directory servers, or
 support them, and c) we thought it would be a lot of fun.
 .
 Icecast is almost completely Shoutcast compatible as far as we've
 been able to determine.  WinAmp can both send encoded streams as well
 as stream music from icecast.  Icecast can also use the
 yp.shoutcast.com directory services and adds the ability to use other
 directory services.

[EMAIL PROTECTED]:~$

-- 
Andre Luis Lopes
andrelop at ig dot com dot br



Re: OT - How to save real audio files?

1999-10-13 Thread Greg Wooledge
  This is slightly offtopic, but I just downloaded Real Player and I was
  wondering if there was a way to save real audio file locally so I
  don't have to fire up my  ppp connection just to listen to .ram files.

One way is to install squid and then force the realplayer to use your
squid HTTP proxy.  With any luck, squid will save the offending files
on disk (check the cache logs).

I can't give any detailed help here, though -- I only use realplayer on
rare occasions.  Good luck.

-- 
Greg Wooledge| Distributed.NET http://www.distributed.net/
[EMAIL PROTECTED] | because a CPU is a terrible thing to waste.
http://www.kellnet.com/wooledge/ |


pgp1U0CC0hv8n.pgp
Description: PGP signature


Re: OT - How to save real audio files?

1999-10-13 Thread Brad
-BEGIN PGP SIGNED MESSAGE-

On 12 Oct 1999, Paul Seelig wrote:

 [EMAIL PROTECTED] (Cyrus Patel) writes:
 
  This is slightly offtopic, but I just downloaded Real Player and I was 
  wondering
  if there was a way to save real audio file locally so I don't have to fire 
  up my 
  ppp connection just to listen to .ram files.
  
 You might want to consider this:
 
  snip 
 Begin3
 Title:paudio
[[[SNIP description of an audio loopback module]]]

This is also available with the standard ALSA modules (at least, with ALSA
version 0.41b). /proc/asound/card/pcmloopD0S0p should be it, but it may
vary depending on your exact card. I haven't done an in-depth study, but
the audio quality is good enough that i don't notice much difference.

The only bad part is that you have to figure out the number of channels,
sample rate, bit format, and size to pass to play/sox.

It seems this will even work with the ALSA dummy audio device.


- -- 
  finger for PGP public key.

-BEGIN PGP SIGNATURE-
Version: 2.6.3ia
Charset: noconv

iQCVAwUBOAPfqb7M/9WKZLW5AQFc1gP6A9kxw6nF2yzDzzlfH0qkdTPZLrQ4VIkG
s+94ZSA2+mPm0UXz6pGGeEqrQWPse1JDprTDibXwoF7fYe3beWpUhBs9O6i4xBar
6WXhqi95vxX+7wG65teYj8LOuvBrnF63h0f9T+Hwbo198prxBO89h1pE7XDOpdZC
xmcrEcTd2ZU=
=NP1g
-END PGP SIGNATURE-


OT - How to save real audio files?

1999-10-12 Thread Cyrus Patel

Hi Guys,

This is slightly offtopic, but I just downloaded Real Player and I was wondering
if there was a way to save real audio file locally so I don't have to fire up 
my 
ppp connection just to listen to .ram files.

Also, is there a way to convert .rm files to wav?

Thanks alot,
Cyrus

-- 
Cyrus Patel - [EMAIL PROTECTED]
Dept. of Computer Engineering   Debian GNU/Linux 
University of New South Wales   (Potato)
Sydney, Australia.



RE: OT - How to save real audio files?

1999-10-12 Thread Ted Harding
On 12-Oct-99 Cyrus Patel wrote:
 
 Hi Guys,
 
 This is slightly offtopic, but I just downloaded Real Player and I was
 wondering if there was a way to save real audio file locally so I
 don't have to fire up my  ppp connection just to listen to .ram files.

It depends (aspects of this are covered in the RealPlayer documentation).

First of all, if the supplier of the RA file doesn't want it saved
or copied, you will not be able to do that. Such files carry some
sort of signature which RealPlayer recognises and honours.

For files which are not protected in this way, you may or may not be able
to save them or download them directly.

Some versions of RealPlayer have a save button which appears when
a file, which is being played, is not protected. You can use this to
save the file. Again, this is covered in the documentation.

When you get the .ram file from the supplying site, this usually
has a URL to the location of the .ra file (the actual audio file)
itself, similar to the following:

  pnm://broadcast9.activate.net/radiofree/channel1.rm

  pnm://ras.radio.cz/zpravy.ra

You will find, in the case of the first of these, that you cannot access
the site with a browser and therefore, as far as I know, you will not be
able to download the file directly using this URL. However, if you go to

  http://www.rferl.org

and poke about, you may be able to find the equivalent (and, in this
case, it takes a good deal of poking); in that case, you can download it
by ftp.

In the second case (if I remember right) you will be able to download
the file directly by ftp.

In summary: your mileage may vary. And in unpredictable ways.

 Also, is there a way to convert .rm files to wav?

I don't know the answer to that (and I wish I did).

Hope this helps,
Ted.



E-Mail: (Ted Harding) [EMAIL PROTECTED]
Date: 12-Oct-99   Time: 14:00:09
-- XFMail --


Re: OT - How to save real audio files?

1999-10-12 Thread Kristopher Johnson
(Ted Harding) wrote:
 When you get the .ram file from the supplying site, this usually
 has a URL to the location of the .ra file (the actual audio file)
 itself, similar to the following:
 
   pnm://broadcast9.activate.net/radiofree/channel1.rm
 
   pnm://ras.radio.cz/zpravy.ra
 
 You will find, in the case of the first of these, that you cannot access
 the site with a browser and therefore, as far as I know, you will not be
 able to download the file directly using this URL.

You can't open these URLs with a browser, but you can open them
with RealPlayer's Open Location... menu item.

- Kris


Re: OT - How to save real audio files?

1999-10-12 Thread aphro
real audio/video has a protection scheme, which lets the broadcaster
decide wether they want you to be able to record the stream or not.  there
was a crack floating around for the winXX version to record RA but i
havent seen a linux one(and i dont have the winXX one either, it was about
2 years ago ..)

nate

[mailto:[EMAIL PROTECTED] ]--
  Linux System Administrator   http://www.firetrail.com/
  Firetrail Internet Services Limited  http://www.aphroland.org/
   Everett, WA 425-348-7336http://www.linuxpowered.net/
Powered By:http://comedy.aphroland.org/
Debian 2.1 Linux 2.0.36 SMPhttp://yahoo.aphroland.org/
-[mailto:[EMAIL PROTECTED] ]--

On Tue, 12 Oct 1999, Cyrus Patel wrote:

 
 Hi Guys,
 
 This is slightly offtopic, but I just downloaded Real Player and I was 
 wondering
 if there was a way to save real audio file locally so I don't have to fire up 
 my 
 ppp connection just to listen to .ram files.
 
 Also, is there a way to convert .rm files to wav?
 
 Thanks alot,
 Cyrus
 
 -- 
 Cyrus Patel - [EMAIL PROTECTED]
 Dept. of Computer Engineering   Debian GNU/Linux 
 University of New South Wales   (Potato)
 Sydney, Australia.
 
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 


Re: OT - How to save real audio files?

1999-10-12 Thread Ted Harding
On 12-Oct-99 Kristopher Johnson wrote:
 (Ted Harding) wrote:
 When you get the .ram file from the supplying site, this usually
 has a URL to the location of the .ra file (the actual audio file)
 itself, similar to the following:
 
   pnm://broadcast9.activate.net/radiofree/channel1.rm
 
   pnm://ras.radio.cz/zpravy.ra
 
 You will find, in the case of the first of these, that you cannot
 access the site with a browser and therefore, as far as I know, you
 will not be able to download the file directly using this URL.
 
 You can't open these URLs with a browser, but you can open them
 with RealPlayer's Open Location... menu item.
 
 - Kris

Sure -- but this doesn't of itself enable you to save the file locally,
I think. Am I wrong?

Ted.


E-Mail: (Ted Harding) [EMAIL PROTECTED]
Date: 12-Oct-99   Time: 16:37:00
-- XFMail --


RE: OT - How to save real audio files?

1999-10-12 Thread Ted Harding
On 12-Oct-99 Ted Harding wrote:
 On 12-Oct-99 Cyrus Patel wrote:
 Also, is there a way to convert .rm files to wav?
 
 I don't know the answer to that (and I wish I did).
 
 Hope this helps,
 Ted.

Which reminds me -- I have a related query of my own.

If you want to try the files I'm talking about, get

   http://216.231.54.128/tmvl/ra/vv/sergen01.ra, /sergen02.ra, ...
/sergen21.ra

(Netscape will automatically download these to your local drive, if
you get them as above).

These are a series of readings, each of one Turkish poem with background
music. When you listen to them in sequence, you realise that they are
a dissection of what must originally have been a continuous performance
lasting about 45 minutes (the clue is in the music).

What I would like to be able to do is to join them back together again,
so as to have one big file which would recreate (possible with audible
joins) the original continuous performance.

So my question is: does anyone know how to glue two or more RealAudio
files together into one big file?

Simply concatenating them does not work: RealPlayer plays the first
section, then whereas its clock shows it working through the remainder
you hear no sound.

With thanks,
Ted.


E-Mail: (Ted Harding) [EMAIL PROTECTED]
Date: 12-Oct-99   Time: 17:20:49
-- XFMail --


Netscape - Real Audio problem

1999-09-14 Thread Christian Dysthe
Hi,

I know this might  not be a Debian spesific problem, but since I have
installed both NS 4.61 and Real Player using the deb's I ask here:

When I go to some sites using Real Audio the player is spawned and
everything works fine. At other sites this is not the case. Two
examples:

http://www.netradio.com works fine. (The player is spawned)
http://www.imagineradio.com doesn't work (The player isn't spawned)

I was wondering if there is some default settings in Netscape I can
alter to make Real Player open at the latter site (and others also)?

-- 

Regards,
Christian Dysthe
E-mail: [EMAIL PROTECTED]
Web: http://oddbird.dyndns.org/cdysthe/
ICQ 3945810
Powered by Debian GNU/Linux

   
Clones are people two


Real audio to disk

1999-08-23 Thread John Lapeyre
   (Please CC me)
   1. Can I save real audio (streamed)  to disk, for later playback ?
  Many reasons for this. eg, avoid the annoying buffering on a slow 
  link.
   2.  Are there any tools available for realaudio (conversion programs,
  etc.) other than the player availble from the company ?
   3. Why do half of the sites fail to play ? (Player comes up but,
  shows 0.00 seconds of content, or player comes up, does not draw
  widgets and hangs.) (Just because the player is alpha or
   can I get the content with another tool ?)
I am using the RH rpm, and Joey H's debian installer (If you
download the deb, and try to install it, it will fail and tell you
   how to get the rpm and how to install it)

4)  Does the fact that content providers use this proprietary format and
 that we a are stuck with one piece-of-crap,  sourceless, tool really
suck ?

-- 
John Lapeyre [EMAIL PROTECTED],  [EMAIL PROTECTED]
Tucson,AZ http://www.physics.arizona.edu/~lapeyre


Real Audio 5 and sound

1999-08-21 Thread Ling Alexander
hi,
i seem to have dpkged the rvplayer package propely into my system
but when i try to play an ram file, it doesn't display the picture or
sound.  how do i tweak it to make it work properly?  

thanks a lot!

p.s. I thought the sound devices were not working properly (i.e. /dev/dsp
and /dev/audio) but they work with freeamp.

Yours truly
Alexander Ling

... the primary function of schools is to impart enough facts to make
children stop asking questions.  Some, with whom the schools do not
succeed, become scientists... Schmidt-Nielsen, The Camel's Nose: Memoirs
of a curious scientist.




Re: Real Audio 5 and sound

1999-08-21 Thread Eric G . Miller
On Sat, Aug 21, 1999 at 10:53:59PM +0800, Ling Alexander wrote:
| hi,
|   i seem to have dpkged the rvplayer package propely into my system
| but when i try to play an ram file, it doesn't display the picture or
| sound.  how do i tweak it to make it work properly?  
| 
|   thanks a lot!

  How are you trying to use it? If netscape is launching it, the command
  needs to be realplayer %s. Otherwise it doesn't get the file name.
-- 

Eric G. Miller
Powered by the POTATO (http://www.debian.org)!


Netscape - Real Audio oddity

1999-06-15 Thread Christian Dysthe
Hi,

this is a bit off pure Debian topics, but it concerns packages I recently
installed sohere goes:

I have NS 4.6 and the latest Real Audio Player (G2) installed ( I am running
potato). When I click on a link with a Real Audio extension the player opens
and plays just fine. But if I store that link as a bookmark the player opens,
but do not start playing the streaming content. It just hangs there idle. There
is not way I can make it play from a bookmark.

Any ideas why this is?

TIA

---
Regards,
Christian Dysthe
Email: [EMAIL PROTECTED]
http://www.bigfoot.com/~cdysthe
ICQ 3945810
Date: 15-Jun-99
Time: 13:07:23
Powered by Debian GNU/Linux
---


   Clones are people two


[off-topic?] real audio capture?

1998-07-17 Thread Colin Telmer
I am running a debian frozen system and would like to capture a real audio
stream for future use. That may sound silly, but I find that ra is
somewhat at the mercy of the speed of the net and it wobbles and bobbles
sometimes. does anyone know how I can capture the stream into an .ra file?

Cheers, Colin.

--
Colin Telmer, Ottawa, Ontario, Canada
mailto:[EMAIL PROTECTED]
http://www.telmer.com


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


Re: [off-topic?] real audio capture?

1998-07-17 Thread Stephen J. Carpenter
On Thu, Jul 16, 1998 at 08:44:41PM -0400, Colin Telmer wrote:
 I am running a debian frozen system and would like to capture a real audio
 stream for future use. That may sound silly, but I find that ra is
 somewhat at the mercy of the speed of the net and it wobbles and bobbles
 sometimes. does anyone know how I can capture the stream into an .ra file?

I have lately been playing around with packet sniffers (and sort o f
trying my hand at writting my own)

Real Audio uses udp...you may have some luck using a sniffer and figuring
it out...and just logging UDP traffic on the right port
then playback...well..thats another story...

I supose tho it all could be done :) worth a shot anyway :)

-Steve

-- 
/* -- Stephen Carpenter [EMAIL PROTECTED] --- [EMAIL PROTECTED] 
*/
E-mail Bumper Stickers:
A FREE America or a Drug-Free America: You can't have both!
honk if you Love Linux


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


Re: [off-topic?] real audio capture?

1998-07-17 Thread Rick Macdonald
 On Thu, Jul 16, 1998 at 08:44:41PM -0400, Colin Telmer wrote:
  I am running a debian frozen system and would like to capture a real audio
  stream for future use. That may sound silly, but I find that ra is
  somewhat at the mercy of the speed of the net and it wobbles and bobbles
  sometimes. does anyone know how I can capture the stream into an .ra file?

If you're using Netscape, under helper apps choose Edit and select Save
to disk. I haven't tried it myself.

...RickM...


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


Re: [off-topic?] real audio capture?

1998-07-17 Thread aqy6633
  I am running a debian frozen system and would like to capture a real audio
  stream for future use. That may sound silly, but I find that ra is
  somewhat at the mercy of the speed of the net and it wobbles and bobbles
  sometimes. does anyone know how I can capture the stream into an .ra file?

That's probably not waht you want, but there is an (unusable) kernel module
called paudio which was meant to allow capture of everything played 
through the soundard into the file in raw dsp or au format.
I hacked it quite a bit and now it works pretty seemlesly.
At least I am able to record any RealAudio translations.

I sent the patch to the author of original paudio module, and while he
seemed to be excited about it, he haven't release a new version of the module
yet. So, if anyone's like, I can e-mail the source.

Alex Y.
-- 
   _ 
 _( )_
( (o___   +---+
 |  _ 7   |Alexander Yukhimets|
  \()|   http://pages.nyu.edu/~aqy6633/  |
  / \ \   +---+


--  
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null


Real Audio Encoder

1998-07-02 Thread Peter Shtinkov
I have hamm and Real Audio Encoder, and I want to encode from Line In
of my soundblaster, but real audio encoder doesn't recognise it as
capture device.
Can anyone help me ?

begin:  vcard
fn: Peter Shtinkov
n:  Shtinkov;Peter
org:Spectrum NET
email;internet: [EMAIL PROTECTED]
title:  System Administrator
tel;work:   (+359 2) 974 3238
x-mozilla-cpt:  ;0
x-mozilla-html: FALSE
version:2.1
end:vcard



Re: real audio for slink?

1998-06-19 Thread Igor Grobman
Some time around  Mon, 15 Jun 1998 11:19:48 EDT, 
 Paul McDermott wrote:
  hello my debian user friends, i got my soundcard to work.  It was a pnp
  awe64.  ok, is there an installer for the realaudio player for the slink
  version.  I now there is one for bo and hamm.  The one under slink uses
  old libs ie xlib6, g++27, and lib5 i don't want to put them on unless I
  have to.  Any help would be much appreciated.
  thanks,
  paul
  
 

I don't think real.com has released a libc6 version yet.  Given the fact that 
it's totally non-free binary-only software you have no choice but to install 
libc5-based libs whether you use the installer or not.
-- 
Proudly running Debian Linux! Linux vs. Windows is a no-Win situation
Igor Grobman   [EMAIL PROTECTED] [EMAIL PROTECTED] 



--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


real audio for slink?

1998-06-15 Thread Paul McDermott
hello my debian user friends, i got my soundcard to work.  It was a pnp
awe64.  ok, is there an installer for the realaudio player for the slink
version.  I now there is one for bo and hamm.  The one under slink uses
old libs ie xlib6, g++27, and lib5 i don't want to put them on unless I
have to.  Any help would be much appreciated.
thanks,
paul


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: Real Audio

1997-12-27 Thread Joey Hess
Mark Ciciretti wrote:
 I got the Real audio player working.  I just ran the install scripts that came
 with it and added it to my path.  I had some problems with the real video
 player.  Last month, or the month before there was some discussion on the list
 about Real Audio.  Someone released a Real Video installer.  I don't know if 
 it
 is aviable on the Debian sites or not. I can't rember the site where I
 downloaded it from.

It's available on any debian mirror in hamm/contrib/

-- 
see shy jo


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Real Audio Solutions

1997-12-18 Thread dA' Phucilage Phactory

Krist, i've been trying to get real player working from netscape
for some time now, I correctly had rvplayer %s before, but i noticed a
mailcap error causing netscape to bitch about incorrect syntax when trying
to execute rvplayer, my new ~/.mailcap is as so:
audio/x-pn-realaudio;rvplayer %s)

I had to add the ) at the end because the errors were something along the
lines of mismatched ()'s, but that only supresses some errors, so until
i've figured it out, if someone else does, please let me know, its quite
annoying having to download or enter a url manually


   ***
 dA' Phucilage Phactory*Yesturday upon the stair,*
   *I met a guy who wasn't there,*
   *He wasn't there again today, *
 [EMAIL PROTECTED]*I think he's from the CIA.   *
   ***
author unknown


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Real Audio solution

1997-12-18 Thread dA' Phucilage Phactory

 On Wed, 17 Dec 1997 [EMAIL PROTECTED] wrote:
 
  OK, I've found the problem.  It's how I configured netscape.  rather than 
  rvplayer, the correct entry is rvplayer %s
 
 Is anyone having any trouble with this?  I've got realplayer installed ok,
 but the view of the videos is all wacky ... they look like someone's
 twisted the vhold knobs on my TV all the way around.
 
 Had the same trouble viewing Quicktime movies...
   Will

Will:

Um, are your vertical/horizontal settings in X correct for your
monitor? Incorrect frequencies can be the downfall of everyone so easily
:




   ***
 dA' Phucilage Phactory*Yesturday upon the stair,*
   *I met a guy who wasn't there,*
   *He wasn't there again today, *
 [EMAIL PROTECTED]*I think he's from the CIA.   *
   ***
author unknown


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Real Audio Solutions

1997-12-18 Thread bhmit1
On Thu, 18 Dec 1997, dA' Phucilage Phactory wrote:

   Krist, i've been trying to get real player working from netscape
 for some time now, I correctly had rvplayer %s before, but i noticed a
 mailcap error causing netscape to bitch about incorrect syntax when trying
 to execute rvplayer, my new ~/.mailcap is as so:
 audio/x-pn-realaudio;rvplayer %s)
 
 I had to add the ) at the end because the errors were something along the
 lines of mismatched ()'s, but that only supresses some errors, so until
 i've figured it out, if someone else does, please let me know, its quite
 annoying having to download or enter a url manually

You either need the bash from unstable (requires an upgrade to libc6), or
ash as your /bin/sh.  It's a bash bug that won't be fixed for stable.

Brandon

-
Brandon Mitchell [EMAIL PROTECTED]   We all know linux is great... it
PGP: finger -l [EMAIL PROTECTED]  does infinite loops in 5 seconds
Phone: (757) 221-4847  --Linus Torvalds


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Real Audio solution

1997-12-18 Thread Will Lowe
On Thu, 18 Dec 1997, dA' Phucilage Phactory wrote:

  Is anyone having any trouble with this?  I've got realplayer installed ok,
  but the view of the videos is all wacky ... they look like someone's
  twisted the vhold knobs on my TV all the way around.
 
   Um, are your vertical/horizontal settings in X correct for your
 monitor? Incorrect frequencies can be the downfall of everyone so easily

Well,  the _only_ screwing displays I get are with showing Quicktime
movies and REalplayer stuff,  and I'm using one of the default XF86 SVGA
timings (slightly adjusted via xvidtune),  which my monitor claims to be
able to handle...

Will


--
| [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]   |
|   http://www.cis.udel.edu/~lowe/   |
--
|If at first you don't succeed,  redefine success.   |
|   -- Taken from Hennesey and Patterson,|
| _Computer_Organization_And_Design_:_The_Hardware_/_Software_Interface_ |
--


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Real Audio solution

1997-12-17 Thread hawk

OK, I've found the problem.  It's how I configured netscape.  rather than 
rvplayer, the correct entry is rvplayer %s

However, i then stumbled across a site that wanted a plugin, and haven't 
cracked that one yet.

rick

-- 
These opinions will not be those of ISU until it pays my retainer.



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Real Audio solution

1997-12-17 Thread Will Lowe
On Wed, 17 Dec 1997 [EMAIL PROTECTED] wrote:

 OK, I've found the problem.  It's how I configured netscape.  rather than 
 rvplayer, the correct entry is rvplayer %s

Is anyone having any trouble with this?  I've got realplayer installed ok,
but the view of the videos is all wacky ... they look like someone's
twisted the vhold knobs on my TV all the way around.

Had the same trouble viewing Quicktime movies...
Will


--
| [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]   |
|   http://www.cis.udel.edu/~lowe/   |
--
|Float away here with me an evening just wait and see,   |
|  But tomorrow go back to your man -- I'm back to my world  |
|   And we're back to being friends. |
|Wait and see me,  Tonight let's do this thing.  | 
|  All we are is wasting hours; until the sun comes up it's all ours |
|   On our way here  |
|   Tomorrow back to being friends.  |
|  - Dave Matthews   |
--


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Real Audio

1997-12-16 Thread hawk


Has anyone gotten this working?  I have it happily playing local files, and it 
happily launches from netscape, but doesn't get any data from the broadcast 
site.

I tried the suggestions for use behind a firewall, but no dice.  I believe 
that there is a firewall here; mail cannot go out from netscape on our 
workstations [which this box is not].

rick

-- 
These opinions will not be those of ISU until it pays my retainer.



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


RE: Real Audio

1997-12-16 Thread Mark Ciciretti
I got the Real audio player working.  I just ran the install scripts that came
with it and added it to my path.  I had some problems with the real video
player.  Last month, or the month before there was some discussion on the list
about Real Audio.  Someone released a Real Video installer.  I don't know if it
is aviable on the Debian sites or not. I can't rember the site where I
downloaded it from.
 
On 16-Dec-97 [EMAIL PROTECTED] wrote:



Has anyone gotten this working?  I have it happily playing local files, and it
happily launches from netscape, but doesn't get any data from the broadcast 
site.

I tried the suggestions for use behind a firewall, but no dice.  I believe 
that there is a firewall here; mail cannot go out from netscape on our 
workstations [which this box is not].

rick

-- 
These opinions will not be those of ISU until it pays my retainer.

--
Programming is a simple matter of caffeine.

Please do not look directly into laser with remaining eye.

E-Mail: Mark Ciciretti [EMAIL PROTECTED]
Date: 16-Dec-97
Time: 10:50:36

--


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Anyone using Real Audio

1997-07-04 Thread Jim Pick

 Has anyone got Real Audio working, when ever I have tried to use it, it
 buffered the data, and then just quit, with the stderr going to netscape
 saying Signall 11.  Is this a case, where Real Audio has to be
 LD_PRELOAD'd with something.
 
 Thanks,
 
 Shaya

Everytime I tried it, it crashed X on me - probably since I'm using
the Matrox XFree86 driver in 24bit mode, which isn't 100% bug free.
So I gave up.

Cheers,

 - Jim



pgp7AmLwEVoSd.pgp
Description: PGP signature


Re: Anyone using Real Audio

1997-07-04 Thread Lawrence
Jim Pick wrote:
 
  Has anyone got Real Audio working, when ever I have tried to use it, it
  buffered the data, and then just quit, with the stderr going to netscape
  saying Signall 11.  Is this a case, where Real Audio has to be
  LD_PRELOAD'd with something.
 
  Thanks,
 
  Shaya
 
 Everytime I tried it, it crashed X on me - probably since I'm using
 the Matrox XFree86 driver in 24bit mode, which isn't 100% bug free.
 So I gave up.

Try their lastest version 3.1.5, it may fix your BUG.

Lawrence


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Anyone using Real Audio

1997-07-03 Thread Shaya Potter

Has anyone got Real Audio working, when ever I have tried to use it, it
buffered the data, and then just quit, with the stderr going to netscape
saying Signall 11.  Is this a case, where Real Audio has to be
LD_PRELOAD'd with something.

Thanks,

Shaya


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Anyone using Real Audio

1997-07-03 Thread Joey Hess
Shaya Potter:
 Has anyone got Real Audio working, when ever I have tried to use it, it
 buffered the data, and then just quit, with the stderr going to netscape
 saying Signall 11.  Is this a case, where Real Audio has to be
 LD_PRELOAD'd with something.

I'm using real audio with no problems. My raplayer binary is statically
linked so I don't think library versions or LD_PRELOAD are going to affect
it.

(Signal 11 = SIGSEGV = segmentation fault, BTW)

-- 
see shy jo


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Anyone using Real Audio

1997-07-03 Thread Syrus Nemat-Nasser
On Thu, 3 Jul 1997, Shaya Potter wrote:

 
 Has anyone got Real Audio working, when ever I have tried to use it, it
 buffered the data, and then just quit, with the stderr going to netscape
 saying Signall 11.  Is this a case, where Real Audio has to be
 LD_PRELOAD'd with something.
 
 Thanks,
 
 Shaya

I got it working on my father's home PC.  I don't remember anything 
strange.  I just followed the instructions.  It was Real Audio v3.0 as I 
recall, and that machine is running 1.3.0.  It has a SB16 OEM card, and I 
compiled a custom kernel with SB16 support of course.  The connection is 
via a 28.8 modem, and it ends up a little choppy most of the time--the 
program always chooses mono mode because of the bandwidth limitation.

If you need more details, I could get them sometime this weekend when I 
have accesss to that machine.

Syrus.

-- 

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Syrus Nemat-Nasser [EMAIL PROTECTED]UCSD Physics Dept.



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Real Audio

1997-05-19 Thread Zachary Payne
 I dont know, but it shouldn't be to hard to figure out, just go to the 
 real audio page, or email the support guys!


__ Reply Separator _
Subject: Real Audio
Author:  Remco van de Meent [EMAIL PROTECTED] at
Internet-SMTP
Date:5/18/97 10:36 AM


Hey
 
Does anyone know if there is a Real Audio player for Linux, without the 
X-Windows/System (so: just text-only) ?
 
thanks.. 
 
-- 
// Remco van de Meent   
//   email: [EMAIL PROTECTED] 
//   www: http://oloon.student.utwente.nl 
//Never make any mistaeks. 
 
 
--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to 
[EMAIL PROTECTED] . Trouble? 
e-mail to [EMAIL PROTECTED] .
 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Real Audio

1997-05-18 Thread Remco van de Meent
Hey

Does anyone know if there is a Real Audio player for Linux, without the
X-Windows/System (so: just text-only) ?

thanks.. 

-- 
// Remco van de Meent   
//   email: [EMAIL PROTECTED]
//   www: http://oloon.student.utwente.nl
//Never make any mistaeks. 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? 
e-mail to [EMAIL PROTECTED] .


Re: Real Audio

1997-05-18 Thread George Bonser

Yes, the raplayer may be called by any program.  There are even
some test files included with the raplayer that you invoke from the
command line to test it after installation.

You can get the Linux version at the RealAudio web page.


On Sun, 18 May 1997, Remco van de Meent wrote:

 Hey
 
 Does anyone know if there is a Real Audio player for Linux, without the
 X-Windows/System (so: just text-only) ?
 
 thanks.. 
 
 -- 
 // Remco van de Meent 
 //   email: [EMAIL PROTECTED]
 //   www: http://oloon.student.utwente.nl
 //Never make any mistaeks. 
 
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . Trouble? 
 e-mail to [EMAIL PROTECTED] .
 
 

George Bonser
[EMAIL PROTECTED], [EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Real Audio

1997-05-18 Thread Remco van de Meent
On Sun, 18 May 1997, George Bonser wrote:

 
 Yes, the raplayer may be called by any program.  There are even
 some test files included with the raplayer that you invoke from the
 command line to test it after installation.
 
 You can get the Linux version at the RealAudio web page.

I already grabbed that one, but you need the Xwindows system:

[EMAIL PROTECTED]:~/raplayer3.0]$ raplayer
TRANS(SocketUNIXConnect) () can't connect: errno = 111
Error: Can't open display: :0


So my questin was/is: is there a RA-player that does *not* need X/Windows.

Remco.

 
 
 On Sun, 18 May 1997, Remco van de Meent wrote:
 
  Hey
  
  Does anyone know if there is a Real Audio player for Linux, without the
  X-Windows/System (so: just text-only) ?
  
  thanks.. 
  
  -- 
  // Remco van de Meent   
  //   email: [EMAIL PROTECTED]
  //   www: http://oloon.student.utwente.nl
  //Never make any mistaeks. 
  
  
  --
  TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
  [EMAIL PROTECTED] . Trouble? 
  e-mail to [EMAIL PROTECTED] .
  
  
 
 George Bonser
 [EMAIL PROTECTED], [EMAIL PROTECTED]
 

-- 
// Remco van de Meent   
//   email: [EMAIL PROTECTED]
//   www: http://oloon.student.utwente.nl
//Never make any mistaeks. 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Real Audio

1997-05-18 Thread George Bonser

Hmmm.  Yeah, raplayer launches a window.  I don't have it on the
system that I am using at the moment but I seem to recall a test
program somewhere in the source tree, it has been almost a year
so it might be changed now.  They are probably assuming that you
have a GUI browser.


 I already grabbed that one, but you need the Xwindows system:
 
 [EMAIL PROTECTED]:~/raplayer3.0]$ raplayer
 TRANS(SocketUNIXConnect) () can't connect: errno = 111
 Error: Can't open display: :0
 
 

George Bonser
[EMAIL PROTECTED], [EMAIL PROTECTED]


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


real audio ...

1997-02-19 Thread Richard G. Roberto
Hi,

I installed the real audio player raplayer in my /usr/local
with a link in /usr/local/bin for the binary.  It works from the
command line with their test welcome message, but doesn't work
from Netscape.  I have the appropriate entries in mimi.types and
mailcap, and the helper is defined in Netscape for type
audio/x-pn-realaudio as raplayer %s.

The entries I have are as follows:

# grep realaudio /etc/mime.types 
audio/x-pn-realaudiora ram
# grep realaudio /etc/mailcap 
audio/x-pn-realaudio; raplayer %s; test=test $DISPLAY != ;description=RA 
RAM realaudio format

When I select a real audio link, I get a popup dialog asking me
to save the file of type audio/x-pn-realaudio.  The other helpers
(such as xanim) work fine for their respective file types though.

Any ideas?

TIA.

Richard G. Roberto
[EMAIL PROTECTED]
011-81-3-3437-7967 - Tokyo, Japan


--
***
Bear Stearns is not responsible for any recommendation, solicitation, offer or
agreement or any information about any transaction, customer account or account
activity contained in this communication.
***


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: real audio ...

1997-02-19 Thread Raymond A. Ingles
On Wed, 19 Feb 1997, Richard G. Roberto wrote:

 Having problems with realaudio, looked in a few relevant files:

 # grep realaudio /etc/mime.types 
 audio/x-pn-realaudiora ram
 # grep realaudio /etc/mailcap 
 audio/x-pn-realaudio; raplayer %s; test=test $DISPLAY != ;description=RA 
 RAM realaudio format

 My local configs in my home directory look like:

$ grep realaudio .mime.types .mailcap
.mime.types:type=audio/x-pn-realaudio  exts=ra,ram
.mailcap:audio/x-pn-realaudio; raplayer %s

 I suppose it's possible that the 'exts=' has something to do with it. I 
haven't had any problems bringing up realaudio sounds in Netscape...

 Sincerely,

 Ray Ingles (810) 377-7735 [EMAIL PROTECTED]

 Quidquid latine dictum sit, altum viditur.
   (Whatever is said in Latin sounds profound.)



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]


Re: Real Audio

1996-08-12 Thread Christian Lynbech
 Richard == Richard G Roberto [EMAIL PROTECTED] writes:

Richard On Fri, 9 Aug 1996, Derek Lee wrote:
 I have Real Audio working on my debian box. I am running 2.0.0 kernel
 which contains the appropriate Voxware sound driver. There was no need
 to install USSLite.
 
 Are your other sound utilities working?
 
 --Derek Lee
 

Richard I'm having a problem getting anything to do with sound to
Richard work.  I get this at boot time:

Richard Starting the Network Audio System
Richard Checking quotas: Done
Richard Making quota files sparse: Done
Richard Turning on quotas
Richard starting /usr/sbin/snmpd ...
Richard starting /usr/sbin/watchdog ...

Richard Fatal server error:
Richard could not create audio connection block info

Hmm, which kernel version are you running? 

I upgraded to 2.0.0 and found much to my pleasant surprise that my
soundblaster card had started to work. Then I upgraded to 2.0.6 and it
stopped working again (I haven't had time to properly report it yet,
so I haven't the error message at hand but it was something about
allocating an IRQ). Downgrading back to 2.0.0 fixed things.

The Fatal server error you get is just the Network Audio System
(NAS) telling you that it can't connect to the sound device.


---+--
Christian Lynbech  | Computer Science Department, University of Aarhus
Office: R0.32  | Ny Munkegade, Building 540, DK-8000 Aarhus C
Phone: +45 8942 3218   | [EMAIL PROTECTED] -- www.daimi.aau.dk/~lynbech
---+--
Hit the philistines three times over the head with the Elisp reference manual.
- [EMAIL PROTECTED] (Michael A. Petonic)



Re: Real Audio

1996-08-12 Thread Rob Browning
Christian Lynbech [EMAIL PROTECTED] writes:

 I upgraded to 2.0.0 and found much to my pleasant surprise that my
 soundblaster card had started to work. Then I upgraded to 2.0.6 and it
 stopped working again (I haven't had time to properly report it yet,
 so I haven't the error message at hand but it was something about
 allocating an IRQ). Downgrading back to 2.0.0 fixed things.

Same problem here with a CrystalLake card, but it was again fixed in
2.0.11.

--
Rob



Re: Real Audio

1996-08-12 Thread Gerry Jensen

On Mon, 12 Aug 1996, Christian Lynbech wrote:

 I upgraded to 2.0.0 and found much to my pleasant surprise that my
 soundblaster card had started to work. Then I upgraded to 2.0.6 and it
 stopped working again (I haven't had time to properly report it yet,
 so I haven't the error message at hand but it was something about
 allocating an IRQ). Downgrading back to 2.0.0 fixed things.

Although this might not be your problem, there is a major bug with the
sound driver (at least with Sound Blaster16) in some of the 2.0.x kernels
(sorry, I don't remember which ones).  I think 2.0.0 is ok, and it may
have been fixed by now in the latest 2.0.x kernels but I don't know.  The
usual effect is that it completely locks up your system the 2nd time the
sound module is loaded (or autoloaded via kerneld).  This can be fixed by
not including MIDI support in the sound driver when compiling your kernel
(of course if you need MIDI support you're SOL).  Like I say, this *may*
have been fixed by now in the latest 2.0.x kernels.

Gerry




Re: Real Audio

1996-08-10 Thread Derek Lee
I have Real Audio working on my debian box. I am running 2.0.0 kernel
which contains the appropriate Voxware sound driver. There was no need
to install USSLite.

Are your other sound utilities working?

--Derek Lee



Re: Real Audio

1996-08-10 Thread Richard G. Roberto
On Fri, 9 Aug 1996, Derek Lee wrote:

 I have Real Audio working on my debian box. I am running 2.0.0 kernel
 which contains the appropriate Voxware sound driver. There was no need
 to install USSLite.
 
 Are your other sound utilities working?
 
 --Derek Lee
 

I'm having a problem getting anything to do with sound to
work.  I get this at boot time:

Starting the Network Audio System
Checking quotas: Done
Making quota files sparse: Done
Turning on quotas
starting /usr/sbin/snmpd ...
starting /usr/sbin/watchdog ...

Fatal server error:
could not create audio connection block info


I don't know how to test the card.  Its an Audiotrix Pro
card that's configured correctly under windows.  I used the
same settings in the kernel config, but I'm not sure what
first and second audio mean.  I took it to mean 1st=play_dma
and 2nd=rec_dma.  I'd appreciate any help with this too.

Thanks

Richard G. Roberto
[EMAIL PROTECTED]
201-739-2886 - whippany, nj

13 days with no sleep and counting ...



--
***
Bear Stearns is not responsible for any recommendation, solicitation, offer or
agreement or any information about any transaction, customer account or account
activity contained in this communication.
***



Real Audio

1996-08-09 Thread Michael Karafotis
Greetings .. 

Has anyone had any luck getting the real audio client to run on your Debina
Linux Box.  I'm not sure if there is some sort of sound driver
incompatibility or not, but I've tried installing the most recent kernel
2.0.6 (from debian source) and the most recent USS/Lite sound driver.

Whenever the real audio client tries to run all I get is static.

I am using the most recent debian packages (stable) 

TIA,
Michael