Re: VLC not showing video

2009-06-05 Thread David Kinyua

Bernd Kloss wrote:

Am Samstag, 30. Mai 2009 schrieb Florian Kulzer:
  

On Fri, May 29, 2009 at 11:41:42 -0400, mathengejr AT aim DOT com wrote:


How do i get video to work on vlc. I noticed this since I reconfigure
kernel.
  

I do not think that your new kernel is responsible for your problem.
Nevertheless, it cannot hurt to (re)test vlc with the standard Debian
Lenny kernel for your architecture.



Running from terminal I see xvid has issues

wakari...@debian:~$ vlc
VLC media player 0.8.6h Janus
[0304] main decoder error: no suitable decoder module for fourcc
`XVID'.
VLC probably does not support this sound or video format.
  

[...]



vlc -vvv --no-plugins-cache --list |grep ffmpeg gives me

VLC media player 0.8.6h Janus
[0001] main private debug: checking builtin modules
[0001] main private debug: checking plugin modules
[0001] main private debug: recursively browsing `/usr/lib/vlc'
[0001] main private warning: cannot load module
`/usr/lib/vlc/codec/libffmpeg_plugin.so'
(/usr/lib/vlc/codec/libffmpeg_plugin.so: undefined symbol: img_resample)
  

img_resample should be defined in /usr/lib/libavcodec.so.51.50.0 (from
the libavcodec51 package). Please post the output of this command:

ldd /usr/lib/vlc/codec/libffmpeg_plugin.so | grep avcodec

[...]



I have only recently recompiled
kernel trying to get ipw2100 working.
  

The ipw2100 should work with your standard Debian kernel, provided you
have "firmware-ipw2x00" installed. (This package is in "non-free".)

--
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |



We also had problems using the latest version of VLC. After downgrading to the 
previous version, it is working fine.

libavcodec51:
install: 0.svn20080206-16
remove 3:20080706-0.3
Same for
libavformat52
libavutil49
libpostproc51

Regards 
Bernd



  

I did that but with the latest 6-17 versions, all went as expected.
But just how long do i have to pin the four installs?


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




Re: VLC not showing video

2009-05-31 Thread Florian Kulzer
On Mon, Jun 01, 2009 at 00:39:39 +1000, David Kinyua wrote:
> Florian Kulzer wrote:
>> On Sun, May 31, 2009 at 16:55:33 +1000, David Kinyua wrote:
>>> Florian Kulzer wrote:
 On Fri, May 29, 2009 at 11:41:42 -0400, mathengejr AT aim DOT com wrote:
   
> How do i get video to work on vlc. I noticed this since I 
> reconfigure  kernel.

[...]

> [0001] main private warning: cannot load module 
> `/usr/lib/vlc/codec/libffmpeg_plugin.so'
> (/usr/lib/vlc/codec/libffmpeg_plugin.so: undefined symbol: img_resample)

[...]

>>> ldd /usr/lib/vlc/codec/libffmpeg_plugin.so | grep avcodec gives me 
>>> this,  Kulzer
>>>libavcodec.so.51 => /usr/lib/i686/cmov/libavcodec.so.51 (0xb763a000)
>>> so I guess everything is in order there!
>>> 
>>
>> The up-to-date Lenny version of libavcodec51 (0.svn20080206-17+lenny1)
>> does define img_resample (I downloaded and checked the packages for i386
>> and amd64), so there must be something wrong with the avcodec libraries
>> that you have on your system. Please post the out of these commands:

[...]

> ls -l /usr/lib/i686/cmov/libavcodec.so.51
> gives lrwxrwxrwx 1 root root 21 2009-05-06 00:30 
> /usr/lib/i686/cmov/libavcodec.so.51 -> libavcodec.so.51.58.0

On a standard Lenny system this should link to libavcodec.so.51.50.0.

> nm -D /usr/lib/i686/cmov/libavcodec.so.51 | grep img_
> gives
> 0006f280 T ff_img_copy_plane
> 0006f440 T img_copy
> 0006f0d0 T img_crop
> 0006f110 T img_get_alpha_info
> 0006fd60 T img_pad

As you can see yourself, this library does not provide img_resample.

> dpkg -S /usr/lib/i686/cmov/libavcodec.so.51
> gives
> libavcodec51: /usr/lib/i686/cmov/libavcodec.so.51
>
> dpkg -l libavcodec\* | awk '/^i/{print $1,$2,$3}'
> gives
>
> ii libavcodec-dev 3:20080706-0.3lenny1
> ii libavcodec51 3:20080706-0.3lenny1

