From: Charles philip Chan on
On 19 Oct 2005, cschwartz(a)iasinfo.com wrote:

> Try anything on CNN.com. Right now I'm listening to
> mms://wmscnn.stream.aol.com/cnn/us/2005/10/19/jeras.explains.wilma.cnn.ws..wmv.
> It's supposedly a video stream, but I get only audio.

Works fine here (audio and video) with both mplayer and xine. What is
the output when you run:

ls -l /usr/lib/win32/*dmo*

?

Charles

--
printk("; crashing the system because you wanted it\n");
linux-2.6.6/fs/hpfs/super.c
From: Charlie on
On Wed, 19 Oct 2005 18:11:13 -0400, Charles philip Chan wrote:

> Works fine here (audio and video) with both mplayer and xine. What is
> the output when you run:
>
> ls -l /usr/lib/win32/*dmo*

Here's the output. By the way, I seem to have no codecs.conf file in
/etc/mplayer or in my home directory's .mplayer directory. I installed
both mplayer and w32 codecs using yast and the respective rpms.

-rw-r--r-- 1 root root 409720 2005-09-04 09:30 /usr/lib/win32/wma9dmod.dll
-rw-r--r-- 1 root root 410216 2005-09-04 09:30 /usr/lib/win32/wmadmod.dll
-rw-r--r-- 1 root root 773368 2005-09-04 09:30 /usr/lib/win32/wmsdmod.dll
-rw-r--r-- 1 root root 486504 2005-09-04 09:30 /usr/lib/win32/wmspdmod.dll
-rw-r--r-- 1 root root 807032 2005-09-04 09:30 /usr/lib/win32/wmv9dmod.dll
-rw-r--r-- 1 root root 807528 2005-09-04 09:30 /usr/lib/win32/wmvdmod.dll



From: Charles philip Chan on
On 19 Oct 2005, cschwartz(a)iasinfo.com wrote:

> Here's the output.

OK, the codecs are there.

> By the way, I seem to have no codecs.conf file in /etc/mplayer or in
> my home directory's .mplayer directory. I installed both mplayer and
> w32 codecs using yast and the respective rpms.

Interesting, maybe SUSE forgot to include it. Mplayer does not
automatically install codecs.conf when doing a make install (in case the
user have customize something). I will send you my copy privately to put
into /etc/mplayer or /etc/Mplayer depending on what your system uses. If
the videos is still not showing, play the URL with mplayer from the
command line and post the output.

Charles

--
#if 0
linux-2.2.16/fs/buffer.c
From: Charlie on
On Wed, 19 Oct 2005 19:32:04 -0400, Charles philip Chan wrote:

> Interesting, maybe SUSE forgot to include it. Mplayer does not
> automatically install codecs.conf when doing a make install (in case the
> user have customize something). I will send you my copy privately to put
> into /etc/mplayer or /etc/Mplayer depending on what your system uses. If
> the videos is still not showing, play the URL with mplayer from the
> command line and post the output.

Still no joy. Here is the output. It looks like a codec is missing.

Resolving wmscnn.stream.aol.com for AF_INET...
Connecting to server wmscnn.stream.aol.com[205.188.214.25]:80 ...
Cache size set to 64 KBytes
Connected to server: wmscnn.stream.aol.com
Cache fill: 12.50% (8192 bytes) Ahhhh, stream_chunck size is too small: 4
Error while parsing chunk header
Cache fill: 14.93% (9783 bytes) ASF file format detected.
Clip info:
name:
author:
copyright:
comments:
==========================================================================
Requested audio codec family [acelp] (afm=dshow) not available.
Enable it at compilation.
Cannot find codec for audio format 0x130.
Read DOCS/HTML/en/codecs.html!
==========================================================================
Audio: no sound
Video: no video


Exiting... (End of file)


From: Charles philip Chan on
On 19 Oct 2005, cschwartz(a)iasinfo.com wrote:

> ==========================================================================
> Requested audio codec family [acelp] (afm=dshow) not available.
> Enable it at compilation.
> Cannot find codec for audio format 0x130.
> Read DOCS/HTML/en/codecs.html!
> ==========================================================================

What is the output of:

ls -l /usr/lib/win32/acelpdec.ax

?

Charles

--
printk(KERN_DEBUG "%s: Flex. Ttttt...\n", DRV_NAME);
linux-2.6.6/drivers/net/wan/dscc4.c