Re: Add which package to get mplayer to play an ogg stream?

2005-10-21 Thread Justin Guerin
On Thursday 20 October 2005 14:27, Adam Funk wrote:
> On my Debian testing system at work, this works (using Marillat's
> mplayer-i586 package):
>
> $ mplayer http://engine.collegemedia.vt.edu:8000/wuvt.ogg
>
>
> On my Debian testing system at home (using Marillat's mplayer-k7
> package), however, it caches then fails thus:
>
> $ mplayer http://engine.collegemedia.vt.edu:8000/wuvt.ogg
> MPlayer 1.0pre7-3.3.5 (C) 2000-2005 MPlayer Team
> CPU: Advanced Micro Devices Athlon Thunderbird (Family: 6, Stepping: 2)
> Detected cache-line size is 64 bytes
> MMX2 supported but disabled
> 3DNow supported but disabled
> 3DNowExt supported but disabled
> CPUflags:  MMX: 1 MMX2: 0 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0
> Compiled for x86 CPU with extensions: MMX
>
>
>
> 73 audio & 180 video codecs
> Linux RTC init error in ioctl (rtc_irqp_set 1024): Permission denied
> Try adding "echo 1024 > /proc/sys/dev/rtc/max-user-freq" to your system
> startup scripts.
> Opening joystick device /dev/input/js0
> Can't open joystick device /dev/input/js0 : No such file or directory
> Can't init input joystick
> Setting up LIRC support...
> mplayer: could not connect to socket
> mplayer: No such file or directory
> Failed to open LIRC support.
> You will not be able to use your remote control.
> Playing http://engine.collegemedia.vt.edu:8000/wuvt.ogg.
> Resolving engine.collegemedia.vt.edu for AF_INET...
> Connecting to server engine.collegemedia.vt.edu[128.173.235.23]:8000 ...
> Cache size set to 1024 KBytes
> Connected to server: engine.collegemedia.vt.edu
> Cache fill: 19.53% (204800 bytes)[Ogg] stream 0: audio (Vorbis),
> -aid 0
> Ogg file format detected.
> =
>= Trying to force audio codec driver family libmad...
> Cannot find codec for audio format 0x73627276.
> Read DOCS/HTML/en/codecs.html!
> =
>= Audio: no sound
> Video: no video
>
>
> Exiting... (End of file)
>
For what it's worth, a successful open looks like this:
[Ogg] stream 0: audio (Vorbis), -aid 0
Ogg file format detected.
==
Trying to force audio codec driver family libmad...
Opening audio decoder: [libvorbis] Ogg/Vorbis audio decoder
AUDIO: 44100 Hz, 2 ch, s16le, 112.0 kbit/7.94% (ratio: 14000->176400)
Selected audio codec: [vorbis] afm:libvorbis (OggVorbis Audio Decoder)
==

>
> I've compared various dpkg -l output to try to find the missing
> codec/library package but can't find it.  Does anyone know what package
> I need to add to play this stream?
>
> Thanks,
> Adam

I know you need at least libvorbis0a and libmad0 to play an ogg file, but 
when I remove the shared library, I don't get the same error as you, so 
that's probably not what's wrong.  Still, it's worth a version check:
ii  libvorbis0a1.1.0-1The Vorbis 
General Audio Compression Codec
ii  libmad00.15.1b-2.1MPEG audio 
decoder library
ii  mplayer-5861.0-pre7cvs20050716-0.1The Ultimate 
Movie Player For Linux


One other thing you might check: check your config files for defaults that 
might not make sense.

My Swedish is non-existent, but it seems a work-around is available.  See 
the thread at 
http://lists.debian.org/debian-user-swedish/2005/05/msg1.html.  Check 
out the first reply.  It seems you need to edit your codecs.conf as shown.

However, according to http://www4.mplayerhq.hu/DOCS/codecs-status.html, you 
should be able to play that format using libvorbis, so perhaps a reinstall 
of libvorbis, and possibly mplayer, is in order.

By the way, if you google on "audio codec 0x73627276" (without the quotes), 
you should get quite a few hits, and perhaps one of them is in a language 
you understand better than Swedish. ;-)

Good luck,
Justin Guerin


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



Re: Add which package to get mplayer to play an ogg stream?

2005-10-21 Thread Adam Funk
j j wrote:

> I *think* mplayer plays oggs without the need of extra codec. 

That's what I thought.

> but try vlc 
> to see if your ogg file is in good shape.

I know the stream itself is OK because xmms plays it with no trouble on both
machines, and mplayer plays it on one machine while at the same time it
chokes on the other one.


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



Re: Add which package to get mplayer to play an ogg stream?

2005-10-20 Thread j j
I *think* mplayer plays oggs without the need of extra codec. but try vlc to see if your ogg file is in good shape.On 10/20/05, Adam Funk <
[EMAIL PROTECTED]> wrote:On my Debian testing system at work, this works (using Marillat's
mplayer-i586 package):$ mplayer http://engine.collegemedia.vt.edu:8000/wuvt.oggOn my Debian testing system at home (using Marillat's mplayer-k7
package), however, it caches then fails thus:$ mplayer http://engine.collegemedia.vt.edu:8000/wuvt.oggMPlayer 1.0pre7-3.3.5 (C) 2000-2005 MPlayer Team
CPU: Advanced Micro Devices Athlon Thunderbird (Family: 6, Stepping: 2)Detected cache-line size is 64 bytesMMX2 supported but disabled3DNow supported but disabled3DNowExt supported but disabledCPUflags:  MMX: 1 MMX2: 0 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0
Compiled for x86 CPU with extensions: MMX73 audio & 180 video codecsLinux RTC init error in ioctl (rtc_irqp_set 1024): Permission deniedTry adding "echo 1024 > /proc/sys/dev/rtc/max-user-freq" to your system
startup scripts.Opening joystick device /dev/input/js0Can't open joystick device /dev/input/js0 : No such file or directoryCan't init input joystickSetting up LIRC support...mplayer: could not connect to socket
mplayer: No such file or directoryFailed to open LIRC support.You will not be able to use your remote control.Playing http://engine.collegemedia.vt.edu:8000/wuvt.ogg
.Resolving engine.collegemedia.vt.edu for AF_INET...Connecting to server engine.collegemedia.vt.edu[128.173.235.23]:8000 ...
Cache size set to 1024 KBytesConnected to server: engine.collegemedia.vt.eduCache fill: 19.53% (204800 bytes)[Ogg] stream 0: audio (Vorbis),-aid 0Ogg file format detected.
==Trying to force audio codec driver family libmad...Cannot find codec for audio format 0x73627276.Read DOCS/HTML/en/codecs.html!
==Audio: no soundVideo: no videoExiting... (End of file)I've compared various dpkg -l output to try to find the missing
codec/library package but can't find it.  Does anyone know what packageI need to add to play this stream?Thanks,Adam--To UNSUBSCRIBE, email to 
[EMAIL PROTECTED]with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]