This is the debian-multimedia.org version of libavcodec51; it does not
work with Lenny's vlc. As I have pointed out earlier, you have to
install version 0.svn20080206-17+lenny1 of libavcodec51.

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: VLC not showing video

2009-05-31 Thread David Kinyua

Florian Kulzer wrote:

On Sun, May 31, 2009 at 16:55:33 +1000, David Kinyua wrote:
  

Florian Kulzer wrote:


On Fri, May 29, 2009 at 11:41:42 -0400, mathengejr AT aim DOT com wrote:
  
How do i get video to work on vlc. I noticed this since I reconfigure 
 kernel.



[...]

  

vlc -vvv --no-plugins-cache --list |grep ffmpeg gives me

VLC media player 0.8.6h Janus
[0001] main private debug: checking builtin modules
[0001] main private debug: checking plugin modules
[0001] main private debug: recursively browsing `/usr/lib/vlc'
[0001] main private warning: cannot load module   
`/usr/lib/vlc/codec/libffmpeg_plugin.so'   
(/usr/lib/vlc/codec/libffmpeg_plugin.so: undefined symbol: 
img_resample)



img_resample should be defined in /usr/lib/libavcodec.so.51.50.0 (from
the libavcodec51 package). Please post the output of this command:

ldd /usr/lib/vlc/codec/libffmpeg_plugin.so | grep avcodec
  


[...]

  
ldd /usr/lib/vlc/codec/libffmpeg_plugin.so | grep avcodec gives me this,  
Kulzer

   libavcodec.so.51 => /usr/lib/i686/cmov/libavcodec.so.51 (0xb763a000)
so I guess everything is in order there!



The up-to-date Lenny version of libavcodec51 (0.svn20080206-17+lenny1)
does define img_resample (I downloaded and checked the packages for i386
and amd64), so there must be something wrong with the avcodec libraries
that you have on your system. Please post the out of these commands:

ls -l /usr/lib/i686/cmov/libavcodec.so.51

nm -D /usr/lib/i686/cmov/libavcodec.so.51 | grep img_

dpkg -S /usr/lib/i686/cmov/libavcodec.so.51

dpkg -l libavcodec\* | awk '/^i/{print $1,$2,$3}'

  


ls -l /usr/lib/i686/cmov/libavcodec.so.51
gives 
lrwxrwxrwx 1 root root 21 2009-05-06 00:30 /usr/lib/i686/cmov/libavcodec.so.51 -> libavcodec.so.51.58.0


nm -D /usr/lib/i686/cmov/libavcodec.so.51 | grep img_
gives
0006f280 T ff_img_copy_plane
0006f440 T img_copy
0006f0d0 T img_crop
0006f110 T img_get_alpha_info
0006fd60 T img_pad

dpkg -S /usr/lib/i686/cmov/libavcodec.so.51
gives
libavcodec51: /usr/lib/i686/cmov/libavcodec.so.51

dpkg -l libavcodec\* | awk '/^i/{print $1,$2,$3}'
gives

ii libavcodec-dev 3:20080706-0.3lenny1
ii libavcodec51 3:20080706-0.3lenny1

Ta!

--
I pray thee, understand a plain man in his plain meaning.
-William Shakespeare, Merchant of venice.


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org




Re: VLC not showing video

2009-05-31 Thread Florian Kulzer
On Sun, May 31, 2009 at 16:55:33 +1000, David Kinyua wrote:
> Florian Kulzer wrote:
>> On Fri, May 29, 2009 at 11:41:42 -0400, mathengejr AT aim DOT com wrote:
>>> How do i get video to work on vlc. I noticed this since I reconfigure 
>>>  kernel.

[...]

>>> vlc -vvv --no-plugins-cache --list |grep ffmpeg gives me
>>>
>>> VLC media player 0.8.6h Janus
>>> [0001] main private debug: checking builtin modules
>>> [0001] main private debug: checking plugin modules
>>> [0001] main private debug: recursively browsing `/usr/lib/vlc'
>>> [0001] main private warning: cannot load module   
>>> `/usr/lib/vlc/codec/libffmpeg_plugin.so'   
>>> (/usr/lib/vlc/codec/libffmpeg_plugin.so: undefined symbol: 
>>> img_resample)
>>> 
>>
>> img_resample should be defined in /usr/lib/libavcodec.so.51.50.0 (from
>> the libavcodec51 package). Please post the output of this command:
>>
>> ldd /usr/lib/vlc/codec/libffmpeg_plugin.so | grep avcodec

[...]

> ldd /usr/lib/vlc/codec/libffmpeg_plugin.so | grep avcodec gives me this,  
> Kulzer
>libavcodec.so.51 => /usr/lib/i686/cmov/libavcodec.so.51 (0xb763a000)
> so I guess everything is in order there!

The up-to-date Lenny version of libavcodec51 (0.svn20080206-17+lenny1)
does define img_resample (I downloaded and checked the packages for i386
and amd64), so there must be something wrong with the avcodec libraries
that you have on your system. Please post the out of these commands:

ls -l /usr/lib/i686/cmov/libavcodec.so.51

nm -D /usr/lib/i686/cmov/libavcodec.so.51 | grep img_

dpkg -S /usr/lib/i686/cmov/libavcodec.so.51

dpkg -l libavcodec\* | awk '/^i/{print $1,$2,$3}'

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: VLC not showing video

2009-05-30 Thread David Kinyua

Florian Kulzer wrote:

On Fri, May 29, 2009 at 11:41:42 -0400, mathengejr AT aim DOT com wrote:
  
How do i get video to work on vlc. I noticed this since I reconfigure  
kernel.



I do not think that your new kernel is responsible for your problem.
Nevertheless, it cannot hurt to (re)test vlc with the standard Debian
Lenny kernel for your architecture. 

  

Running from terminal I see xvid has issues

wakari...@debian:~$ vlc
VLC media player 0.8.6h Janus
[0304] main decoder error: no suitable decoder module for fourcc  
`XVID'.

VLC probably does not support this sound or video format.



[...]

  

vlc -vvv --no-plugins-cache --list |grep ffmpeg gives me

VLC media player 0.8.6h Janus
[0001] main private debug: checking builtin modules
[0001] main private debug: checking plugin modules
[0001] main private debug: recursively browsing `/usr/lib/vlc'
[0001] main private warning: cannot load module  
`/usr/lib/vlc/codec/libffmpeg_plugin.so'  
(/usr/lib/vlc/codec/libffmpeg_plugin.so: undefined symbol: img_resample)



img_resample should be defined in /usr/lib/libavcodec.so.51.50.0 (from
the libavcodec51 package). Please post the output of this command:

ldd /usr/lib/vlc/codec/libffmpeg_plugin.so | grep avcodec

[...]


  
I have only recently recompiled  
kernel trying to get ipw2100 working.



The ipw2100 should work with your standard Debian kernel, provided you
have "firmware-ipw2x00" installed. (This package is in "non-free".)

  
ldd /usr/lib/vlc/codec/libffmpeg_plugin.so | grep avcodec gives me this, 
Kulzer

   libavcodec.so.51 => /usr/lib/i686/cmov/libavcodec.so.51 (0xb763a000)
so I guess everything is in order there!

After 3 days of trying to make the ipw2100 work it turned out something 
was physically wrong with it(bought it down a 2n hand store) I just got 
a Broadcom 4318 working 2 days ago without a hitch at all.


Thanks!


Re: VLC not showing video

2009-05-30 Thread Florian Kulzer
On Sat, May 30, 2009 at 17:26:08 +0200, Bernd Kloss wrote:
> Am Samstag, 30. Mai 2009 schrieb Florian Kulzer:
> > On Fri, May 29, 2009 at 11:41:42 -0400, mathengejr AT aim DOT com wrote:
> > > How do i get video to work on vlc.

[...]

> > > Running from terminal I see xvid has issues
> > >
> > > wakari...@debian:~$ vlc
> > > VLC media player 0.8.6h Janus
> > > [0304] main decoder error: no suitable decoder module for fourcc
> > > `XVID'.
> > > VLC probably does not support this sound or video format.
> >
> > [...]
> >
> > > vlc -vvv --no-plugins-cache --list |grep ffmpeg gives me

[...]

> > > [0001] main private warning: cannot load module 
> > > `/usr/lib/vlc/codec/libffmpeg_plugin.so'
> > > (/usr/lib/vlc/codec/libffmpeg_plugin.so: undefined symbol: img_resample)
> >
> > img_resample should be defined in /usr/lib/libavcodec.so.51.50.0 (from
> > the libavcodec51 package).

[...]

> We also had problems using the latest version of VLC. After downgrading to 
> the 
> previous version, it is working fine.
> libavcodec51:
> install: 0.svn20080206-16
> remove 3:20080706-0.3
> Same for
> libavformat52
> libavutil49
> libpostproc51

Be aware that version 0.svn20080206-16 of libavcodec51 has two known
vulnerabilities (CVE-2008-4610 and CVE-2009-0385, according to the
changelog of the last security upgrade). You should upgrade to version
0.svn20080206-17+lenny1 from security.debian.org.

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: VLC not showing video

2009-05-30 Thread Bernd Kloss
Am Samstag, 30. Mai 2009 schrieb Florian Kulzer:
> On Fri, May 29, 2009 at 11:41:42 -0400, mathengejr AT aim DOT com wrote:
> > How do i get video to work on vlc. I noticed this since I reconfigure
> > kernel.
>
> I do not think that your new kernel is responsible for your problem.
> Nevertheless, it cannot hurt to (re)test vlc with the standard Debian
> Lenny kernel for your architecture.
>
> > Running from terminal I see xvid has issues
> >
> > wakari...@debian:~$ vlc
> > VLC media player 0.8.6h Janus
> > [0304] main decoder error: no suitable decoder module for fourcc
> > `XVID'.
> > VLC probably does not support this sound or video format.
>
> [...]
>
> > vlc -vvv --no-plugins-cache --list |grep ffmpeg gives me
> >
> > VLC media player 0.8.6h Janus
> > [0001] main private debug: checking builtin modules
> > [0001] main private debug: checking plugin modules
> > [0001] main private debug: recursively browsing `/usr/lib/vlc'
> > [0001] main private warning: cannot load module
> > `/usr/lib/vlc/codec/libffmpeg_plugin.so'
> > (/usr/lib/vlc/codec/libffmpeg_plugin.so: undefined symbol: img_resample)
>
> img_resample should be defined in /usr/lib/libavcodec.so.51.50.0 (from
> the libavcodec51 package). Please post the output of this command:
>
> ldd /usr/lib/vlc/codec/libffmpeg_plugin.so | grep avcodec
>
> [...]
>
> > I have only recently recompiled
> > kernel trying to get ipw2100 working.
>
> The ipw2100 should work with your standard Debian kernel, provided you
> have "firmware-ipw2x00" installed. (This package is in "non-free".)
>
> --
> Regards,| http://users.icfo.es/Florian.Kulzer
>   Florian   |

We also had problems using the latest version of VLC. After downgrading to the 
previous version, it is working fine.
libavcodec51:
install: 0.svn20080206-16
remove 3:20080706-0.3
Same for
libavformat52
libavutil49
libpostproc51

Regards 
Bernd


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Re: VLC not showing video

2009-05-30 Thread Florian Kulzer
On Fri, May 29, 2009 at 11:41:42 -0400, mathengejr AT aim DOT com wrote:
> How do i get video to work on vlc. I noticed this since I reconfigure  
> kernel.

I do not think that your new kernel is responsible for your problem.
Nevertheless, it cannot hurt to (re)test vlc with the standard Debian
Lenny kernel for your architecture. 

> Running from terminal I see xvid has issues
>
> wakari...@debian:~$ vlc
> VLC media player 0.8.6h Janus
> [0304] main decoder error: no suitable decoder module for fourcc  
> `XVID'.
> VLC probably does not support this sound or video format.

[...]

> vlc -vvv --no-plugins-cache --list |grep ffmpeg gives me
>
> VLC media player 0.8.6h Janus
> [0001] main private debug: checking builtin modules
> [0001] main private debug: checking plugin modules
> [0001] main private debug: recursively browsing `/usr/lib/vlc'
> [0001] main private warning: cannot load module  
> `/usr/lib/vlc/codec/libffmpeg_plugin.so'  
> (/usr/lib/vlc/codec/libffmpeg_plugin.so: undefined symbol: img_resample)

img_resample should be defined in /usr/lib/libavcodec.so.51.50.0 (from
the libavcodec51 package). Please post the output of this command:

ldd /usr/lib/vlc/codec/libffmpeg_plugin.so | grep avcodec

[...]


> I have only recently recompiled  
> kernel trying to get ipw2100 working.

The ipw2100 should work with your standard Debian kernel, provided you
have "firmware-ipw2x00" installed. (This package is in "non-free".)

-- 
Regards,| http://users.icfo.es/Florian.Kulzer
  Florian   |


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org