Re: ia32 mplayer

2008-04-26 Thread Javier Serrano Polo
El ds 26 de 04 del 2008 a les 07:46 +1000, en/na Alex Samad va escriure:
 Hi
 
 I was wondering if there was any plans to ia32 mplayer, specifically to
 get access to the windows 32bit dll's

There're ways to bring that functionality into the 64-bit version but
nobody's implemented them. If you installed ia32 mplayer instead of your
native one I could provide the missing dependencies. However, there're
libraries from debian-multimedia and that'd mean I'd have to maintain an
extra repository. You need to convince Christian to provide ia32
libraries first.

Bye.


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




Re: ia32 mplayer

2008-04-26 Thread Alex Samad
On Sat, Apr 26, 2008 at 09:11:40AM +0200, Javier Serrano Polo wrote:
 El ds 26 de 04 del 2008 a les 07:46 +1000, en/na Alex Samad va escriure:
  Hi
  
  I was wondering if there was any plans to ia32 mplayer, specifically to
  get access to the windows 32bit dll's
 
 There're ways to bring that functionality into the 64-bit version but
 nobody's implemented them. If you installed ia32 mplayer instead of your
Any hints at that would it involve some sort of thunking between
64-32bits ?


 native one I could provide the missing dependencies. However, there're
 libraries from debian-multimedia and that'd mean I'd have to maintain an
 extra repository. You need to convince Christian to provide ia32
 libraries first.
talked to him about this before but he wasn't interested at the time
 
 Bye.
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 
 

-- 
My thoughts are, we're going to get somebody who knows what they're talking 
about when it comes to rebuilding cities.

- George W. Bush
09/02/2005
Biloxi, MS
On how the rebuilding of New Orleans might commence


signature.asc
Description: Digital signature


Re: ia32 mplayer

2008-04-26 Thread Javier Serrano Polo
El ds 26 de 04 del 2008 a les 17:31 +1000, en/na Alex Samad va escriure:
 talked to him about this before but he wasn't interested at the time

Then I can't help as there's no permission to redistribute w32codecs.

Bye.


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



mplayer-plugin

2007-01-13 Thread tomek . fizyk
Hi. I have firefox with mplayer-plugin (both from amd64 testing repos) 
installed and the plugin does not work - whenever I open a site with avi/mpeg 
contents the browser claims that there is no apropirate plugin installed.
What's wrong?

Tomek


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



Re: playing flv on chroot, repos of capable mplayer?

2006-10-30 Thread Edward Guldemond
On 2006-10-26, vitko [EMAIL PROTECTED] wrote:
 Alternatively you could try Marillat's packages

You can also build Debian packages from the latest mplayer source.  The
instructions to do so are in the (excellent) mplayer documentation.

-- 
Ed


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



Re: playing flv on chroot, repos of capable mplayer?

2006-10-26 Thread vitko
Igor TAmara píše v St 25. 10. 2006 v 21:13 +0200:
 Hi, I want to know if someone has a repository to download mplayer with
 support to play .vlf , showmedo and youtube convert the videos to this
 format, and I want to download and play locally, does anyone has managed
 to download and play with mplayer or some other tool?

If you mean .flv (flash video), I play it on my Sid AMD64 using mplayer
with no problems. 

I'm using home built fresh SVN code, it is just

$ cd /usr/local/src/mplayer-SVN
$ svn checkout svn://svn.mplayerhq.hu/mplayer/trunk/
$ cd trunk/
$ ./configure
$ make
$ sudo make install

Alternatively you could try Marillat's packages

...
deb http://www.debian-multimedia.org/ sid main
...


Vit


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



Re: mplayer and flash movies are too fast

2006-09-24 Thread Jan De Luyck
On Thursday 21 September 2006 20:28, Jan De Luyck wrote:
 Hello all,

 I've got a rarity with Flash and mplayer. With flash, if I play movies from
 e.g. YouTube (http://www.youtube.com/watch?v=Ui5v3APjmp8eurl= - example)
 the movie is at very high speed - not normal levels.

I've been able to fix this by using the no_timer_check boot option (together 
with noapic - otherwise it won't boot at all)

Jan
-- 
Don't let go of what you've got hold of, until you have hold of something 
else.
-- First Rule of Wing Walking


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



mplayer and flash movies are too fast

2006-09-21 Thread Jan De Luyck
Hello all,

I've got a rarity with Flash and mplayer. With flash, if I play movies from 
e.g. YouTube (http://www.youtube.com/watch?v=Ui5v3APjmp8eurl= - example) the 
movie is at very high speed - not normal levels.

I'm using a 32bit chroot with opera/firefox and flash.

The second rarity is that with mplayer, certain videos play too fast. Same 
kind of effect, very high pitched voices and very quick video. I've got this 
effect mostly with .wmv files played also from the 32-bit mplayer in the 
chroot.

Since I don't have any wmv's that are natively playable on 64bit, I can't tell 
if it's a problem there or not.

I'm running Debian Sid, both for amd64 as the 32-bit chroot.

Anyone have a clue what might be going wrong? It's highly annoying...

Thanks,

Jan
-- 
A tara da rata.
-- palíndromo



Re: mplayer unable to open files

2006-07-02 Thread Igor TAmara
Hi, thanks a lot :)

Nelson Igor TAmara wrote:
Nelson The strange thing is that I also have gmplayer on 
Nelson the chroot, but I'm able to browse my home from gmplayer, I'm
Nelson using d_chroot with the symlink on both cases...
Nelson 
Nelson What could be wrong?
Nelson 
Nelson 
Nelson What does your do_chroot script look like? If different, try this:
Nelson 
Nelson #!/bin/sh
Nelson exec schroot -p -c i386 -q `basename $0` -- $@
Nelson 

I had
 dchroot -c ia32 -d -q `basename $0` $ARGS
And changed by  :
 exec dchroot -c ia32 -d -q `basename $0` $@

it worked, just perfect

Nelson 
Nelson 
Nelson -- 
Nelson Nelson Menezes
Nelson 
Nelson 

-- 
Recomiendo Debian, la mejor distribución Linux
http://www.debian.org


signature.asc
Description: Digital signature


Re: mplayer unable to open files

2006-07-01 Thread Nelson Menezes

Igor TAmara wrote:
The strange thing is that I also have gmplayer on 
the chroot, but I'm able to browse my home from gmplayer, I'm

using d_chroot with the symlink on both cases...

What could be wrong?



What does your do_chroot script look like? If different, try this:

#!/bin/sh
exec schroot -p -c i386 -q `basename $0` -- $@



--
Nelson Menezes


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



mplayer unable to open files

2006-06-30 Thread Igor TAmara
Hi, I'm using mplayer on a 32 bit-chroot, installed from marillat, and
I'm getting the following errors :

[EMAIL PROTECTED]:~/media/videos$ mplayer gafas.wmv
MPlayer dev-CVS--4.0.3 (C) 2000-2005 MPlayer Team
CPU: Advanced Micro Devices  (Family: 15, Stepping: 2)
Detected cache-line size is 64 bytes
MMX2 supported but disabled
SSE2 supported but disabled
3DNow supported but disabled
3DNowExt supported but disabled
CPUflags:  MMX: 1 MMX2: 0 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0
Compiled for x86 CPU with extensions: MMX SSE



Failed to open /dev/rtc: No such file or directory (it should be readable by 
the user.)
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  'gafas.wmv'.
File not found: ' 'gafas.wmv''
Failed to open  'gafas.wmv'


Exiting... (End of file)

The strange thing is that I also have gmplayer on 
the chroot, but I'm able to browse my home from gmplayer, I'm
using d_chroot with the symlink on both cases...

What could be wrong?

-- 
Recomiendo Inkscape para hacer gráficos vectoriales
http://www.inkscape.org


signature.asc
Description: Digital signature


Re: mplayer unable to open files

2006-06-30 Thread Valentina Messeri
you need win32 codecs (wmv is a propietary codecs)

saludos

Vale

 Hi, I'm using mplayer on a 32 bit-chroot, installed from marillat, and
 I'm getting the following errors :

 [EMAIL PROTECTED]:~/media/videos$ mplayer gafas.wmv
 MPlayer dev-CVS--4.0.3 (C) 2000-2005 MPlayer Team
 CPU: Advanced Micro Devices  (Family: 15, Stepping: 2)
 Detected cache-line size is 64 bytes
 MMX2 supported but disabled
 SSE2 supported but disabled
 3DNow supported but disabled
 3DNowExt supported but disabled
 CPUflags:  MMX: 1 MMX2: 0 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0
 Compiled for x86 CPU with extensions: MMX SSE



 Failed to open /dev/rtc: No such file or directory (it should be readable by
 the user.)
 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  'gafas.wmv'.
 File not found: ' 'gafas.wmv''
 Failed to open  'gafas.wmv'


 Exiting... (End of file)

 The strange thing is that I also have gmplayer on
 the chroot, but I'm able to browse my home from gmplayer, I'm
 using d_chroot with the symlink on both cases...

 What could be wrong?

 --
 Recomiendo Inkscape para hacer gráficos vectoriales
 http://www.inkscape.org






This message was sent via Slackmail, web mail from Psand.net.


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



Re: mplayer unable to open files

2006-06-30 Thread Igor TAmara
Hola, 
Valentina you need win32 codecs (wmv is a propietary codecs)
Valentina 
Valentina saludos
Valentina 
Valentina Vale
Valentina 

Nope, the codecs aren't the problem, because I can use gmplayer to play 
those videos :( , I can't neither see an mpg or ogg video with mplayer,
but I can with gmplayer :(


-- 
Recomiendo el wiki de SLEC para compartir conocimientos
http://wiki.slec.net


signature.asc
Description: Digital signature


mplayer link in amd64

2006-03-17 Thread S. M. Ibrahim (Lavlu)
deb ftp://ftp.nerim.net/debian-marillat/ sid mainThis link was working for me weith i686, but now i am using amd64.I don't know why, it's not working now.
Then i tried this one, (i check it manualy, and there is files for amd64)deb http://spello.sscnet.ucla.edu/marillat/ sid mainbut, it's also not working.
Any body using mplayer on debian amd64 sid ?-- S. M. Ibrahim (Lavlu)Home page: http://lavluda.tripod.comBlog: 
http://lavluda.wordpress.comYahoo!! ID: lavluda MSN ID: lavluda Skype : lavludaCell no: +880189219056 (tt) or +880186340531


Re: mplayer link in amd64

2006-03-17 Thread Steven Dobson
Hi

On Fri, 2006-03-17 at 14:09 +0600, S. M. Ibrahim (Lavlu) wrote:
 deb ftp://ftp.nerim.net/debian-marillat/ sid  main
 This link was working for me weith i686, but now i am using amd64.
 
 I don't know why, it's not working now.
 Then i tried this one, (i check it manualy, and there is files for
 amd64)
 deb  http://spello.sscnet.ucla.edu/marillat/ sid main
  but, it's also not working.
 
 
 Any body using mplayer on debian amd64 sid ?

As it happens I listening to 2006/3/16 Buzz Out Loud podcast right now.

I got mplayer with these settings in my /etc/apt/sources.list.

  # For mplayer
  deb ftp://ftp.nerim.net/debian-marillat/ sid main
  deb http://spello.sscnet.ucla.edu/marillat/ sid main

Steve




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


Re: mplayer link in amd64

2006-03-17 Thread Max
You can find all links to Christian Marillat maintained software at
his website http://debian.video.free.fr/ for full list of

Max

On 3/17/06, S. M. Ibrahim (Lavlu) [EMAIL PROTECTED] wrote:
 deb ftp://ftp.nerim.net/debian-marillat/ sid  main
 This link was working for me weith i686, but now i am using amd64.

 I don't know why, it's not working now.
  Then i tried this one, (i check it manualy, and there is files for amd64)
 deb  http://spello.sscnet.ucla.edu/marillat/ sid main
  but, it's also not working.


 Any body using mplayer on debian amd64 sid ?

 --
 S. M. Ibrahim (Lavlu)
 Home page: http://lavluda.tripod.com
 Blog: http://lavluda.wordpress.com
 Yahoo!! ID: lavluda MSN ID: lavluda Skype : lavluda
 Cell no: +880189219056 (tt) or +880186340531



Re: [x86_64] bttv: linux 2.6.16-rc1 mplayer fails to record ALSA audio and fails tune TV.

2006-02-02 Thread Junichi Uekawa
Hi,

status update, it's still like this; I probably don't have much time
to sit around debugging this problem myself, but if anyone else has
met this problem and fixed it, I'd be delighted to know about it.

Linux dancer64 2.6.16-rc1dancer-ga6df590d-dirty #1 Wed Feb 1 18:36:00 JST 2006 
x86_64 GNU/Linux


regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project



At Fri, 20 Jan 2006 08:11:34 +0900,
Junichi Uekawa wrote:
 
 Hi,
 
 With 2.6.16-rc1, it's recording no audio, and it's recording
 black-and-white noise on video. Wooo, it's getting worse.
 
 $ uname -a
 Linux dancer64 2.6.16-rc1dancer-dirty #1 Wed Jan 18 08:11:24 JST 2006 x86_64 
 GNU/Linux
 
 
 From the information that I've gathered so far it seems like:
 1. bttv was rewritten to support v4l2
 2. record via v4l2 is broken, v4l1 is not (xawtv works, mencoder broken.)
I've heard mencoder should work with v4l1, but I have not yet confirmed.
 
 bttv-cards.c:
 
 [BTTV_BOARD_GVBCTV5PCI] = {
 .name   = IODATA GV-BCTV5/PCI,
 .video_inputs   = 3,
 .audio_inputs   = 1,
 .tuner  = 0,
 .svhs   = 2,
 .gpiomask   = 0x0f0f80,
 .muxsel = {2, 3, 1, 0 },
 .audiomux   = {0x03, 0x01, 0, 0, 0x02, 0},
 .no_msp34xx = 1,
 .pll= PLL_28,
 .tuner_type = TUNER_PHILIPS_NTSC_M,
 .tuner_addr = ADDR_UNSET,
 .radio_addr = ADDR_UNSET,
 .audio_hook = gvbctv5pci_audio,
 .has_radio  = 1,
 },
 
 dmesg gives me an impression that this path is taken properly:
 bttv: driver version 0.9.16 loaded
 bttv: using 8 buffers with 2080k (520 pages) each for capture
 bttv: Bt8xx card found (0).
 bttv0: Bt878 (rev 17) at :03:0b.0, irq: 22, latency: 64, mmio: 0xfdcff000
 bttv0: detected: I-O Data Co. GV-BCTV5/PCI [card=81], PCI subsystem ID is 
 10fc:d018
 bttv0: using: IODATA GV-BCTV5/PCI [card=81,autodetected]
 bttv0: gpio: en=, out= in=00f6f0f7 [init]
 bttv0: using tuner=17
 bttv0: i2c: checking for TDA9875 @ 0xb0... not found
 bttv0: i2c: checking for TDA7432 @ 0x8a... not found
 bttv0: i2c: checking for TDA9887 @ 0x86... not found
 tuner 0-0061: chip found @ 0xc2 (bt878 #0 [sw])
 tuner 0-0061: type set to 17 (Philips NTSC_M (MK2))
 bttv0: registered device video0
 bttv0: registered device vbi0
 bttv0: registered device radio0
 bttv0: PLL: 28636363 = 35468950 .. ok
 
 
 v4l-info is dumped with:
 
 printf(inputs\n);
 for (i = 0;; i++) {
 memset(input,0,sizeof(input));
 input.index = i;
 if (-1 == ioctl(fd,VIDIOC_ENUMINPUT,input))
 break;
 printf(VIDIOC_ENUMINPUT(%d)\n,i);
 print_struct(stdout,desc_v4l2_input,input,,tab);
 }
 printf(\n);
 
 
 which is probably handled in 
 bttv-driver.c:static int bttv_common_ioctls(struct bttv *btv, unsigned int 
 cmd, void *arg)
 
 which unconditionally sets:
 i-audioset = 0;
 
 
 
  last successful one was 2.6.14-rc5.
  
  
  I've noticed that there is a v4l-info command, which dumps v4l2
  information, and it seems to signify that v4l2 is giving a different
  answer.
  
  The following is a diff, which seems to signify that this difference
  exists in the two versions:
  
  -   audioset: 1
  +   audioset: 0
  
 
 
 regards,
   junichi
 -- 
 [EMAIL PROTECTED],netfort.gr.jp}   Debian Project
 


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



Re: [x86_64] bttv: linux 2.6.16-rc1 mplayer fails to record ALSA audio and fails tune TV.

2006-02-02 Thread Manu Abraham

Junichi Uekawa wrote:

Hi,

status update, it's still like this; I probably don't have much time
to sit around debugging this problem myself, but if anyone else has
met this problem and fixed it, I'd be delighted to know about it.

Linux dancer64 2.6.16-rc1dancer-ga6df590d-dirty #1 Wed Feb 1 18:36:00 JST 2006 
x86_64 GNU/Linux

  


Are you referring to bugzilla 5895 ? I just closed that ticket.

http://linuxtv.org/hg/v4l-dvb?cmd=changeset;node=dc3ce5a86001;style=gitweb


Manu


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



Re: [x86_64] bttv: linux 2.6.16-rc1 mplayer fails to record ALSA audio and fails tune TV.

2006-02-02 Thread Junichi Uekawa
Hi,

 Junichi Uekawa wrote:
  Hi,
 
  status update, it's still like this; I probably don't have much time
  to sit around debugging this problem myself, but if anyone else has
  met this problem and fixed it, I'd be delighted to know about it.
 
  Linux dancer64 2.6.16-rc1dancer-ga6df590d-dirty #1 Wed Feb 1 18:36:00 JST 
  2006 x86_64 GNU/Linux
 

 
 Are you referring to bugzilla 5895 ? I just closed that ticket.
 
 http://linuxtv.org/hg/v4l-dvb?cmd=changeset;node=dc3ce5a86001;style=gitweb

That sounds like a different module; I'm using 'bttv' module.


I've tried 

rmmod bttv
rmmod tuner
rmmod compat_ioctl32
rmmod v4l2-common
rmmod tveeprom
rmmod videodev
rmmod ir-common

insmod v4l2-common.ko
insmod tveeprom.ko
insmod videodev.ko
insmod compat_ioctl32.ko
insmod tuner.ko
insmod ir-common.ko
insmod bttv.ko


on

$ hg log|head
changeset:   3295:02699cfc26d5
tag: tip
user:Manu Abraham [EMAIL PROTECTED]
date:Thu Feb  2 07:59:47 2006 +0400
summary: bugfix [5895], return an error value

and I can reproduce the situation.


The current situation being that no images come through mencoder,
which probably means it's not
1. tuning the tuner (If there has been a i2c breakage, sounds possible)
2. getting the images
or both.

I am able to see TV through xawtv, and I am assuming that means it's
working with v4l1 compatibility layer of some sort.


regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


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



Re: [x86_64] bttv: linux 2.6.16-rc1 mplayer fails to record ALSA audio and fails tune TV.

2006-01-19 Thread Junichi Uekawa
Hi,

With 2.6.16-rc1, it's recording no audio, and it's recording
black-and-white noise on video. Wooo, it's getting worse.

$ uname -a
Linux dancer64 2.6.16-rc1dancer-dirty #1 Wed Jan 18 08:11:24 JST 2006 x86_64 
GNU/Linux


From the information that I've gathered so far it seems like:
1. bttv was rewritten to support v4l2
2. record via v4l2 is broken, v4l1 is not (xawtv works, mencoder broken.)
   I've heard mencoder should work with v4l1, but I have not yet confirmed.

bttv-cards.c:

[BTTV_BOARD_GVBCTV5PCI] = {
.name   = IODATA GV-BCTV5/PCI,
.video_inputs   = 3,
.audio_inputs   = 1,
.tuner  = 0,
.svhs   = 2,
.gpiomask   = 0x0f0f80,
.muxsel = {2, 3, 1, 0 },
.audiomux   = {0x03, 0x01, 0, 0, 0x02, 0},
.no_msp34xx = 1,
.pll= PLL_28,
.tuner_type = TUNER_PHILIPS_NTSC_M,
.tuner_addr = ADDR_UNSET,
.radio_addr = ADDR_UNSET,
.audio_hook = gvbctv5pci_audio,
.has_radio  = 1,
},

dmesg gives me an impression that this path is taken properly:
bttv: driver version 0.9.16 loaded
bttv: using 8 buffers with 2080k (520 pages) each for capture
bttv: Bt8xx card found (0).
bttv0: Bt878 (rev 17) at :03:0b.0, irq: 22, latency: 64, mmio: 0xfdcff000
bttv0: detected: I-O Data Co. GV-BCTV5/PCI [card=81], PCI subsystem ID is 
10fc:d018
bttv0: using: IODATA GV-BCTV5/PCI [card=81,autodetected]
bttv0: gpio: en=, out= in=00f6f0f7 [init]
bttv0: using tuner=17
bttv0: i2c: checking for TDA9875 @ 0xb0... not found
bttv0: i2c: checking for TDA7432 @ 0x8a... not found
bttv0: i2c: checking for TDA9887 @ 0x86... not found
tuner 0-0061: chip found @ 0xc2 (bt878 #0 [sw])
tuner 0-0061: type set to 17 (Philips NTSC_M (MK2))
bttv0: registered device video0
bttv0: registered device vbi0
bttv0: registered device radio0
bttv0: PLL: 28636363 = 35468950 .. ok


v4l-info is dumped with:

printf(inputs\n);
for (i = 0;; i++) {
memset(input,0,sizeof(input));
input.index = i;
if (-1 == ioctl(fd,VIDIOC_ENUMINPUT,input))
break;
printf(VIDIOC_ENUMINPUT(%d)\n,i);
print_struct(stdout,desc_v4l2_input,input,,tab);
}
printf(\n);


which is probably handled in 
bttv-driver.c:static int bttv_common_ioctls(struct bttv *btv, unsigned int cmd, 
void *arg)

which unconditionally sets:
i-audioset = 0;



 last successful one was 2.6.14-rc5.
 
 
 I've noticed that there is a v4l-info command, which dumps v4l2
 information, and it seems to signify that v4l2 is giving a different
 answer.
 
 The following is a diff, which seems to signify that this difference
 exists in the two versions:
 
 - audioset: 1
 + audioset: 0
 


regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project



Re: [x86_64] linux 2.6.15-rc6 mplayer fails to record ALSA audio.

2006-01-13 Thread Junichi Uekawa
Hi,

With recent git tree I'm still experiencing the same problem that
audio isn't captured with mencoder.

$ uname -a 
Linux dancer64 2.6.15dancer-ga4fc7ab1-dirty #1 Thu Jan 12 08:32:49 JST 2006 
x86_64 GNU/Linux

last successful one was 2.6.14-rc5.


I've noticed that there is a v4l-info command, which dumps v4l2
information, and it seems to signify that v4l2 is giving a different
answer.

The following is a diff, which seems to signify that this difference
exists in the two versions:

-   audioset: 1
+   audioset: 0

What caused this change and how to revert is a mystery, yet.



$ diff -u 261[45]/v4l-info
--- 2614/v4l-info   2006-01-14 16:22:58.0 +0900
+++ 2615/v4l-info   2006-01-14 16:19:00.0 +0900
@@ -25,7 +25,7 @@
framelines  : 525
 VIDIOC_ENUMSTD(2)
index   : 2
-   id  : 0x7f 
[SECAM_B,SECAM_D,SECAM_G,SECAM_H,SECAM_K,SECAM_K1,SECAM_L]
+   id  : 0xff 
[SECAM_B,SECAM_D,SECAM_G,SECAM_H,SECAM_K,SECAM_K1,SECAM_L,?ATSC_8_VSB]
name: SECAM
frameperiod.numerator   : 1
frameperiod.denominator : 25
@@ -71,25 +71,25 @@
index   : 0
name: Television
type: TUNER
-   audioset: 1
+   audioset: 0
tuner   : 0
-   std : 0x7f3fff 
[PAL_B,PAL_B1,PAL_G,PAL_H,PAL_I,PAL_D,PAL_D1,PAL_K,PAL_M,PAL_N,PAL_Nc,PAL_60,NTSC_M,NTSC_M_JP,SECAM_B,SECAM_D,SECAM_G,SECAM_H,SECAM_K,SECAM_K1,SECAM_L]
+   std : 0xff3fff 
[PAL_B,PAL_B1,PAL_G,PAL_H,PAL_I,PAL_D,PAL_D1,PAL_K,PAL_M,PAL_N,PAL_Nc,PAL_60,NTSC_M,NTSC_M_JP,SECAM_B,SECAM_D,SECAM_G,SECAM_H,SECAM_K,SECAM_K1,SECAM_L,?ATSC_8_VSB]
status  : 0x100 [NO_H_LOCK]
 VIDIOC_ENUMINPUT(1)
index   : 1
name: Composite1
type: CAMERA
-   audioset: 1
+   audioset: 0
tuner   : 0
-   std : 0x7f3fff 
[PAL_B,PAL_B1,PAL_G,PAL_H,PAL_I,PAL_D,PAL_D1,PAL_K,PAL_M,PAL_N,PAL_Nc,PAL_60,NTSC_M,NTSC_M_JP,SECAM_B,SECAM_D,SECAM_G,SECAM_H,SECAM_K,SECAM_K1,SECAM_L]
+   std : 0xff3fff 
[PAL_B,PAL_B1,PAL_G,PAL_H,PAL_I,PAL_D,PAL_D1,PAL_K,PAL_M,PAL_N,PAL_Nc,PAL_60,NTSC_M,NTSC_M_JP,SECAM_B,SECAM_D,SECAM_G,SECAM_H,SECAM_K,SECAM_K1,SECAM_L,?ATSC_8_VSB]
status  : 0x0 []
 VIDIOC_ENUMINPUT(2)
index   : 2
name: S-Video
type: CAMERA
-   audioset: 1
+   audioset: 0
tuner   : 0
-   std : 0x7f3fff 
[PAL_B,PAL_B1,PAL_G,PAL_H,PAL_I,PAL_D,PAL_D1,PAL_K,PAL_M,PAL_N,PAL_Nc,PAL_60,NTSC_M,NTSC_M_JP,SECAM_B,SECAM_D,SECAM_G,SECAM_H,SECAM_K,SECAM_K1,SECAM_L]
+   std : 0xff3fff 
[PAL_B,PAL_B1,PAL_G,PAL_H,PAL_I,PAL_D,PAL_D1,PAL_K,PAL_M,PAL_N,PAL_Nc,PAL_60,NTSC_M,NTSC_M_JP,SECAM_B,SECAM_D,SECAM_G,SECAM_H,SECAM_K,SECAM_K1,SECAM_L,?ATSC_8_VSB]
status  : 0x0 []
 
 tuners
@@ -98,8 +98,8 @@
name: Television
type: ANALOG_TV
capability  : 0x2 [NORM]
-   rangelow: 0
-   rangehigh   : 4294967295
+   rangelow: 704
+   rangehigh   : 15328
rxsubchans  : 0x1 [MONO]
audmode : MONO
signal  : 0
@@ -332,11 +332,11 @@
 VIDIOC_G_FMT(VBI_CAPTURE)
type: VBI_CAPTURE
fmt.vbi.sampling_rate   : 35468950
-   fmt.vbi.offset  : 244
+   fmt.vbi.offset  : 128
fmt.vbi.samples_per_line: 2048
fmt.vbi.sample_format   : 0x59455247 [GREY]
fmt.vbi.start[0]: 7
-   fmt.vbi.start[1]: 319
+   fmt.vbi.start[1]: 320
fmt.vbi.count[0]: 16
fmt.vbi.count[1]: 16
fmt.vbi.flags   : 0



full output of v4l-info:
### v4l2 device info [/dev/video0] ###
general info
VIDIOC_QUERYCAP
driver  : bttv
card: BT878 video (IODATA GV-BCTV5/PC
bus_info: PCI::03:0b.0
version : 0.9.16
capabilities: 0x5010015 
[VIDEO_CAPTURE,VIDEO_OVERLAY,VBI_CAPTURE,TUNER,READWRITE,STREAMING]

standards
VIDIOC_ENUMSTD(0)
index   : 0
id  : 0xff 
[PAL_B,PAL_B1,PAL_G,PAL_H,PAL_I,PAL_D,PAL_D1,PAL_K]
name: PAL
frameperiod.numerator   : 1
frameperiod.denominator : 25
framelines  

[x86_64] linux 2.6.15-rc6 mplayer fails to record ALSA audio.

2005-12-19 Thread Junichi Uekawa
Hi,


With today's git tree I'm still experiencing the same problem that audio isn't 
captured with mencoder.

Linux dancer64 2.6.15-rc6dancer-gdf7addbb #1 Mon Dec 19 23:18:41 JST 2005 
x86_64 GNU/Linux

successful recording is done with 2.6.14-rc5, failure case is done
with 2.6.15-rc6, I'm suspecting that v4l is giving some wrong ideas
about audio information to mencoder.


MEncoder dev-CVS--4.0.2 (C) 2000-2005 MPlayer Team
CPU: Advanced Micro Devices Athlon 64 Newcastle,Winchester,San Diego,Venice; 
Sempron Palermo (Family: 15, Stepping: 0)
Detected cache-line size is 64 bytes
CPUflags: Type: 15 MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2

success: format: 9  data: 0x0 - 0x0
Selected driver: v4l2
 name: Video 4 Linux 2 input
 author: Martin Olschewski [EMAIL PROTECTED]
 comment: first try, more to come ;-)
Selected device: BT878 video (IODATA GV-BCTV5/PC
 Tuner cap:
 Tuner rxs: MONO
 Capabilites:  video capture  video overlay  VBI capture device  tuner  
read/write  streaming
 supported norms: 0 = PAL; 1 = NTSC; 2 = SECAM; 3 = PAL-Nc; 4 = PAL-M; 5 = 
PAL-N; 6 = NTSC-JP; 7 = PAL-60;
 inputs: 0 = Television; 1 = Composite1; 2 = S-Video;
 Current input: 0
 Current format: YUYV
v4l2: current audio mode is : STEREO
Selected channel: 12 (freq: 217.250)
[V] filefmt:9  fourcc:0x30323449  size:320x240  fps:29.97  ftime:=0.0334
==
Opening audio decoder: [pcm] Uncompressed PCM audio decoder
AUDIO: 48000 Hz, 2 ch, s16le, 1536.0 kbit/100.00% (ratio: 192000-192000)
Selected audio codec: [pcm] afm: pcm (Uncompressed PCM)
==
Opening video filter: [expand osd=1]
Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.00, round: 1
==
Opening video decoder: [raw] RAW Uncompressed Video
VDec: vo config request - 320 x 240 (preferred colorspace: Planar I420)
VDec: using Planar I420 as output csp (no 0)
Movie-Aspect is undefined - no prescaling applied.
videocodec: libavcodec (320x240 fourcc=34504d46 [FMP4])
High quality encoding selected (non real time)!
Selected video codec: [rawi420] vfm: raw (RAW I420)
==
Building audio filter chain for 48000Hz/2ch/s16le - 0Hz/0ch/??...
MP3 audio selected
Building audio filter chain for 48000Hz/2ch/s16le - 48000Hz/2ch/s16le...
Writing AVI header...
ODML: Aspect information not (yet?) available or unspecified, not writing vprp 
header.
Forcing audio preload to 0, max pts correction to 0
New_Face failed. Maybe the font path is wrong.
Please supply the text font file (~/.mplayer/subfont.ttf).
subtitle font: load_sub_face failed.
ODML: Aspect information not (yet?) available or unspecified, not writing vprp 
header.
MEncoder dev-CVS--4.0.2 (C) 2000-2005 MPlayer Team
CPU: Advanced Micro Devices Athlon 64 Newcastle,Winchester,San Diego,Venice; 
Sempron Palermo (Family: 15, Stepping: 0)
Detected cache-line size is 64 bytes
CPUflags: Type: 15 MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2

success: format: 9  data: 0x0 - 0x0
Selected driver: v4l2
 name: Video 4 Linux 2 input
 author: Martin Olschewski [EMAIL PROTECTED]
 comment: first try, more to come ;-)
Selected device: BT878 video (IODATA GV-BCTV5/PC
 Tuner cap:
 Tuner rxs: MONO
 Capabilites:  video capture  video overlay  VBI capture device  tuner  
read/write  streaming
 supported norms: 0 = PAL; 1 = NTSC; 2 = SECAM; 3 = PAL-Nc; 4 = PAL-M; 5 = 
PAL-N; 6 = NTSC-JP; 7 = PAL-60;
 inputs: 0 = Television; 1 = Composite1; 2 = S-Video;
 Current input: 0
 Current format: YUV420
v4l2: current audio mode is : STEREO
Selected channel: 12 (freq: 217.250)
[V] filefmt:9  fourcc:0x30323449  size:320x240  fps:29.97  ftime:=0.0334
Opening video filter: [expand osd=1]
Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.00, round: 1
==
Opening video decoder: [raw] RAW Uncompressed Video
VDec: vo config request - 320 x 240 (preferred colorspace: Planar I420)
VDec: using Planar I420 as output csp (no 0)
Movie-Aspect is undefined - no prescaling applied.
videocodec: libavcodec (320x240 fourcc=34504d46 [FMP4])
High quality encoding selected (non real time)!
Selected video codec: [rawi420] vfm: raw (RAW I420)
==
Writing AVI header...
ODML: Aspect information not (yet?) available or unspecified, not writing vprp 
header.
Forcing audio preload to 0, max pts correction to 0
New_Face failed. Maybe the font path is wrong.
Please supply the text font file (~/.mplayer/subfont.ttf).
subtitle font: load_sub_face failed.
ODML: Aspect information not (yet?) available or unspecified, not writing vprp 
header

Re: mplayer libGL.so.1

2005-12-10 Thread Lance Hoffmeyer
That was it exactly and your solution worked, thanks!!!
I figured it was something like that.  Just didn't know
which file to reinstall.

Lance



At Mon, 05 Dec 2005 11:46:47 +0100,
Flavio Stanchina wrote:
 
 Lance Hoffmeyer wrote:
  $ll /usr/lib/libGL*
  lrwxrwxrwx  1 root root   27 2005-11-29 14:20 /usr/lib/libGL.so - 
  /usr/X11R6/lib/libGL.so.1.2
  lrwxrwxrwx  1 root root   27 2005-11-29 14:20 /usr/lib/libGL.so.1 - 
  /usr/X11R6/lib/libGL.so.1.2
 
 /usr/X11R6/lib/libGL.so.1.2 is missing. My best guess is that you played
 with NVidia's or ATI's driver installer, then removed it and your system
 was left with a missing libGL. You should reinstall xlibmesa-gl:
 
   apt-get --reinstall install xlibmesa-gl
 
  $ldd /usr/bin/mplayer
  [...]
  libGL.so.1 = not found
 
 ...quod erat demonstrandum.
 
 -- 
 Ciao, Flavio
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 


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



Re: mplayer libGL.so.1

2005-12-05 Thread Flavio Stanchina
Lance Hoffmeyer wrote:
 $ll /usr/lib/libGL*
 lrwxrwxrwx  1 root root   27 2005-11-29 14:20 /usr/lib/libGL.so - 
 /usr/X11R6/lib/libGL.so.1.2
 lrwxrwxrwx  1 root root   27 2005-11-29 14:20 /usr/lib/libGL.so.1 - 
 /usr/X11R6/lib/libGL.so.1.2

/usr/X11R6/lib/libGL.so.1.2 is missing. My best guess is that you played
with NVidia's or ATI's driver installer, then removed it and your system
was left with a missing libGL. You should reinstall xlibmesa-gl:

  apt-get --reinstall install xlibmesa-gl

 $ldd /usr/bin/mplayer
 [...]
 libGL.so.1 = not found

...quod erat demonstrandum.

-- 
Ciao, Flavio


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



Re: mplayer sources.list for testing?

2005-12-03 Thread Michal Hajek
Hi :)

Does anybody have experience with using hrtimers on debian amd64? 

I have found this page:
http://sourceforge.net/projects/high-res-timers

Did anyone give it a try? 

Best regards
Michal


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



Re: mplayer and libdvdcss

2005-11-30 Thread Santiago Kci
How?
2005/11/29, Goswin von Brederlow [EMAIL PROTECTED]:
sigi [EMAIL PROTECTED] writes: Hi,  I try to install from 'deb 
ftp://ftp.nerim.net/debian-marillat/ sid  main' but apt said there it can't find the PUBLIC KEY or something  like that.
 That's only a warning. had the same problem some weeks ago. I did wget http://amd64.debian.net/archive.key apt-key add archive.key
 and the warning message was gone... sigi.That is the amd64 archive key, not marillats. Try a keyserver.MfG Goswin--To UNSUBSCRIBE, email to 
[EMAIL PROTECTED]with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


Re: mplayer and libdvdcss

2005-11-30 Thread Stephen Cormier
On November 30, 2005 01:31 pm, Santiago Kci wrote:
 How?

Here is what I have for the key.

HappyTux:/home/stephen# gpg --list-keys
/root/.gnupg/pubring.gpg

pub   1024D/1F41B907 1999-10-03
uid  Christian Marillat [EMAIL PROTECTED]
uid  Christian Marillat [EMAIL PROTECTED]
uid  Christian Marillat [EMAIL PROTECTED]
sub   1536g/C28DCC42 1999-10-03

pub   1024D/B5F5BBED 2005-04-24
uid  Debian AMD64 Archive Key 
debian-amd64@lists.debian.org
sub   2048g/34FC6FE5 2005-04-24

pub   1024D/8722E71E 2005-08-24 [expires: 2008-01-31]
uid  secure-testing Archive Key 2005-7 
[EMAIL PROTECTED]
sub   2048g/A04E64FA 2005-08-24 [expires: 2008-01-31]

The key here I would have wanted to add would be 1F41B907 so 

gpg --keyserver wwwkeys.eu.pgp.net --recv-keys 1F41B907

Then to have apt use it.

gpg --armor --export 1F41B907 | apt-key add -

Now apt will stop the warnings. Both commands above done as root of 
course.

Stephen

 2005/11/29, Goswin von Brederlow 
[EMAIL PROTECTED]:
  sigi [EMAIL PROTECTED] writes:
   Hi,
  
I try to install from 'deb
ftp://ftp.nerim.net/debian-marillat/ sid main' but apt said
there it can't find the PUBLIC KEY or
 
  something
 
like that.
  
   That's only a warning.
  
   had the same problem some weeks ago. I did
  
   wget http://amd64.debian.net/archive.key
   apt-key add archive.key
  
   and the warning message was gone...
  
   sigi.
 
  That is the amd64 archive key, not marillats. Try a keyserver.
 
  MfG
 Goswin


-- 
Debian the choice of a GNU generation

GPG Public Key: http://users.eastlink.ca/~stephencormier/publickey.asc


pgpHLwyHOCV3m.pgp
Description: PGP signature


Re: [x86_64] 2.6.14-git13 mplayer fails with v4l2: ioctl queue buffer failed: Bad address (2 Nov 2005, 11 Nov 2005)

2005-11-30 Thread Junichi Uekawa
Hi,

 Does that not work for you?  It's not the full solution to all the
 issues, but I'd expect it to be enough to get you going.  If it does
 not work for you, then I need to understand why not in a hurry:
 please let me know either way.
 
 I'm at last getting near with my patches, hope to post later tonight
 (but everything always takes me longer than I expect).

I am assuming that the following patch went in as a fix for this
problem. I have tested linus' tree as of today, and bttv works fine 
on x86_64, problem solved.
Thanks!

commit ed5297a94090d9a9f27b0ce1f9601ebe73561cff
tree 00d28144ae949b3f9d566279cb12be0c802f86e6
parent aa1a64ee12ae130706f3fc0007841ce9b0ddf9c2
author Hugh Dickins [EMAIL PROTECTED]
committer Linus Torvalds [EMAIL PROTECTED]
[PATCH] unpaged: get_user_pages VM_RESERVED


regards,
junichi

-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


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



Re: mplayer and libdvdcss

2005-11-29 Thread Goswin von Brederlow
sigi [EMAIL PROTECTED] writes:

 Hi,

  I try to install from 'deb ftp://ftp.nerim.net/debian-marillat/ sid
  main' but apt said there it can't find the PUBLIC KEY or something
  like that.
 
 That's only a warning.

 had the same problem some weeks ago. I did 

 wget http://amd64.debian.net/archive.key
 apt-key add archive.key

 and the warning message was gone...

 sigi.

That is the amd64 archive key, not marillats. Try a keyserver.

MfG
Goswin


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



mplayer sources.list for testing?

2005-11-28 Thread Michal Hajek
Hello people :)

Can anyone please advice me on what entry should I include in my
/etc/apt/sources.list file, if I want to install mplayer for amd64
testing (aka etch)? 

right now my sources.list looks like this:


deb http://amd64.debian.net/debian/ testing main contrib non-free
deb-src http://amd64.debian.net/debian/ testing main contrib non-free

deb http://secure-testing.debian.net/debian-secure-testing 
etch/security-updates main contrib non-free
deb-src http://secure-testing.debian.net/debian-secure-testing 
etch/security-updates main contrib non-free

 mplayer
deb ftp://ftp.nerim.net/debian-marillat/ etch main
^^^
unfortunately, there is only mplayer-doc available there. 

Thank you in advance...

Best regards
Michal


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



Re: mplayer sources.list for testing?

2005-11-28 Thread Lennart Sorensen
On Mon, Nov 28, 2005 at 02:26:02PM +0100, Michal Hajek wrote:
 Hello people :)
 
 Can anyone please advice me on what entry should I include in my
 /etc/apt/sources.list file, if I want to install mplayer for amd64
 testing (aka etch)? 
 
 right now my sources.list looks like this:
 
 
 deb http://amd64.debian.net/debian/ testing main contrib non-free
 deb-src http://amd64.debian.net/debian/ testing main contrib non-free
 
 deb http://secure-testing.debian.net/debian-secure-testing 
 etch/security-updates main contrib non-free
 deb-src http://secure-testing.debian.net/debian-secure-testing 
 etch/security-updates main contrib non-free
 
  mplayer
 deb ftp://ftp.nerim.net/debian-marillat/ etch main
 ^^^
 unfortunately, there is only mplayer-doc available there. 

The index.html at that location has a link to:
deb http://spello.sscnet.ucla.edu/marillat/ sid main

It only has sarge and sid though, no etch.

Len Sorensen


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



Re: mplayer sources.list for testing?

2005-11-28 Thread Michal Hajek
Hello :)

* Lennart Sorensen ([EMAIL PROTECTED]) [051128 16:00]:
 The index.html at that location has a link to:
 deb http://spello.sscnet.ucla.edu/marillat/ sid main
 
 It only has sarge and sid though, no etch.
   ^
what is than a correct debian way to get mplayer working? Should I
compile it myself, find another repository (which I cannot actualy find
:)) or just wait? (- perhaps wrong idea)

Well, I can live without mplayer actually, but that does not solve the
problem from the philosophical point of view :)

Best regards
Michal


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



Re: mplayer sources.list for testing?

2005-11-28 Thread Lennart Sorensen
On Mon, Nov 28, 2005 at 04:10:12PM +0100, Michal Hajek wrote:
 Hello :)
 
 * Lennart Sorensen ([EMAIL PROTECTED]) [051128 16:00]:
  The index.html at that location has a link to:
  deb http://spello.sscnet.ucla.edu/marillat/ sid main
  
  It only has sarge and sid though, no etch.
^
 what is than a correct debian way to get mplayer working? Should I
 compile it myself, find another repository (which I cannot actualy find
 :)) or just wait? (- perhaps wrong idea)
 
 Well, I can live without mplayer actually, but that does not solve the
 problem from the philosophical point of view :)

You could use the sid packages from that site, or you could see if it
offers source packages and just build those on your system and install
them.A

The main site has sources, including for etch.  Try those.

ie: apt-get source -b mplayer or something like that.

Len Sorensen


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



Re: mplayer sources.list for testing?

2005-11-28 Thread Michael Langley
At this point it's probably best to build mplayer yourself.  If you want to 
play videos that require the win32 codecs you can build mplayer inside an ia32 
chroot.  You can find an easy step by step explanation of how to setup your 
chroot at the url below.

https://alioth.debian.org/docman/view.php/30192/21/debian-amd64-howto.html

I built a 64bit mplayer for normal use and a 32bit mplayer for the win32 
codecs.  Seems like the best way to go for now.

On Mon, 28 Nov 2005 16:10:12 +0100
Michal Hajek [EMAIL PROTECTED] wrote:

 Hello :)
 
 * Lennart Sorensen ([EMAIL PROTECTED]) [051128 16:00]:
  The index.html at that location has a link to:
  deb http://spello.sscnet.ucla.edu/marillat/ sid main
  
  It only has sarge and sid though, no etch.
^
 what is than a correct debian way to get mplayer working? Should I
 compile it myself, find another repository (which I cannot actualy find
 :)) or just wait? (- perhaps wrong idea)
 
 Well, I can live without mplayer actually, but that does not solve the
 problem from the philosophical point of view :)
 
 Best regards
 Michal
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]


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



Re: mplayer and libdvdcss

2005-11-25 Thread Santiago Kci
Hi,

I try to install from 'deb ftp://ftp.nerim.net/debian-marillat/ sid
main' but apt said there it can't find the PUBLIC KEY or something
like that.

some help?

Regards.
Santiago.


2005/11/24, sigi [EMAIL PROTECTED]:
 Hi,

  Check this page :
  http://debian.video.free.fr/
  especially the bottom for adresses.

 that was the page I got my sources from...
 and deb http://spello.sscnet.ucla.edu/marillat/ sid main
 works, instead of my addressing to 'unstable'.

 but as Gian said, the link to
 deb ftp://ftp.nerim.net/debian-marillat/ sid main
 does not work...not accessible

 thanks you all,
 sigi.



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





Re: mplayer and libdvdcss

2005-11-25 Thread Hamish Moffatt
On Fri, Nov 25, 2005 at 04:16:24PM -0300, Santiago Kci wrote:
 I try to install from 'deb ftp://ftp.nerim.net/debian-marillat/ sid
 main' but apt said there it can't find the PUBLIC KEY or something
 like that.

That's only a warning.

Hamish
-- 
Hamish Moffatt VK3SB [EMAIL PROTECTED] [EMAIL PROTECTED]


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



Re: mplayer and libdvdcss

2005-11-25 Thread sigi
Hi,

  I try to install from 'deb ftp://ftp.nerim.net/debian-marillat/ sid
  main' but apt said there it can't find the PUBLIC KEY or something
  like that.
 
 That's only a warning.

had the same problem some weeks ago. I did 

wget http://amd64.debian.net/archive.key
apt-key add archive.key

and the warning message was gone...

sigi.


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



Re: mplayer and libdvdcss

2005-11-24 Thread Yannick - Debian/Linux

Hi,

Check this page :
http://debian.video.free.fr/
especially the bottom for adresses.

Regards,
Yannick

sigi a écrit :


Hi,

has anyone out there a link to a mplayer and libdvdcss-mirror for amd64? 


my collected sources seem not to be accessible since some weeks...
in my sources.list I wrote the following:

#mplayer
deb http://spello.sscnet.ucla.edu/marillat/ unstable main
deb http://cyberspace.ucla.edu/marillat/ unstable main
deb http://debian-amd64.alioth.debian.org/pure64 unstable main contrib non-free
#libdvdcss
deb ftp://ftp.nerim.net/debian-marillat/ unstable main
deb ftp://ftp.nerim.net/debian-marillat/ etch main

and my first install worked with this, but now dselect always announces, 
that he can't find Packages.gz or can't reach the address (nerim.net)


thanks for your sources...
sigi.


 






Re: [x86_64] 2.6.14-git13 mplayer fails with v4l2: ioctl queue buffer failed: Bad address (2 Nov 2005, 11 Nov 2005)

2005-11-16 Thread Hugh Dickins
On Wed, 16 Nov 2005, Nickolay V. Shmyrev wrote:
 
 It's sad, but I still don't understand the way it should be fixed.
 Removal of VM_RESERVED is certainly not a solution, since we don't going
 to swap mmaped pages and VM_RESERVED is used in other drivers (for
 example, some sound drivers)

Early in this thread (last Friday) I said that I was working on
the fix for this and some other PageReserved removal problems.

I suggested then:
Though if you're curious and impatient, you could try just editing
the  | VM_RESERVED out of mm/memory.c get_user_pages.

Does that not work for you?  It's not the full solution to all the
issues, but I'd expect it to be enough to get you going.  If it does
not work for you, then I need to understand why not in a hurry:
please let me know either way.

I'm at last getting near with my patches, hope to post later tonight
(but everything always takes me longer than I expect).

 So, we need to find the problem itself. After looking at the code I've
 found that the x86_64 dependency of that problem lies in the check in
 memory.c:get_user_pages
 
 if (vma  in_gate_area (task, start))
 
 x86_64 defines it's own arch-dependant function in_gate_area which fails
 in our case.

Why would you expect in_gate_area to pass in your case?  I'd be very
surprised if the user pages you're trying to get are in the gate area.
I doubt that has anything to do with it: please try what I suggested.

Hugh

 Can someone trace that code and find why do we fail and
 fail only on x86_64. It would be nice if someone could point me to
 get_user_pages documentation, why it's so differently behaves for 64 bit
 arch.
 
 Also it seems that I had traces of video-buf module with debug enabled
 on 64 bit, but lost them. Can someone just enable debug option to video-
 buf module and collect those traces.


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



Re: [x86_64] 2.6.14-git13 mplayer fails with v4l2: ioctl queue buffer failed: Bad address (2 Nov 2005, 11 Nov 2005)

2005-11-16 Thread Junichi Uekawa
Hi,


Verified that with the following patch, I can run mencoder fine.
$ uname -a 
Linux dancer64 2.6.15-rc1dancer-gf6ff56cd #1 Thu Nov 17 08:18:33 JST 2005 
x86_64 GNU/Linux

Applied upon linus' git from yesterday:
commit f6ff56cd56b83d8edf4b3cffc5c53c56b37a5081
tree 0ec4807d49a602ba785e60e5352b542f1581d4c9
parent fb6d73d3014babb69f5cc2d1d78b31e9d09fc5df
parent 5a6f294e43e432bd207a702fea49ebb303ef9b23
author Linus Torvalds [EMAIL PROTECTED] Tue Nov 15 16:59:38 UTC 2005
committer Linus Torvalds [EMAIL PROTECTED] Tue Nov 15 16:59:38 UTC 2005

Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6



 
 We have even found the hack that fix that problem:
 
 Index: linux/drivers/media/video/video-buf.c
 ===
 RCS file: /cvs/video4linux/v4l-kernel/linux/drivers/media/video/video-buf.c,v
 retrieving revision 1.21
 diff -u -p -r1.21 video-buf.c
 --- linux/drivers/media/video/video-buf.c   16 Oct 2005 12:13:58 -
 +++ linux/drivers/media/video/video-buf.c   12 Nov 2005 22:19:13 -
 @@ -1248,7 +1248,7 @@ int videobuf_mmap_mapper(struct videobuf
 map-end  = vma-vm_end;
 map-q= q;
 vma-vm_ops   = videobuf_vm_ops;
 -   vma-vm_flags |= VM_DONTEXPAND | VM_RESERVED;
 +   vma-vm_flags |= VM_DONTEXPAND;
 vma-vm_flags = ~VM_IO; /* using shared anonymous pages */
 vma-vm_private_data = map;
 dprintk(1,mmap %p: q=%p %08lx-%08lx pgoff %08lx bufs %d-%d\n,
 
 Somehow since 2.6.15-rc1 VM_RESERVED makes get_user_pages return EFAULT. I 
 don't know the exact reason of
 that behavior and the correct way to fix that problem. Just kernel interfaces 
 changed once again, the old
 point everyone knows. So if someone can explain it, that would be helpful.
 



regards,
junichi
-- 
[EMAIL PROTECTED],netfort.gr.jp}   Debian Project


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



Re: [x86_64] 2.6.14-git13 mplayer fails with v4l2: ioctl queue buffer failed: Bad address (2 Nov 2005, 11 Nov 2005)

2005-11-12 Thread Ricardo Cerqueira
Hello again;

We just got confirmation from someone at freenode that this problem
exists with other chips as well (saa7134, in this case), so it's not
chip dependent. It seems to be confined to x86_64 and 2.6.15, though.

On Fri, 2005-11-11 at 23:21 +0900, Junichi Uekawa wrote:
 Hi,
 
  That was wrong; I re-tested it and it looks like
  6e9d6b8ee4e0c37d3952256e6472c57490d6780d was a bad one.
  2.6.14 (741b2252a5e14d6c60a913c77a6099abe73a854a) is functional.
  
  $ git-bisect start
  $ git-bisect bad 6e9d6b8ee4e0c37d3952256e6472c57490d6780d
  $ git-bisect good 741b2252a5e14d6c60a913c77a6099abe73a854a
  Bisecting: 721 revisions left to test after this
 
 After that I tried:
 $ git-bisect bad
 Bisecting: 1966 revisions left to test after this
 [23fd07750a789a66fe88cf173d52a18f1a387da4] Merge ../linux-2.6 by hand
 
 I'm not quite sure why the following happened.
 6e9d6b8ee4e0c37d3952256e6472c57490d6780d 30 Oct is broken
 741b2252a5e14d6c60a913c77a6099abe73a854a 27 Oct is functional
 6e6ece5dc6022e8086c565498d23511bbceda811 10 Nov is broken 
 23fd07750a789a66fe88cf173d52a18f1a387da4 31 Oct -- does not boot due to 
 USB/PCI quirks
 
 Maybe I'm doing something wrong.
 
 
 
 $ git-bisect log
 git-bisect start
 # bad: [6e9d6b8ee4e0c37d3952256e6472c57490d6780d] Merge branch 
 'upstream-linus' of 
 master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev
 git-bisect bad 6e9d6b8ee4e0c37d3952256e6472c57490d6780d
 # good: [741b2252a5e14d6c60a913c77a6099abe73a854a] Linux v2.6.14
 git-bisect good 741b2252a5e14d6c60a913c77a6099abe73a854a
 # bad: [6e6ece5dc6022e8086c565498d23511bbceda811] PCI: fix for Toshiba 
 ohci1394 quirk
 git-bisect bad 6e6ece5dc6022e8086c565498d23511bbceda811
 
 
 
 regards,
   junichi
 
 --
 video4linux-list mailing list
 Unsubscribe mailto:[EMAIL PROTECTED]
 https://www.redhat.com/mailman/listinfo/video4linux-list
-- 
Ricardo Cerqueira
ISP - Service  Platform Architectures
Novis Telecom -  Estrada da Outurela, 118 A / 2795-606 Carnaxide /
Portugal
Tel: +351 2 1010 4686 - Fax: +351 2 1012 9248


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



Re: [x86_64] 2.6.14-git13 mplayer fails with v4l2: ioctl queue buffer failed: Bad address (2 Nov 2005, 11 Nov 2005)

2005-11-12 Thread Nickolay V. Shmyrev
Hello all.

We have even found the hack that fix that problem:

Index: linux/drivers/media/video/video-buf.c
===
RCS file: /cvs/video4linux/v4l-kernel/linux/drivers/media/video/video-buf.c,v
retrieving revision 1.21
diff -u -p -r1.21 video-buf.c
--- linux/drivers/media/video/video-buf.c   16 Oct 2005 12:13:58 -
+++ linux/drivers/media/video/video-buf.c   12 Nov 2005 22:19:13 -
@@ -1248,7 +1248,7 @@ int videobuf_mmap_mapper(struct videobuf
map-end  = vma-vm_end;
map-q= q;
vma-vm_ops   = videobuf_vm_ops;
-   vma-vm_flags |= VM_DONTEXPAND | VM_RESERVED;
+   vma-vm_flags |= VM_DONTEXPAND;
vma-vm_flags = ~VM_IO; /* using shared anonymous pages */
vma-vm_private_data = map;
dprintk(1,mmap %p: q=%p %08lx-%08lx pgoff %08lx bufs %d-%d\n,

Somehow since 2.6.15-rc1 VM_RESERVED makes get_user_pages return EFAULT. I 
don't know the exact reason of
that behavior and the correct way to fix that problem. Just kernel interfaces 
changed once again, the old
point everyone knows. So if someone can explain it, that would be helpful.








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



Re: [x86_64] 2.6.14-git13 mplayer fails with v4l2: ioctl queue buffer failed: Bad address (2 Nov 2005, 11 Nov 2005)

2005-11-12 Thread Matti Aarnio
On Sun, Nov 13, 2005 at 01:22:51AM +0300, Nickolay V. Shmyrev wrote:
 Hello all.
 
 We have even found the hack that fix that problem:

A hack, but working one..
(for the small while that I tested it)

 Index: linux/drivers/media/video/video-buf.c
 ===
 RCS file: /cvs/video4linux/v4l-kernel/linux/drivers/media/video/video-buf.c,v
 retrieving revision 1.21
 diff -u -p -r1.21 video-buf.c
 --- linux/drivers/media/video/video-buf.c   16 Oct 2005 12:13:58 -
 +++ linux/drivers/media/video/video-buf.c   12 Nov 2005 22:19:13 -
 @@ -1248,7 +1248,7 @@ int videobuf_mmap_mapper(struct videobuf
 map-end  = vma-vm_end;
 map-q= q;
 vma-vm_ops   = videobuf_vm_ops;
 -   vma-vm_flags |= VM_DONTEXPAND | VM_RESERVED;
 +   vma-vm_flags |= VM_DONTEXPAND;
 vma-vm_flags = ~VM_IO; /* using shared anonymous pages */
 vma-vm_private_data = map;
 dprintk(1,mmap %p: q=%p %08lx-%08lx pgoff %08lx bufs %d-%d\n,
 
 Somehow since 2.6.15-rc1 VM_RESERVED makes get_user_pages return EFAULT.
 I don't know the exact reason of that behavior and the correct way to fix
 that problem. Just kernel interfaces changed once again, the old
 point everyone knows. So if someone can explain it, that would be helpful.

This EFAULT rejection is due to change in  get_user_pages()  function
in mm/memory.c  file of  2.6.14-git2


@@ -945,8 +947,8 @@ int get_user_pages(struct task_struct *t
continue;
}
 
-   if (!vma || (vma-vm_flags  VM_IO)
-   || !(flags  vma-vm_flags))
+   if (!vma || (vma-vm_flags  (VM_IO | VM_RESERVED))
+   || !(vm_flags  vma-vm_flags))
return i ? : -EFAULT;
 
if (is_vm_hugetlb_page(vma)) {


I don't know how to use git tools to see, whose patch actually
did this particular change.


/Matti Aarnio


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



Re: [x86_64] 2.6.14-git13 mplayer fails with v4l2: ioctl queue buffer failed: Bad address (2 Nov 2005, 11 Nov 2005)

2005-11-12 Thread Junichi Uekawa
Hi,

 This EFAULT rejection is due to change in  get_user_pages()  function
 in mm/memory.c  file of  2.6.14-git2
 
 
 @@ -945,8 +947,8 @@ int get_user_pages(struct task_struct *t
 continue;
 }
  
 -   if (!vma || (vma-vm_flags  VM_IO)
 -   || !(flags  vma-vm_flags))
 +   if (!vma || (vma-vm_flags  (VM_IO | VM_RESERVED))
 +   || !(vm_flags  vma-vm_flags))
 return i ? : -EFAULT;
  
 if (is_vm_hugetlb_page(vma)) {
 
 
 I don't know how to use git tools to see, whose patch actually
 did this particular change.

To quote:
MAP_PRIVATE, PROT_WRITE of VM_RESERVED regions is tentatively being
deprecated.  We never completely handled it correctly anyway, and is be
reintroduced in future if required (Hugh has a proof of concept).





diff-tree b5810039a54e5babf428e9a1e89fc1940fabff11 (from 
f9c98d0287de42221c62448Author: Nick Piggin [EMAIL PROTECTED]
Date:   Sat Oct 29 18:16:12 2005 -0700

[PATCH] core remove PageReserved

Remove PageReserved() calls from core code by tightening VM_RESERVED
handling in mm/ to cover PageReserved functionality.

PageReserved special casing is removed from get_page and put_page.

All setting and clearing of PageReserved is retained, and it is now flagged
in the page_alloc checks to help ensure we don't introduce any refcount
based freeing of Reserved pages.

MAP_PRIVATE, PROT_WRITE of VM_RESERVED regions is tentatively being
deprecated.  We never completely handled it correctly anyway, and is be
reintroduced in future if required (Hugh has a proof of concept).

Once PageReserved() calls are removed from kernel/power/swsusp.c, and all
arch/ and driver code, the Set and Clear calls, and the PG_reserved bit can
be trivially removed.

Last real user of PageReserved is swsusp, which uses PageReserved to
determine whether a struct page points to valid memory or not.  This still
needs to be addressed (a generic page_is_ram() should work).

A last caveat: the ZERO_PAGE is now refcounted and managed with rmap (and
thus mapcounted and count towards shared rss).  These writes to the struct
page could cause excessive cacheline bouncing on big systems.  There are a
number of ways this could be addressed if it is an issue.

Signed-off-by: Nick Piggin [EMAIL PROTECTED]

Refcount bug fix for filemap_xip.c

Signed-off-by: Carsten Otte [EMAIL PROTECTED]
Signed-off-by: Andrew Morton [EMAIL PROTECTED]
Signed-off-by: Linus Torvalds [EMAIL PROTECTED]



I think the relevant changes (snipped out) are:

diff --git a/include/linux/mm.h b/include/linux/mm.h
index 0c64484..da42093 100644
--- a/include/linux/mm.h
+++ b/include/linux/mm.h
@@ -157,7 +157,7 @@ extern unsigned int kobjsize(const void

 #define VM_DONTCOPY0x0002  /* Do not copy this vma on fork */
 #define VM_DONTEXPAND  0x0004  /* Cannot expand with mremap() */
-#define VM_RESERVED0x0008  /* Don't unmap it from swap_out */
+#define VM_RESERVED0x0008  /* Pages managed in a special way */
 #define VM_ACCOUNT 0x0010  /* Is a VM accounted object */
 #define VM_HUGETLB 0x0040  /* Huge TLB Page VM */
 #define VM_NONLINEAR   0x0080  /* Is non-linear (remap_file_pages) */

diff --git a/mm/memory.c b/mm/memory.c
index da642b5..e83f944 100644
--- a/mm/memory.c
+++ b/mm/memory.c
@@ -967,7 +992,7 @@ int get_user_pages(struct task_struct *t
continue;
}

-   if (!vma || (vma-vm_flags  VM_IO)
+   if (!vma || (vma-vm_flags  (VM_IO | VM_RESERVED))
|| !(flags  vma-vm_flags))
return i ? : -EFAULT;



regards,
junichi


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



Re: [x86_64] 2.6.14-git13 mplayer fails with v4l2: ioctl queue buffer failed: Bad address (2 Nov 2005, 11 Nov 2005)

2005-11-11 Thread Junichi Uekawa
Hi,

 $ mplayer  tv://1 -tv driver=v4l2
 MPlayer dev-CVS--4.0.2 (C) 2000-2005 MPlayer Team
 CPU: Advanced Micro Devices Athlon 64 Newcastle,Winchester,San 
 Diego,Venice; Sempron Palermo (Family: 15, Stepping: 0)
 Detected cache-line size is 64 bytes
 CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2
 
 bttv currently only supports v4l1.  We are still in the process of 
 porting the bttv driver from v4l1 to v4l2. Nickolay is working on it.
 
 Thanks for the info. It's strange since this is a regression
 (pre 2.6.14 used to work. New code made it fail).
 Do you mean there was a change that broke v4l2 support in bttv ?
 Ever since Linux Kernel 2.6.3, I used v4l2 for recording (more
 than one and a half years...)
   
 
 v4l2 support could not have been broken, since it was never present.  
 You were going through a compat layer Maybe that's where the 
 regression is.

 One question -- At exactly what point does this break for you?  The git 
 commit key above was from today, but at what point did this LAST work 
 for you?  It would be really helpful if you can do a git bisection test, 
 so that we can isolate the trouble patch if in fact it is a regression.

df70b17f88a4d1d8545d3569a1f6d28c6004f9e4 2 Nov 2005 Nonfunctional bttv
d83c671fb7023f69a9582e622d01525054f23b66 1 Nov 2005 (fails to boot due to USB 
issues)
6e9d6b8ee4e0c37d3952256e6472c57490d6780d 27 Oct 2005 Functional bttv

 
 You might also like to join us in #v4l on irc.freenode.net ... Sometimes 
 it's much quicker to troubleshoot this stuff over irc instead of email.


joined, but currently rebooting sporadically to test 
different kernels.


regards,
junichi


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



Re: [x86_64] 2.6.14-git13 mplayer fails with v4l2: ioctl queue buffer failed: Bad address (2 Nov 2005, 11 Nov 2005)

2005-11-11 Thread Junichi Uekawa
Hi,

  One question -- At exactly what point does this break for you?  The git 
  commit key above was from today, but at what point did this LAST work 
  for you?  It would be really helpful if you can do a git bisection test, 
  so that we can isolate the trouble patch if in fact it is a regression.
 
 df70b17f88a4d1d8545d3569a1f6d28c6004f9e4 2 Nov 2005 Nonfunctional bttv
 d83c671fb7023f69a9582e622d01525054f23b66 1 Nov 2005 (fails to boot due to USB 
 issues)
 6e9d6b8ee4e0c37d3952256e6472c57490d6780d 27 Oct 2005 Functional bttv

That was wrong; I re-tested it and it looks like
6e9d6b8ee4e0c37d3952256e6472c57490d6780d was a bad one.
2.6.14 (741b2252a5e14d6c60a913c77a6099abe73a854a) is functional.

$ git-bisect start
$ git-bisect bad 6e9d6b8ee4e0c37d3952256e6472c57490d6780d
$ git-bisect good 741b2252a5e14d6c60a913c77a6099abe73a854a
Bisecting: 721 revisions left to test after this



regards,
junichi


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



Re: [x86_64] 2.6.14-git13 mplayer fails with v4l2: ioctl queue buffer failed: Bad address (2 Nov 2005, 11 Nov 2005)

2005-11-11 Thread Michael Krufky

Junichi Uekawa wrote:


mplayer  tv://1 -tv driver=v4l2
MPlayer dev-CVS--4.0.2 (C) 2000-2005 MPlayer Team
CPU: Advanced Micro Devices Athlon 64 Newcastle,Winchester,San Diego,Venice; 
Sempron Palermo (Family: 15, Stepping: 0)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2

bttv currently only supports v4l1.  We are still in the process of 
porting the bttv driver from v4l1 to v4l2. Nickolay is working on it.



Thanks for the info. It's strange since this is a regression
(pre 2.6.14 used to work. New code made it fail).
Do you mean there was a change that broke v4l2 support in bttv ?
Ever since Linux Kernel 2.6.3, I used v4l2 for recording (more
than one and a half years...)

v4l2 support could not have been broken, since it was never present.  
You were going through a compat layer Maybe that's where the 
regression is.
   

One question -- At exactly what point does this break for you?  The git 
commit key above was from today, but at what point did this LAST work 
for you?  It would be really helpful if you can do a git bisection test, 
so that we can isolate the trouble patch if in fact it is a regression.
   


df70b17f88a4d1d8545d3569a1f6d28c6004f9e4 2 Nov 2005 Nonfunctional bttv
d83c671fb7023f69a9582e622d01525054f23b66 1 Nov 2005 (fails to boot due to USB 
issues)
6e9d6b8ee4e0c37d3952256e6472c57490d6780d 27 Oct 2005 Functional bttv
 

This info was quite helpful... Looking through gitweb, it looks like the 
trouble began for you BEFORE Mauro started to send our new patchsets 
over to akpm. If I am correct, this indicates that the problem patch is 
from elsewhere in the kernel.


I saw a thread about some i2c related bttv problem... I don't know if 
that's a red herring or not, but it was also around the time that you 
say your kernel breaks.


At this point, the best thing that you can do is run a git bisection 
regression test, like I had previously suggested. Linus has written a 
HOWTO thread about it a few months ago on LKML. Does anybody know if 
there is a howto online for git bisection testing? Maybe there's a copy 
of the thread on kerneltrap.org? just a guess...


If we can narrow this down to the exact patch that is causing the 
problem for you, it would be a lot easier to deal with.


You might also like to join us in #v4l on irc.freenode.net ... Sometimes 
it's much quicker to troubleshoot this stuff over irc instead of email.
   

joined, but currently rebooting sporadically to test 
different kernels.
 


Okay, well here are a few other things that I would have you try:

#1) Try using v4l-kernel cvs, and tell us if you still have the problem. 
Since I think that the problem is occurring for you elsewhere in the 
kernel, using our code in cvs should yeild no change in behavior. Even 
though this doesn't sound promising, it can help us to prove whether v4l 
is responsible for this problem or not:


http://linuxtv.org/v4lwiki/index.php/How_to_build_from_CVS

First, try out latest cvs. Yes, there is still some new code in cvs that 
we have not yet sent upstream, including some compat_ioctl32.c fixes 
from Nickolay from this morning.


#2) After testing the latest cvs, then I would ask for you to wipe out 
the cvs tree and try again, but using older code. Say, from October 
first or so, maybe even September first. To do this, follow the same 
procedure in the wiki-howto above, but add the -D parameter to the cvs 
checkout command. ( cvs co -D 2005-09-01 -- see man cvs)


I would assume that there will be no difference in behavior between the 
different cvs versions, but maybe you will find otherwise.


#3) Another thing you can try is to build the current cvs modules 
against the last known working kernel. If the new cvs modules in the 
older kernel break it again, then it tells us that some new v4l code IS 
to blame.


#4) Once again, the -git bisection regression testing is the best thing 
to do here.


Regards,

Michael Krufky


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



Re: [x86_64] 2.6.14-git13 mplayer fails with v4l2: ioctl queue buffer failed: Bad address (2 Nov 2005, 11 Nov 2005)

2005-11-11 Thread Junichi Uekawa
Hi,

 That was wrong; I re-tested it and it looks like
 6e9d6b8ee4e0c37d3952256e6472c57490d6780d was a bad one.
 2.6.14 (741b2252a5e14d6c60a913c77a6099abe73a854a) is functional.
 
 $ git-bisect start
 $ git-bisect bad 6e9d6b8ee4e0c37d3952256e6472c57490d6780d
 $ git-bisect good 741b2252a5e14d6c60a913c77a6099abe73a854a
 Bisecting: 721 revisions left to test after this

After that I tried:
$ git-bisect bad
Bisecting: 1966 revisions left to test after this
[23fd07750a789a66fe88cf173d52a18f1a387da4] Merge ../linux-2.6 by hand

I'm not quite sure why the following happened.
6e9d6b8ee4e0c37d3952256e6472c57490d6780d 30 Oct is broken
741b2252a5e14d6c60a913c77a6099abe73a854a 27 Oct is functional
6e6ece5dc6022e8086c565498d23511bbceda811 10 Nov is broken 
23fd07750a789a66fe88cf173d52a18f1a387da4 31 Oct -- does not boot due to USB/PCI 
quirks

Maybe I'm doing something wrong.



$ git-bisect log
git-bisect start
# bad: [6e9d6b8ee4e0c37d3952256e6472c57490d6780d] Merge branch 'upstream-linus' 
of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev
git-bisect bad 6e9d6b8ee4e0c37d3952256e6472c57490d6780d
# good: [741b2252a5e14d6c60a913c77a6099abe73a854a] Linux v2.6.14
git-bisect good 741b2252a5e14d6c60a913c77a6099abe73a854a
# bad: [6e6ece5dc6022e8086c565498d23511bbceda811] PCI: fix for Toshiba ohci1394 
quirk
git-bisect bad 6e6ece5dc6022e8086c565498d23511bbceda811



regards,
junichi


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



Re: [x86_64] 2.6.14-git13 mplayer fails with v4l2: ioctl queue buffer failed: Bad address (2 Nov 2005, 11 Nov 2005)

2005-11-11 Thread Hugh Dickins
On Fri, 11 Nov 2005, Junichi Uekawa wrote:
 
   One question -- At exactly what point does this break for you?  The git 
   commit key above was from today, but at what point did this LAST work 
   for you?  It would be really helpful if you can do a git bisection test, 
   so that we can isolate the trouble patch if in fact it is a regression.

 $ git-bisect start
 $ git-bisect bad 6e9d6b8ee4e0c37d3952256e6472c57490d6780d
 $ git-bisect good 741b2252a5e14d6c60a913c77a6099abe73a854a
 Bisecting: 721 revisions left to test after this

This is probably going to converge on the PageReserved removal patch,
and the way get_user_pages now refuses on a VM_RESERVED vma.

I don't want to send you a patch for that immediately, we're still
thinking through the implications of allowing VM_RESERVED there again
(it might just hit another BUG, or leak memory).  And we probably
need to take the separate vbetool problem into account too.

Though if you're curious and impatient, you could try just editing
the  | VM_RESERVED out of mm/memory.c get_user_pages.

Hugh


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



Re: [x86_64] 2.6.14-git13 mplayer fails with v4l2: ioctl queue buffer failed: Bad address (2 Nov 2005, 11 Nov 2005)

2005-11-10 Thread Mike Krufky

Junichi Uekawa wrote:


Hi,

I've tried running mplayer v4l2 input on a bt878 card, and it fails.
xawtv works fine, and 2.6.14-rc5 used to work fine.

On git 3b44f137b9a846c5452d9e6e1271b79b1dbcc942 :

$ mplayer  tv://1 -tv driver=v4l2
MPlayer dev-CVS--4.0.2 (C) 2000-2005 MPlayer Team
CPU: Advanced Micro Devices Athlon 64 Newcastle,Winchester,San Diego,Venice; 
Sempron Palermo (Family: 15, Stepping: 0)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2
 

BTTV currently only supports v4l1.  We are still in the process of 
porting the bttv driver from v4l1 to v4l2. Nickolay is working on it.


-Michael Krufky


Failed to open /dev/rtc: Permission denied (it should be readable by the user.)
Opening joystick device /dev/input/js0
Can't open joystick device /dev/input/js0 : Permission denied
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 tv://1.
Cache fill:  0.00% (0 bytes)
Selected driver: v4l2
name: Video 4 Linux 2 input
author: Martin Olschewski [EMAIL PROTECTED]
comment: first try, more to come ;-)
Selected device: BT878 video (IODATA GV-BCTV5/PC
Tuner cap:
Tuner rxs: MONO
Capabilites:  video capture  video overlay  VBI capture device  tuner  
read/write  streaming
supported norms: 0 = PAL; 1 = NTSC; 2 = SECAM; 3 = PAL-Nc; 4 = PAL-M; 5 = 
PAL-N; 6 = NTSC-JP; 7 = PAL-60;
inputs: 0 = Television; 1 = Composite1; 2 = S-Video;
Current input: 0
Current format: YUV420
v4l2: current audio mode is : MONO
v4l2: ioctl queue buffer failed: Bad address
v4l2: 0 frames successfully processed, 0 frames dropped.



At Thu, 03 Nov 2005 13:26:25 +0900,
Junichi Uekawa wrote:
 


Hi,

I've noticed that mencoder no longer works with bttv 
capture on my system; with today's git tree 
(ec1890c5df451799dec969a3581ff72e1934b5ee),

while it used to work on 2.6.14-rc5.
xawtv functions.
I'm looking for people who experienced the same problem,
or possibly for a fix.


The devices are:
:03:0b.0 Multimedia video controller: Brooktree Corporation Bt878 Video 
Capture (rev 11)
:03:0b.1 Multimedia controller: Brooktree Corporation Bt878 Audio Capture 
(rev 11)
:03:0b.0 0400: 109e:036e (rev 11)
:03:0b.1 0480: 109e:0878 (rev 11)


I'm using mencoder Debian package '1:1.0-pre7cvs20051102-0.0' from marillat's
for x86_64 architecture.

$ mencoder --version
MEncoder dev-CVS--4.0.2 (C) 2000-2005 MPlayer Team
CPU: Advanced Micro Devices Athlon 64 Newcastle,Winchester,San Diego,Venice; 
Sempron Palermo (Family: 15, Stepping: 0)
Detected cache-line size is 64 bytes
CPUflags: Type: 15 MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2

--version is not an MEncoder option

Exiting... (error parsing cmdline)





Linux dancer64 2.6.14-rc5dancer-gb563c9b1 #1 Thu Oct 27 12:55:05 JST 2005 
x86_64 GNU/Linux
mencoder output on 2.6.14 (today's git)

channel: 12
minutes: 30
output filename: /home/dancer/XXX/XXX/
MEncoder dev-CVS--4.0.2 (C) 2000-2005 MPlayer Team
CPU: Advanced Micro Devices  (Family: 8, Stepping: 0)
Detected cache-line size is 64 bytes
CPUflags: Type: 8 MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2

File not found: 'frameno.avi'
Failed to open frameno.avi
success: format: 9  data: 0x0 - 0x0
TV detected! ;-)
Selected driver: v4l2
name: Video 4 Linux 2 input
author: Martin Olschewski
comment: first try, more to come ;-)
Selected device: BT878 video (IODATA GV-BCTV5/PC
Tuner cap:
Tuner rxs: MONO
Capabilites:  video capture  video overlay  VBI capture device  tuner  
read/write  streaming
supported norms: 0 = PAL; 1 = NTSC; 2 = SECAM; 3 = PAL-Nc; 4 = PAL-M; 5 = 
PAL-N; 6 = NTSC-JP; 7 = PAL-60;
inputs: 0 = Television; 1 = Composite1; 2 = S-Video;
Current input: 0
Current format: YUYV
v4l2: current audio mode is : STEREO
Selected channel: 12 (freq: 217.250)
v4l2: ioctl queue buffer failed: Bad address



Linux dancer64 2.6.14-rc5dancer-gb563c9b1 #1 Thu Oct 27 12:55:05 JST 2005 
x86_64 GNU/Linux

mencoder output on 2.6.14-rc5:
channel: 12
minutes: 1
output filename: /tmp/.avi
MEncoder dev-CVS--4.0.2 (C) 2000-2005 MPlayer Team
CPU: Advanced Micro Devices Athlon 64 Newcastle,Winchester,San Diego,Venice; 
Sempron Palermo (Family: 15, Stepping: 0)
Detected cache-line size is 64 bytes
CPUflags: Type: 15 MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2

success: format: 9  data: 0x0 - 0x0
Selected driver: v4l2
name: Video 4 Linux 2 input
author: Martin Olschewski [EMAIL PROTECTED]
comment: first try, more to come ;-)
Selected device: BT878 video (IODATA GV-BCTV5/PC
Tuner cap:
Tuner rxs: MONO
Capabilites:  video capture  video overlay  VBI capture device

Re: [x86_64] 2.6.14-git13 mplayer fails with v4l2: ioctl queue buffer failed: Bad address (2 Nov 2005, 11 Nov 2005)

2005-11-10 Thread Michael Krufky

Junichi Uekawa wrote:


Hi,


I've tried running mplayer v4l2 input on a bt878 card, and it fails.
xawtv works fine, and 2.6.14-rc5 used to work fine.

On git 3b44f137b9a846c5452d9e6e1271b79b1dbcc942 :

$ mplayer  tv://1 -tv driver=v4l2
MPlayer dev-CVS--4.0.2 (C) 2000-2005 MPlayer Team
CPU: Advanced Micro Devices Athlon 64 Newcastle,Winchester,San Diego,Venice; 
Sempron Palermo (Family: 15, Stepping: 0)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2

bttv currently only supports v4l1.  We are still in the process of 
porting the bttv driver from v4l1 to v4l2. Nickolay is working on it.



Thanks for the info. It's strange since this is a regression
(pre 2.6.14 used to work. New code made it fail).
Do you mean there was a change that broke v4l2 support in bttv ?
Ever since Linux Kernel 2.6.3, I used v4l2 for recording (more
than one and a half years...)
 

v4l2 support could not have been broken, since it was never present.  
You were going through a compat layer Maybe that's where the 
regression is.


Anyhow, I will discuss this with the other v4l guys... One of us will 
get back to you, maybe ask you to test a patch or two.


One question -- At exactly what point does this break for you?  The git 
commit key above was from today, but at what point did this LAST work 
for you?  It would be really helpful if you can do a git bisection test, 
so that we can isolate the trouble patch if in fact it is a regression.


You might also like to join us in #v4l on irc.freenode.net ... Sometimes 
it's much quicker to troubleshoot this stuff over irc instead of email.


-Michael Krufky


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



error ! when mplayer start

2005-10-13 Thread Azore
hi,
Mplayer open a window error when it started: New_Face failed. Maybe the 
font path is wrong.
please supply the text font file (~/.mplayer/subfont.ttf)

Azore




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



Re: error ! when mplayer start

2005-10-13 Thread sigi
Hi,

On Thu, Oct 13, 2005 at 11:43:11PM +0200, Azore wrote:
 Mplayer open a window error when it started: New_Face failed. Maybe the font 
 path is wrong.
 please supply the text font file (~/.mplayer/subfont.ttf)
 

I just copied the file /etc/mplayer/mplayer.conf into my homedir as 
~/.mplayer.config and uncommented the last three lines as follows

snip--

# get a default OSD font from fontconfig
fontconfig = yes
font = Sans
subfont-text-scale = 3

snap--

and it all worked. 

greets,
sigi.


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



Re: mplayer

2005-10-11 Thread hjalmar
When I run mplayer -v movie as root I get the following as below,

 Run mplayer with the -v switch, it'll print some debug output to give an
 idea of what it's trying to do. For instance, when running it here, I get
 this during the mplayer xv startup:
 
 X11 opening display: :0.0
 vo: X11 color mask:  FF  (R:FF G:FF00 B:FF)
 vo: X11 running at 1680x1050 with depth 24 and 32 bpp (:0.0 = local
 display)
 [x11] Detected wm supports layers.
 [x11] Detected wm supports NetWM.
 [x11] Detected wm supports FULLSCREEN state.
 [x11] Detected wm supports ABOVE state.
 [x11] Detected wm supports BELOW state.
 [x11] Current fstype setting honours LAYER FULLSCREEN ABOVE BELOW X atoms
 Disabling DPMS
 DPMSDisable stat: 1
 [xv common] Drawing colorkey manually.
 [xv common] Using colorkey from Xv (0x0101fe).
 Opening video filter: [lavcdeint]
 
 
 Jim.

When I run it as a normal user I get basically the same output as I do for
root but from this point on it is different

using /dev/fb0
==
Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
VDec: vo config request - 352 x 240 (preferred csp: Mpeg PES)
Trying filter chain: vo
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
SwScale params: -1 x -1 (-1=no scaling)
Trying filter chain: scale vo
The selected video_out device is incompatible with this codec.
VDecoder init failed :(
Opening video decoder: [libmpeg2] MPEG 1/2 Video decoder libmpeg2-v0.4.0b
Selected video codec: [mpeg12] vfm:libmpeg2 (MPEG-1 or 2 (libmpeg2))
==
Checking audio filter chain for 44100Hz/2ch/s16le - 44100Hz/2ch/s16le...
[libaf] Adding filter dummy 
[dummy] Was reinitialized: 44100Hz/2ch/s16le
AF_pre: 44100Hz/2ch/s16le
ao2: 44100 Hz  2 chans  s16le
audio_setup: using '/dev/dsp' dsp device
audio_setup: using '/dev/mixer' mixer device
audio_setup: using 'pcm' mixer device
audio_setup: sample format: s16le (requested: s16le)
audio_setup: using 2 channels (requested: 2)
audio_setup: using 44100 Hz samplerate (requested: 44100)
audio_setup: frags:   8/8  (4096 bytes/frag)  free:  32768
AO: [oss] 44100Hz 2ch s16le (2 bps)
AO: Description: OSS/ioctl audio output
AO: Author: A'rpi
Building audio filter chain for 44100Hz/2ch/s16le - 44100Hz/2ch/s16le...
[dummy] Was reinitialized: 44100Hz/2ch/s16le
[dummy] Was reinitialized: 44100Hz/2ch/s16le
Starting playback...
VDec: vo config request - 352 x 240 (preferred csp: Planar YV12)
Trying filter chain: vo
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
SwScale params: -1 x -1 (-1=no scaling)
Trying filter chain: scale vo
The selected video_out device is incompatible with this codec.

FATAL: Could not initialize video filters (-vf) or video output (-vo).

Uninit audio filters...
[libaf] Removing filter dummy 
uninit audio: mp3lib
uninit video: libmpeg2
Can't restore text mode: Invalid argument

Exiting... (End of file)

Clyde


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



Re: mplayer

2005-10-05 Thread Jim Crilly
On 10/02/05 01:48:48PM +0200, hjalmar wrote:
 Hello,
 I am having a little bit of trouble with mplayer and wondering if you guys
 could give me some help. I apt-get install from 
 deb http://spello.sscnet.ucla.edu/marillat/ sid main
 Everything went fine but I can only play movies if I am root. Here are the
 two printouts I get when I start mplayer 
 For root
 mplayer -vo xv movie name

[lots of mplayer output snipped]

 
 
 I have checked the /dev/rtc and the permission is crw-rw-r--  1 root root
 10, 135 2005-03-01 00:08 /dev/rtc
 and I am a member of the video group as well. 

Run mplayer with the -v switch, it'll print some debug output to give an
idea of what it's trying to do. For instance, when running it here, I get
this during the mplayer xv startup:

X11 opening display: :0.0
vo: X11 color mask:  FF  (R:FF G:FF00 B:FF)
vo: X11 running at 1680x1050 with depth 24 and 32 bpp (:0.0 = local
display)
[x11] Detected wm supports layers.
[x11] Detected wm supports NetWM.
[x11] Detected wm supports FULLSCREEN state.
[x11] Detected wm supports ABOVE state.
[x11] Detected wm supports BELOW state.
[x11] Current fstype setting honours LAYER FULLSCREEN ABOVE BELOW X atoms
Disabling DPMS
DPMSDisable stat: 1
[xv common] Drawing colorkey manually.
[xv common] Using colorkey from Xv (0x0101fe).
Opening video filter: [lavcdeint]

 Thanks for any help,
 Clyde

Jim.


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



Re: mplayer

2005-10-04 Thread Kalle Kivimaa
hjalmar [EMAIL PROTECTED] writes:
 No I am not running X as root. I can not get mplayer to work as a normal
 user but I have no problems with it when run as root.

You do have a file permission problem. Unfortunately I don't remember
which file in /dev or /proc you need to chmod, even though I ran into
this same problem a year or two ago... Try asking in debian-users what
the device/proc files are for XV.

-- 
* Sufficiently advanced magic is indistinguishable from technology (T.P)  *
*   PGP public key available @ http://www.iki.fi/killer   *


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



Re: mplayer

2005-10-04 Thread Ed Tomlinson
On Tuesday 04 October 2005 02:16, Kalle Kivimaa wrote:
 hjalmar [EMAIL PROTECTED] writes:
  No I am not running X as root. I can not get mplayer to work as a normal
  user but I have no problems with it when run as root.
 
 You do have a file permission problem. Unfortunately I don't remember
 which file in /dev or /proc you need to chmod, even though I ran into
 this same problem a year or two ago... Try asking in debian-users what
 the device/proc files are for XV.

Start mplayer with 'strace mplayer 2 some_file'
look at the file.  You will probably be able to see where
the permission problem is - it make take a bit to understand
what strace is telling you.

Ed Tomlinson


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



Re: mplayer

2005-10-03 Thread Dean Hamstead

are you running x as root?

do other applications all work? could be some device permissions.
does the framebuffer driver work?

Dean

hjalmar wrote:

I have tried differnet -vo options but get the same result when I run it as a
normal user. When run as root there is no problem with the -vo option
and the movie starts to play. 
When run as a normal user without the -vo option just mplayer movie name

I get the following

MPlayer 1.0pre7try2-3.4.5 (C) 2000-2005 MPlayer Team
CPU: Advanced Micro Devices  (Family: 8, Stepping: 0)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2


Failed to open /dev/rtc: Device or resource busy (it should be readable by
the user.)
Playing Building_the_Great_Pyramid.avi.
AVI file format detected.
VIDEO:  [XVID]  320x240  24bpp  29.970 fps  565.2 kbps (69.0 kbyte/s)
==
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000-176400)
Selected audio codec: [mp3] afm:mp3lib (mp3lib MPEG layer-2, layer-3)
==
==
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffodivx] vfm:ffmpeg (FFmpeg MPEG-4)
==
Checking audio filter chain for 44100Hz/2ch/s16le - 44100Hz/2ch/s16le...
AF_pre: 44100Hz/2ch/s16le
AO: [oss] 44100Hz 2ch s16le (2 bps)
Building audio filter chain for 44100Hz/2ch/s16le - 44100Hz/2ch/s16le...
Starting playback...
[mpeg4 @ 0x9c19f0]looks like this file was encoded with
(divx4/(old)xvid/opendivx) - forcing low_delay flag
VDec: vo config request - 320 x 240 (preferred csp: Planar YV12)
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.

FATAL: Could not initialize video filters (-vf) or video output (-vo).

Can't restore text mode: Invalid argument

Exiting... (End of file)

Why would root not have a problem with the -vo option but a normal user would?
Clyde

On Sun, Oct 02, 2005 at 09:49:10PM +1000, Dean Hamstead wrote:


the rtc device wouldnt be the problem, its just the real time clock
which mplayer can use to make sure the movies are played at the
correct speed, on my ibook this device doesnt exist and things
run fine - mplayer uses an internal algorithm instead.

your error output isnt very helpful, try a different '-vo' option
that seems the be the problem.


Dean

hjalmar wrote:


Hello,
I am having a little bit of trouble with mplayer and wondering if you guys
could give me some help. I apt-get install from 
deb http://spello.sscnet.ucla.edu/marillat/ sid main

Everything went fine but I can only play movies if I am root. Here are the
two printouts I get when I start mplayer 
For root

mplayer -vo xv movie name

MPlayer dev-CVS--4.0.2 (C) 2000-2005 MPlayer Team
CPU: Advanced Micro Devices  (Family: 8, Stepping: 0)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2



Failed to open /dev/rtc: Device or resource busy (it should be readable by
the user.)
Opening joystick device /dev/input/js0
Can't open joystick device /dev/input/js0 : No such device
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 Building_the_Great_Pyramid.avi.
AVI file format detected.
VIDEO:  [XVID]  320x240  24bpp  29.970 fps  565.2 kbps (69.0 kbyte/s)
==
Trying to force audio codec driver family libmad...
Opening audio decoder: [libmad] libmad mpeg audio decoder
AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000-176400)
Selected audio codec: [mad] afm:libmad (libMAD MPEG layer 1-2-3)
==
vo: X11 running at 1280x1024 with depth 24 and 32 bpp (:0.0 = local
display)
==
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffodivx] vfm:ffmpeg (FFmpeg MPEG-4)
==
Building audio filter chain for 44100Hz/2ch/s16le - 0Hz/0ch/??...
alsa-init: 1 soundcard found, using: default
alsa: 44100 Hz/2 channels/4 bpf/60208 bytes buffer/Signed 16 bit Little 
Endian

AO: [alsa] 44100Hz 2ch s16le (2 bps)
Building audio filter chain for 44100Hz/2ch/s16le - 44100Hz/2ch/s16le...
Starting playback...
[mpeg4 @ 0x2b082cb0

Re: mplayer

2005-10-03 Thread hjalmar
No I am not running X as root. I can not get mplayer to work as a normal
user but I have no problems with it when run as root. 
However when I run mplayer as root mplayer -vo fbdev I get the following
MPlayer dev-CVS--4.0.2 (C) 2000-2005 MPlayer Team
CPU: Advanced Micro Devices  (Family: 8, Stepping: 0)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2



Failed to open /dev/rtc: Device or resource busy (it should be readable by
the user.)
Opening joystick device /dev/input/js0
Can't open joystick device /dev/input/js0 : No such device
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
E=mc2-Einstein_and_the_Worlds_Most_Famous_Equation-digitaldistractions.avi.
AVI file format detected.
VIDEO:  [XVID]  480x272  12bpp  25.000 fps  805.4 kbps (98.3 kbyte/s)
Clip info:
 Software: VirtualDubMod 1.5.10.1 (build 2439/release)
 ==
 Trying to force audio codec driver family libmad...
 Opening audio decoder: [libmad] libmad mpeg audio decoder
 AUDIO: 48000 Hz, 2 ch, s16le, 128.0 kbit/8.33% (ratio: 16000-192000)
 Selected audio codec: [mad] afm:libmad (libMAD MPEG layer 1-2-3)
 ==
 ==
 Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
 Selected video codec: [ffodivx] vfm:ffmpeg (FFmpeg MPEG-4)
 ==
 Building audio filter chain for 48000Hz/2ch/s16le - 0Hz/0ch/??...
 alsa-init: 1 soundcard found, using: default
 alsa: 48000 Hz/2 channels/4 bpf/65536 bytes buffer/Signed 16 bit Little
Endian
AO: [alsa] 48000Hz 2ch s16le (2 bps)
Building audio filter chain for 48000Hz/2ch/s16le - 48000Hz/2ch/s16le...
Starting playback...
VDec: vo config request - 480 x 272 (preferred csp: Planar YV12)
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.

FATAL: Could not initialize video filters (-vf) or video output (-vo).

Can't restore text mode: Invalid argument
alsa-uninit: pcm closed

Exiting... (End of file)

but mplayer -vo xv and mplayer -vo x11 works as root but not as a normal user.
Any ideas?
Clyde
 
On Mon, Oct 03, 2005 at 08:01:20PM +1000, Dean Hamstead wrote:
 are you running x as root?
 
 do other applications all work? could be some device permissions.
 does the framebuffer driver work?
 
 Dean
 
 hjalmar wrote:
 I have tried differnet -vo options but get the same result when I run it 
 as a
 normal user. When run as root there is no problem with the -vo option
 and the movie starts to play. 
 When run as a normal user without the -vo option just mplayer movie name
 I get the following
 
 MPlayer 1.0pre7try2-3.4.5 (C) 2000-2005 MPlayer Team
 CPU: Advanced Micro Devices  (Family: 8, Stepping: 0)
 Detected cache-line size is 64 bytes
 CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2
 
 
 Failed to open /dev/rtc: Device or resource busy (it should be readable by
 the user.)
 Playing Building_the_Great_Pyramid.avi.
 AVI file format detected.
 VIDEO:  [XVID]  320x240  24bpp  29.970 fps  565.2 kbps (69.0 kbyte/s)
 ==
 Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
 AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000-176400)
 Selected audio codec: [mp3] afm:mp3lib (mp3lib MPEG layer-2, layer-3)
 ==
 ==
 Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
 Selected video codec: [ffodivx] vfm:ffmpeg (FFmpeg MPEG-4)
 ==
 Checking audio filter chain for 44100Hz/2ch/s16le - 44100Hz/2ch/s16le...
 AF_pre: 44100Hz/2ch/s16le
 AO: [oss] 44100Hz 2ch s16le (2 bps)
 Building audio filter chain for 44100Hz/2ch/s16le - 44100Hz/2ch/s16le...
 Starting playback...
 [mpeg4 @ 0x9c19f0]looks like this file was encoded with
 (divx4/(old)xvid/opendivx) - forcing low_delay flag
 VDec: vo config request - 320 x 240 (preferred csp: Planar YV12)
 Could not find matching colorspace - retrying with -vf scale...
 Opening video filter: [scale]
 The selected video_out device is incompatible with this codec.
 
 FATAL: Could not initialize video filters (-vf) or video output (-vo).
 
 Can't restore text mode: Invalid argument
 
 Exiting... (End of file)
 
 Why would root not have a problem

Re: mplayer

2005-10-03 Thread Dean Hamstead

try a different file type i guess
ive played everything fine on fbdev (divx etc)

x11 is when x (your cpu) does all the work
xv passes a lot of it to the graphics card

scaling in x11 will murder performance
scaling in xv will have no effect on performance as according to my
understanding, the video card does that.

did you compile mplayer or get debs?

Dean

hjalmar wrote:

No I am not running X as root. I can not get mplayer to work as a normal
user but I have no problems with it when run as root. 
However when I run mplayer as root mplayer -vo fbdev I get the following

MPlayer dev-CVS--4.0.2 (C) 2000-2005 MPlayer Team
CPU: Advanced Micro Devices  (Family: 8, Stepping: 0)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2



Failed to open /dev/rtc: Device or resource busy (it should be readable by
the user.)
Opening joystick device /dev/input/js0
Can't open joystick device /dev/input/js0 : No such device
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
E=mc2-Einstein_and_the_Worlds_Most_Famous_Equation-digitaldistractions.avi.
AVI file format detected.
VIDEO:  [XVID]  480x272  12bpp  25.000 fps  805.4 kbps (98.3 kbyte/s)
Clip info:
 Software: VirtualDubMod 1.5.10.1 (build 2439/release)
 ==
 Trying to force audio codec driver family libmad...
 Opening audio decoder: [libmad] libmad mpeg audio decoder
 AUDIO: 48000 Hz, 2 ch, s16le, 128.0 kbit/8.33% (ratio: 16000-192000)
 Selected audio codec: [mad] afm:libmad (libMAD MPEG layer 1-2-3)
 ==
 ==
 Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
 Selected video codec: [ffodivx] vfm:ffmpeg (FFmpeg MPEG-4)
 ==
 Building audio filter chain for 48000Hz/2ch/s16le - 0Hz/0ch/??...
 alsa-init: 1 soundcard found, using: default
 alsa: 48000 Hz/2 channels/4 bpf/65536 bytes buffer/Signed 16 bit Little
Endian
AO: [alsa] 48000Hz 2ch s16le (2 bps)
Building audio filter chain for 48000Hz/2ch/s16le - 48000Hz/2ch/s16le...
Starting playback...
VDec: vo config request - 480 x 272 (preferred csp: Planar YV12)
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.

FATAL: Could not initialize video filters (-vf) or video output (-vo).

Can't restore text mode: Invalid argument
alsa-uninit: pcm closed

Exiting... (End of file)

but mplayer -vo xv and mplayer -vo x11 works as root but not as a normal user.
Any ideas?
Clyde
 
On Mon, Oct 03, 2005 at 08:01:20PM +1000, Dean Hamstead wrote:



are you running x as root?

do other applications all work? could be some device permissions.
does the framebuffer driver work?

Dean

hjalmar wrote:

I have tried differnet -vo options but get the same result when I run it 
as a

normal user. When run as root there is no problem with the -vo option
and the movie starts to play. 
When run as a normal user without the -vo option just mplayer movie name

I get the following

MPlayer 1.0pre7try2-3.4.5 (C) 2000-2005 MPlayer Team
CPU: Advanced Micro Devices  (Family: 8, Stepping: 0)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2


Failed to open /dev/rtc: Device or resource busy (it should be readable by
the user.)
Playing Building_the_Great_Pyramid.avi.
AVI file format detected.
VIDEO:  [XVID]  320x240  24bpp  29.970 fps  565.2 kbps (69.0 kbyte/s)
==
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000-176400)
Selected audio codec: [mp3] afm:mp3lib (mp3lib MPEG layer-2, layer-3)
==
==
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffodivx] vfm:ffmpeg (FFmpeg MPEG-4)
==
Checking audio filter chain for 44100Hz/2ch/s16le - 44100Hz/2ch/s16le...
AF_pre: 44100Hz/2ch/s16le
AO: [oss] 44100Hz 2ch s16le (2 bps)
Building audio filter chain for 44100Hz/2ch/s16le - 44100Hz/2ch/s16le...
Starting playback...
[mpeg4 @ 0x9c19f0]looks like this file was encoded with
(divx4/(old)xvid/opendivx) - forcing low_delay flag
VDec: vo config request - 320 x 240 (preferred csp: Planar YV12)
Could

Re: mplayer

2005-10-03 Thread hjalmar
I got mplayer from
deb http://spello.sscnet.ucla.edu/marillat/ sid main
Clyde
On Mon, Oct 03, 2005 at 10:09:43PM +1000, Dean Hamstead wrote:
 try a different file type i guess
 ive played everything fine on fbdev (divx etc)
 
 x11 is when x (your cpu) does all the work
 xv passes a lot of it to the graphics card
 
 scaling in x11 will murder performance
 scaling in xv will have no effect on performance as according to my
 understanding, the video card does that.
 
 did you compile mplayer or get debs?
 
 Dean
 
 hjalmar wrote:
 No I am not running X as root. I can not get mplayer to work as a normal
 user but I have no problems with it when run as root. 
 However when I run mplayer as root mplayer -vo fbdev I get the following
 MPlayer dev-CVS--4.0.2 (C) 2000-2005 MPlayer Team
 CPU: Advanced Micro Devices  (Family: 8, Stepping: 0)
 Detected cache-line size is 64 bytes
 CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2
 
 
 
 Failed to open /dev/rtc: Device or resource busy (it should be readable by
 the user.)
 Opening joystick device /dev/input/js0
 Can't open joystick device /dev/input/js0 : No such device
 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
 E=mc2-Einstein_and_the_Worlds_Most_Famous_Equation-digitaldistractions.avi.
 AVI file format detected.
 VIDEO:  [XVID]  480x272  12bpp  25.000 fps  805.4 kbps (98.3 kbyte/s)
 Clip info:
  Software: VirtualDubMod 1.5.10.1 (build 2439/release)
  ==
  Trying to force audio codec driver family libmad...
  Opening audio decoder: [libmad] libmad mpeg audio decoder
  AUDIO: 48000 Hz, 2 ch, s16le, 128.0 kbit/8.33% (ratio: 16000-192000)
  Selected audio codec: [mad] afm:libmad (libMAD MPEG layer 1-2-3)
  ==
  ==
  Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
  Selected video codec: [ffodivx] vfm:ffmpeg (FFmpeg MPEG-4)
  ==
  Building audio filter chain for 48000Hz/2ch/s16le - 0Hz/0ch/??...
  alsa-init: 1 soundcard found, using: default
  alsa: 48000 Hz/2 channels/4 bpf/65536 bytes buffer/Signed 16 bit Little
 Endian
 AO: [alsa] 48000Hz 2ch s16le (2 bps)
 Building audio filter chain for 48000Hz/2ch/s16le - 48000Hz/2ch/s16le...
 Starting playback...
 VDec: vo config request - 480 x 272 (preferred csp: Planar YV12)
 Could not find matching colorspace - retrying with -vf scale...
 Opening video filter: [scale]
 The selected video_out device is incompatible with this codec.
 
 FATAL: Could not initialize video filters (-vf) or video output (-vo).
 
 Can't restore text mode: Invalid argument
 alsa-uninit: pcm closed
 
 Exiting... (End of file)
 
 but mplayer -vo xv and mplayer -vo x11 works as root but not as a normal 
 user.
 Any ideas?
 Clyde
  
 On Mon, Oct 03, 2005 at 08:01:20PM +1000, Dean Hamstead wrote:
 
 are you running x as root?
 
 do other applications all work? could be some device permissions.
 does the framebuffer driver work?
 
 Dean
 
 hjalmar wrote:
 
 I have tried differnet -vo options but get the same result when I run it 
 as a
 normal user. When run as root there is no problem with the -vo option
 and the movie starts to play. 
 When run as a normal user without the -vo option just mplayer movie 
 name
 I get the following
 
 MPlayer 1.0pre7try2-3.4.5 (C) 2000-2005 MPlayer Team
 CPU: Advanced Micro Devices  (Family: 8, Stepping: 0)
 Detected cache-line size is 64 bytes
 CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2
 
 
 Failed to open /dev/rtc: Device or resource busy (it should be readable 
 by
 the user.)
 Playing Building_the_Great_Pyramid.avi.
 AVI file format detected.
 VIDEO:  [XVID]  320x240  24bpp  29.970 fps  565.2 kbps (69.0 kbyte/s)
 ==
 Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
 AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000-176400)
 Selected audio codec: [mp3] afm:mp3lib (mp3lib MPEG layer-2, layer-3)
 ==
 ==
 Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
 Selected video codec: [ffodivx] vfm:ffmpeg (FFmpeg MPEG-4)
 ==
 Checking audio filter chain for 44100Hz/2ch/s16le - 44100Hz/2ch/s16le...
 AF_pre: 44100Hz/2ch/s16le
 AO: [oss] 44100Hz 2ch s16le (2 bps)
 Building audio filter

mplayer

2005-10-02 Thread hjalmar
Hello,
I am having a little bit of trouble with mplayer and wondering if you guys
could give me some help. I apt-get install from 
deb http://spello.sscnet.ucla.edu/marillat/ sid main
Everything went fine but I can only play movies if I am root. Here are the
two printouts I get when I start mplayer 
For root
mplayer -vo xv movie name

MPlayer dev-CVS--4.0.2 (C) 2000-2005 MPlayer Team
CPU: Advanced Micro Devices  (Family: 8, Stepping: 0)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2



Failed to open /dev/rtc: Device or resource busy (it should be readable by
the user.)
Opening joystick device /dev/input/js0
Can't open joystick device /dev/input/js0 : No such device
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 Building_the_Great_Pyramid.avi.
AVI file format detected.
VIDEO:  [XVID]  320x240  24bpp  29.970 fps  565.2 kbps (69.0 kbyte/s)
==
Trying to force audio codec driver family libmad...
Opening audio decoder: [libmad] libmad mpeg audio decoder
AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000-176400)
Selected audio codec: [mad] afm:libmad (libMAD MPEG layer 1-2-3)
==
vo: X11 running at 1280x1024 with depth 24 and 32 bpp (:0.0 = local
display)
==
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffodivx] vfm:ffmpeg (FFmpeg MPEG-4)
==
Building audio filter chain for 44100Hz/2ch/s16le - 0Hz/0ch/??...
alsa-init: 1 soundcard found, using: default
alsa: 44100 Hz/2 channels/4 bpf/60208 bytes buffer/Signed 16 bit Little Endian
AO: [alsa] 44100Hz 2ch s16le (2 bps)
Building audio filter chain for 44100Hz/2ch/s16le - 44100Hz/2ch/s16le...
Starting playback...
[mpeg4 @ 0x2b082cb0]looks like this file was encoded with
(divx4/(old)xvid/opendivx) - forcing low_delay flag
VDec: vo config request - 320 x 240 (preferred csp: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
VO: [xv] 320x240 = 320x240 Planar YV12 
alsa-uninit: pcm closed-0.011 ct: -0.002 424/424  1%  0%  0.7% 0 0 48%   

Exiting... (Quit)

Here is what I get when I start it as a normal user

MPlayer 1.0pre7try2-3.4.5 (C) 2000-2005 MPlayer Team
CPU: Advanced Micro Devices  (Family: 8, Stepping: 0)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2


Failed to open /dev/rtc: Device or resource busy (it should be readable by
the user.)
Playing Building_the_Great_Pyramid.avi.
AVI file format detected.
VIDEO:  [XVID]  320x240  24bpp  29.970 fps  565.2 kbps (69.0 kbyte/s)
==
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000-176400)
Selected audio codec: [mp3] afm:mp3lib (mp3lib MPEG layer-2, layer-3)
==
Error opening/initializing the selected video_out (-vo) device.


Exiting... (End of file)

I have checked the /dev/rtc and the permission is crw-rw-r--  1 root root
10, 135 2005-03-01 00:08 /dev/rtc
and I am a member of the video group as well. 
Thanks for any help,
Clyde


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



Re: mplayer

2005-10-02 Thread Dean Hamstead

the rtc device wouldnt be the problem, its just the real time clock
which mplayer can use to make sure the movies are played at the
correct speed, on my ibook this device doesnt exist and things
run fine - mplayer uses an internal algorithm instead.

your error output isnt very helpful, try a different '-vo' option
that seems the be the problem.


Dean

hjalmar wrote:

Hello,
I am having a little bit of trouble with mplayer and wondering if you guys
could give me some help. I apt-get install from 
deb http://spello.sscnet.ucla.edu/marillat/ sid main

Everything went fine but I can only play movies if I am root. Here are the
two printouts I get when I start mplayer 
For root

mplayer -vo xv movie name

MPlayer dev-CVS--4.0.2 (C) 2000-2005 MPlayer Team
CPU: Advanced Micro Devices  (Family: 8, Stepping: 0)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2



Failed to open /dev/rtc: Device or resource busy (it should be readable by
the user.)
Opening joystick device /dev/input/js0
Can't open joystick device /dev/input/js0 : No such device
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 Building_the_Great_Pyramid.avi.
AVI file format detected.
VIDEO:  [XVID]  320x240  24bpp  29.970 fps  565.2 kbps (69.0 kbyte/s)
==
Trying to force audio codec driver family libmad...
Opening audio decoder: [libmad] libmad mpeg audio decoder
AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000-176400)
Selected audio codec: [mad] afm:libmad (libMAD MPEG layer 1-2-3)
==
vo: X11 running at 1280x1024 with depth 24 and 32 bpp (:0.0 = local
display)
==
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffodivx] vfm:ffmpeg (FFmpeg MPEG-4)
==
Building audio filter chain for 44100Hz/2ch/s16le - 0Hz/0ch/??...
alsa-init: 1 soundcard found, using: default
alsa: 44100 Hz/2 channels/4 bpf/60208 bytes buffer/Signed 16 bit Little Endian
AO: [alsa] 44100Hz 2ch s16le (2 bps)
Building audio filter chain for 44100Hz/2ch/s16le - 44100Hz/2ch/s16le...
Starting playback...
[mpeg4 @ 0x2b082cb0]looks like this file was encoded with
(divx4/(old)xvid/opendivx) - forcing low_delay flag
VDec: vo config request - 320 x 240 (preferred csp: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
VO: [xv] 320x240 = 320x240 Planar YV12 
alsa-uninit: pcm closed-0.011 ct: -0.002 424/424  1%  0%  0.7% 0 0 48%   


Exiting... (Quit)

Here is what I get when I start it as a normal user

MPlayer 1.0pre7try2-3.4.5 (C) 2000-2005 MPlayer Team
CPU: Advanced Micro Devices  (Family: 8, Stepping: 0)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2


Failed to open /dev/rtc: Device or resource busy (it should be readable by
the user.)
Playing Building_the_Great_Pyramid.avi.
AVI file format detected.
VIDEO:  [XVID]  320x240  24bpp  29.970 fps  565.2 kbps (69.0 kbyte/s)
==
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000-176400)
Selected audio codec: [mp3] afm:mp3lib (mp3lib MPEG layer-2, layer-3)
==
Error opening/initializing the selected video_out (-vo) device.


Exiting... (End of file)

I have checked the /dev/rtc and the permission is crw-rw-r--  1 root root
10, 135 2005-03-01 00:08 /dev/rtc
and I am a member of the video group as well. 
Thanks for any help,

Clyde




--
WWW: http://dean.bong.com.au  LAN: http://www.bong.com.au
EMAIL: [EMAIL PROTECTED]   or   [EMAIL PROTECTED]
ICQ: 16867613


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



Re: mplayer

2005-10-02 Thread hjalmar
I have tried differnet -vo options but get the same result when I run it as a
normal user. When run as root there is no problem with the -vo option
and the movie starts to play. 
When run as a normal user without the -vo option just mplayer movie name
I get the following

MPlayer 1.0pre7try2-3.4.5 (C) 2000-2005 MPlayer Team
CPU: Advanced Micro Devices  (Family: 8, Stepping: 0)
Detected cache-line size is 64 bytes
CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2


Failed to open /dev/rtc: Device or resource busy (it should be readable by
the user.)
Playing Building_the_Great_Pyramid.avi.
AVI file format detected.
VIDEO:  [XVID]  320x240  24bpp  29.970 fps  565.2 kbps (69.0 kbyte/s)
==
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000-176400)
Selected audio codec: [mp3] afm:mp3lib (mp3lib MPEG layer-2, layer-3)
==
==
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffodivx] vfm:ffmpeg (FFmpeg MPEG-4)
==
Checking audio filter chain for 44100Hz/2ch/s16le - 44100Hz/2ch/s16le...
AF_pre: 44100Hz/2ch/s16le
AO: [oss] 44100Hz 2ch s16le (2 bps)
Building audio filter chain for 44100Hz/2ch/s16le - 44100Hz/2ch/s16le...
Starting playback...
[mpeg4 @ 0x9c19f0]looks like this file was encoded with
(divx4/(old)xvid/opendivx) - forcing low_delay flag
VDec: vo config request - 320 x 240 (preferred csp: Planar YV12)
Could not find matching colorspace - retrying with -vf scale...
Opening video filter: [scale]
The selected video_out device is incompatible with this codec.

FATAL: Could not initialize video filters (-vf) or video output (-vo).

Can't restore text mode: Invalid argument

Exiting... (End of file)

Why would root not have a problem with the -vo option but a normal user would?
Clyde

On Sun, Oct 02, 2005 at 09:49:10PM +1000, Dean Hamstead wrote:
 the rtc device wouldnt be the problem, its just the real time clock
 which mplayer can use to make sure the movies are played at the
 correct speed, on my ibook this device doesnt exist and things
 run fine - mplayer uses an internal algorithm instead.
 
 your error output isnt very helpful, try a different '-vo' option
 that seems the be the problem.
 
 
 Dean
 
 hjalmar wrote:
 Hello,
 I am having a little bit of trouble with mplayer and wondering if you guys
 could give me some help. I apt-get install from 
 deb http://spello.sscnet.ucla.edu/marillat/ sid main
 Everything went fine but I can only play movies if I am root. Here are the
 two printouts I get when I start mplayer 
 For root
 mplayer -vo xv movie name
 
 MPlayer dev-CVS--4.0.2 (C) 2000-2005 MPlayer Team
 CPU: Advanced Micro Devices  (Family: 8, Stepping: 0)
 Detected cache-line size is 64 bytes
 CPUflags:  MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 1 SSE2: 1
 Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx SSE SSE2
 
 
 
 Failed to open /dev/rtc: Device or resource busy (it should be readable by
 the user.)
 Opening joystick device /dev/input/js0
 Can't open joystick device /dev/input/js0 : No such device
 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 Building_the_Great_Pyramid.avi.
 AVI file format detected.
 VIDEO:  [XVID]  320x240  24bpp  29.970 fps  565.2 kbps (69.0 kbyte/s)
 ==
 Trying to force audio codec driver family libmad...
 Opening audio decoder: [libmad] libmad mpeg audio decoder
 AUDIO: 44100 Hz, 2 ch, s16le, 128.0 kbit/9.07% (ratio: 16000-176400)
 Selected audio codec: [mad] afm:libmad (libMAD MPEG layer 1-2-3)
 ==
 vo: X11 running at 1280x1024 with depth 24 and 32 bpp (:0.0 = local
 display)
 ==
 Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
 Selected video codec: [ffodivx] vfm:ffmpeg (FFmpeg MPEG-4)
 ==
 Building audio filter chain for 44100Hz/2ch/s16le - 0Hz/0ch/??...
 alsa-init: 1 soundcard found, using: default
 alsa: 44100 Hz/2 channels/4 bpf/60208 bytes buffer/Signed 16 bit Little 
 Endian
 AO: [alsa] 44100Hz 2ch s16le (2 bps)
 Building audio filter chain for 44100Hz/2ch/s16le - 44100Hz/2ch/s16le...
 Starting playback...
 [mpeg4 @ 0x2b082cb0]looks like this file was encoded with
 (divx4/(old)xvid/opendivx) - forcing low_delay flag
 VDec: vo

Re: Mplayer/Totem slow motion

2005-08-01 Thread antonio giulio
 I have installed 'stable' version of debian with mplayer, totem and
 mozilla-mplayer. These players show movies (mpg, avi, wmv, etc.)
 slowly... it seems a soccer replay:)

 glxinfo says dri is active?

It returns :

direct rendering: No

Actually I have not my notebook (repairing under guarantee - cpu
burning:)) and I have a strange amd64 with sis all-integrated card. I
don't know this system, and in xorg.conf (6.8.2) I put:

Section Device
Identifier  Scheda video generica
Driver  sis
Option  AGPSize   32
EndSection

and copied sis_drv.o in /usr/X11R6/lib/modules/drivers/ however it's
not working.
Maybe problem is in xorg.conf configuration?

Thanks,
Giulio



Re: Mplayer/Totem slow motion

2005-08-01 Thread Roberto Pariset
Il giorno lun, 01/08/2005 alle 09.08 +0200, antonio giulio ha scritto:
  I have installed 'stable' version of debian with mplayer, totem and
  mozilla-mplayer. These players show movies (mpg, avi, wmv, etc.)
  slowly... it seems a soccer replay:)
 
  glxinfo says dri is active?
 
 It returns :
 
 direct rendering: No
 
 Actually I have not my notebook (repairing under guarantee - cpu
 burning:)) and I have a strange amd64 with sis all-integrated card. I
 don't know this system, and in xorg.conf (6.8.2) I put:
 
 Section Device
 Identifier  Scheda video generica
 Driver  sis
 Option  AGPSize   32
 EndSection
 
 and copied sis_drv.o in /usr/X11R6/lib/modules/drivers/ however it's
 not working.
 Maybe problem is in xorg.conf configuration?
 
 Thanks,
 Giulio

are you using this?
http://www.winischhofer.at/linuxsispart3.shtml#download

however, sis has no 3d acceleration (dri). i think you should use
mplayer with -vo xv. it works file with movies, on my laptop. 

if it keep bothering you, try xfree, and see if the problem is the same,
or if it's just xorg.

so long,
rob


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



Re: Mplayer/Totem slow motion

2005-08-01 Thread antonio giulio
 are you using this?
 http://www.winischhofer.at/linuxsispart3.shtml#download

yes

 however, sis has no 3d acceleration (dri). i think you should use
 mplayer with -vo xv. it works file with movies, on my laptop.

and so DRI settings are unuseful?

With my xorg.conf settings movies seem ok now, but when I try to show
a video stream from mozilla-mplayer (tested with 2.7 and 3.0 version)
I have slow-motion again.

 if it keep bothering you, try xfree, and see if the problem is the same,
 or if it's just xorg.

Before I have used xfree 4.3 (from debian stable) and then xorg 6.8.2.
I have read various related infos about this, and they affirmed that
this problem was solved from new xorg or xfree 4.4.

Giulio



Re: Mplayer/Totem slow motion

2005-08-01 Thread Roberto Pariset
Il giorno lun, 01/08/2005 alle 12.05 +0200, antonio giulio ha scritto:
  however, sis has no 3d acceleration (dri). i think you should use
  mplayer with -vo xv. it works file with movies, on my laptop.
 
 and so DRI settings are unuseful?

i am afraid of so. i have given up on my laptop, but that's really
rubbish. oh wait, see what http://www.x.org/X11R6.8.2/doc/SiS2.html
says:

Option DRI boolean]

Although this option is accepted for all chipsets, it currently
only makes sense on the 300 series; DRI is only supported on
these chipsets. This option enables/disables DRI.

 With my xorg.conf settings movies seem ok now, but when I try to show
 a video stream from mozilla-mplayer (tested with 2.7 and 3.0 version)
 I have slow-motion again.

with all kind of streams, or just some streams? just in case it was a
codec issue...
another thing: are you using mplayer from a chroot, by any chance?

  if it keep bothering you, try xfree, and see if the problem is the same,
  or if it's just xorg.
 
 Before I have used xfree 4.3 (from debian stable) and then xorg 6.8.2.
 I have read various related infos about this, and they affirmed that
 this problem was solved from new xorg or xfree 4.4.
 
 Giulio

6.8.2 happens to be the latest release. new xorg is supposed next
release or latest release?

are you running sarge?

r.


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



Re: Mplayer/Totem slow motion

2005-08-01 Thread Thomas Halva Labella


Roberto Pariset wrote:

however, sis has no 3d acceleration (dri). i think you should use
mplayer with -vo xv. it works file with movies, on my laptop.
  

and so DRI settings are unuseful?


i am afraid of so. i have given up on my laptop, but that's really
rubbish. oh wait, see what http://www.x.org/X11R6.8.2/doc/SiS2.html
says:

Option DRI boolean]

Although this option is accepted for all chipsets, it currently
only makes sense on the 300 series; DRI is only supported on
these chipsets. This option enables/disables DRI.
  

Why is that? Why is only that series supported? I could not find any
ansewer so far... (BTW: I have a SiS M760 card :-( )

Halva



signature.asc
Description: OpenPGP digital signature


Re: Mplayer/Totem slow motion

2005-07-31 Thread v0n0
antonio giulio ha scritto:

Hi,

I have installed 'stable' version of debian with mplayer, totem and
mozilla-mplayer. These players show movies (mpg, avi, wmv, etc.)
slowly... it seems a soccer replay:)
Have you any idea to solve this problem?
  

glxinfo says dri is active?

-- 
Alessandro Dal Grande
Student In The University Of Padua - Computer Science
Linux Registered User #359258
System: GNU/Linux Debian Sid Pure64 on [EMAIL PROTECTED]
Chat: Psi ICQ) 150487234 Jabber) [EMAIL PROTECTED]

Put the fan back into computing 



signature.asc
Description: OpenPGP digital signature


Mplayer/Totem slow motion

2005-07-30 Thread antonio giulio
Hi,

I have installed 'stable' version of debian with mplayer, totem and
mozilla-mplayer. These players show movies (mpg, avi, wmv, etc.)
slowly... it seems a soccer replay:)
Have you any idea to solve this problem?

Thanks,
Giulio



Re: VLC and Mplayer issues

2005-03-17 Thread Aritz Beraza Garayalde [Rei]
 Evening all,
 
 Is anything being done about the installation of VLC (which currently
 depends on libflac4, which is uninstallable), or has it been lost by the
 way side?
 
 Also, how do I go about getting support for wmv files in Mplayer on
 AMD64? Am I right in thinking I need a chroot and to run Mplayer as
 32bit? That would be a shame...
 

You'll probably have to run a 32 bit chrooted mplayer to be able to
play wmv files. If yoy compile mplayer from sources under a 64 bit
environment it will arge that only 32 bit plataforms can make use of
win32 libs (and you need them for playing wmv files). Now that a x64
edition of windows with a 64 bit media player  and 64bit dll's has
been released maybe we'll be able to compile mplayer against them
without the need of a chroot.


Aritz Beraza [Rei]
-- 
Aritz Beraza Garayalde [Rei]
___
[ WWW ]  http://evangelion.homelinux.net 
[jabber]  rei[en]bulmalug.net


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



VLC and Mplayer issues

2005-03-16 Thread Max Dyckhoff
Evening all,
Is anything being done about the installation of VLC (which currently 
depends on libflac4, which is uninstallable), or has it been lost by the 
way side?

Also, how do I go about getting support for wmv files in Mplayer on 
AMD64? Am I right in thinking I need a chroot and to run Mplayer as 
32bit? That would be a shame...

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


Re: VLC and Mplayer issues

2005-03-16 Thread Daniel van Eeden
wmv depends on windows dll's isn't it? maybe you could try win64 dll's
if you can find em. please report any suc6 back to the list

On Wed, 2005-03-16 at 21:27 +, Max Dyckhoff wrote:
 Evening all,
 
 Is anything being done about the installation of VLC (which currently 
 depends on libflac4, which is uninstallable), or has it been lost by the 
 way side?
 
 Also, how do I go about getting support for wmv files in Mplayer on 
 AMD64? Am I right in thinking I need a chroot and to run Mplayer as 
 32bit? That would be a shame...
 
 Cheers,
 
 Max
 
 
-- 
Daniel van Eeden [EMAIL PROTECTED]


smime.p7s
Description: S/MIME cryptographic signature


mozilla-mplayer bug: broken dependencies

2005-01-23 Thread Aritz Beraza Garayalde [Rei]
I've noticed that mozilla-mplayer package depends on any of the following:
mplayer (= 0.92) o
mplayer-custom (= 0.92) 
mplayer-586 (= 0.92) 
mplayer-686 (= 0.92) 
mplayer-k6 (= 0.92) 
mplayer-k7 (= 0.92) 
mplayer-powerpc (= 0.92) 
mplayer-g4 (= 0.92) 
mplayer-nogui (= 0.92) 

but dependencies from mplayer-amd64 is missing, so package is
uninstallable if using amd64 version of mlayer.

By the way, is there any way of installing this package without
messing *.deb's database? (I mean, without installing a fake
mplayer-custom package)

Thanks in advance
Aritz Beraza [Rei]
-- 
Aritz Beraza Garayalde [Rei]
___
[ WWW ]  http://evangelion.homelinux.net 
[jabber]  [EMAIL PROTECTED]


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



Re: mozilla-mplayer bug: broken dependencies

2005-01-23 Thread Cyril Chaboisseau
 Le 23 janvier vers 19:59, Aritz Beraza Garayalde [Rei] écrivait:
 I've noticed that mozilla-mplayer package depends on any of the following:
 mplayer (= 0.92) o
 mplayer-custom (= 0.92) 
 mplayer-586 (= 0.92) 
 mplayer-686 (= 0.92) 
 mplayer-k6 (= 0.92) 
 mplayer-k7 (= 0.92) 
 mplayer-powerpc (= 0.92) 
 mplayer-g4 (= 0.92) 
 mplayer-nogui (= 0.92) 
 
 but dependencies from mplayer-amd64 is missing, so package is
 uninstallable if using amd64 version of mlayer.

you'll need to build the package from source :

from a build directory, just type :

# apt-get -b source mozilla-mplayer

then, edit in the mplayerplug-in-2.70/ directory the file debian/control
and manually add the dependency :

  Package: mozilla-mplayer
  Architecture: any
- Depends: ${shlibs:Depends}, mozilla-browser | mozilla-firefox, 
${misc:Depends}, mplayer (= 0.92) | mplayer-custom (= 0.92) | mplayer-386 (= 
0.92) | mplayer-586 (= 0.92) | mplayer-686 (= 0.92) | mplayer-k6 (= 0.92) | 
mplayer-k7 (= 0.92) | mplayer-powerpc (= 0.92) | mplayer-g4 (= 0.92) | 
mplayer-nogui (= 0.92)
+ Depends: ${shlibs:Depends}, mozilla-browser | mozilla-firefox, 
${misc:Depends}, mplayer (= 0.92) | mplayer-custom (= 0.92) | mplayer-386 (= 
0.92) | mplayer-586 (= 0.92) | mplayer-686 (= 0.92) | mplayer-k6 (= 0.92) | 
mplayer-k7 (= 0.92) | mplayer-powerpc (= 0.92) | mplayer-g4 (= 0.92) | 
mplayer-nogui (= 0.92) | mplayer-amd64 (=0.92)
  Suggests: konqueror, openoffice.org
  Conflicts: mplayerplug-in

and finally

# ./debian/rules binary



-- 
Cyril Chaboisseau


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



Re: [ Spam 50 ]::Mplayer?

2004-11-24 Thread Johan Groth
Ernest jw ter Kuile wrote:
On Tuesday 23 November 2004 10:56, Johan Groth wrote:
It is not that difficult to compile by yourself.

I did that, and did some experimenting with it, using the 32 bit version of 
mencoder as reference.

For some reason the 32bit mencoder beats the hell out of the 64 bit version on 
the same hardware ! and I'm talking at about 2 x the speed !

Don't really know why, although I can imagine the 32bit version includes some 
specific assembly optimisation, missing from the 64bit version.
That is most likely. I needed to get a special version of xvid 1.0.2 
which included mmx assembly for amd64 using the yasm assembler. I'm 
waiting for someone with more time on their hands than me :) also 
convertes the assembler routines in transcode.

/Johan
-
Symbian Software Ltd is a company registered in England and Wales with
registered number 4190020 and registered office at 2-6 Boundary Row,
Southwark, London, SE1 8HP, UK. This message is intended only for use by
the named addressee and may contain privileged and/or confidential
information. If you are not the named addressee you should not disseminate,
copy or take any action in reliance on it. If you have received this
message in error please notify [EMAIL PROTECTED] and delete the
message and any attachments accompanying it immediately. Neither Symbian
nor any of its subsidiaries accepts liability for any corruption,
interception, amendment, tampering or viruses occurring to this message in
transit or for any message sent by its employees which is not in compliance
with Symbian corporate policy.



Re: [ Spam 50 ]::Mplayer?

2004-11-23 Thread Johan Groth
A. P. Kennedy wrote:
Hi,
I know that mplayer is not a part of the debian distribution. So I
hope that by asking I don't flamed. 

Does anyone know of a reliable site that has prebuilt debs for mplayer
and it's support files for gcc version 3.4.2?
It is not that difficult to compile by yourself.
/Johan
-
Symbian Software Ltd is a company registered in England and Wales with
registered number 4190020 and registered office at 2-6 Boundary Row,
Southwark, London, SE1 8HP, UK. This message is intended only for use by
the named addressee and may contain privileged and/or confidential
information. If you are not the named addressee you should not disseminate,
copy or take any action in reliance on it. If you have received this
message in error please notify [EMAIL PROTECTED] and delete the
message and any attachments accompanying it immediately. Neither Symbian
nor any of its subsidiaries accepts liability for any corruption,
interception, amendment, tampering or viruses occurring to this message in
transit or for any message sent by its employees which is not in compliance
with Symbian corporate policy.



Re: [ Spam 50 ]::Mplayer?

2004-11-23 Thread Ernest jw ter Kuile
On Tuesday 23 November 2004 10:56, Johan Groth wrote:
 It is not that difficult to compile by yourself.


I did that, and did some experimenting with it, using the 32 bit version of 
mencoder as reference.

For some reason the 32bit mencoder beats the hell out of the 64 bit version on 
the same hardware ! and I'm talking at about 2 x the speed !

Don't really know why, although I can imagine the 32bit version includes some 
specific assembly optimisation, missing from the 64bit version.

can anybody comment on this difference ??

Ernest.




Re: Mplayer?

2004-11-23 Thread A. P. Kennedy

Thanks to all that responded I decided to just compile the debs. It
was very easy as everyone said. 

Thanks again for the pointers. 




Mplayer?

2004-11-22 Thread A. P. Kennedy
Hi,

I know that mplayer is not a part of the debian distribution. So I
hope that by asking I don't flamed. 

Does anyone know of a reliable site that has prebuilt debs for mplayer
and it's support files for gcc version 3.4.2?

Thanks,

Alan




mplayer e w32codecs

2004-09-08 Thread Sythos
The w32codecs is avaiable only as binary... before destroy an amd62 box
with strange experiment I would ask you if somebody has tested
mplayer+w32codecs on amd64 box...

Any (positive) experiences?

-- 

Sythos - http://www.sythos.net

  ()  ASCII Ribbon Campaign - against html/rtf/vCard in mail
  /\- against M$ attachments





Re: mplayer e w32codecs

2004-09-08 Thread Kim Dong-ju
hi.

I tryed to use w32codecs on amd64 later.

but mplayer says w3scodecs is for x86_32.

it don't support x86_64.

so I thinks it can't use for amd64

my think.. Can we use windows codec for WindowsXP 64bit.

is it supporting amd64? 

but just my think... i didn't try it.

how about your think?


On Wed, Sep 08, 2004 at 09:21:30AM +0200, Sythos wrote:
 The w32codecs is avaiable only as binary... before destroy an amd62 box
 with strange experiment I would ask you if somebody has tested
 mplayer+w32codecs on amd64 box...
 
 Any (positive) experiences?
 
 -- 
 
 Sythos - http://www.sythos.net
 
   ()  ASCII Ribbon Campaign - against html/rtf/vCard in mail
   /\- against M$ attachments
 
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 




Re: mplayer e w32codecs

2004-09-08 Thread Zoltan Varga
   Hi,

   You can run mplayer inside an ia32 chroot. It works for me.

 Zoltan
 
On Wed, 8 Sep 2004 12:01:28 +0200, Sythos [EMAIL PROTECTED] wrote:
 On Wed, Sep 08, 2004 at 05:35:03PM +0900, Kim Dong-ju wrote:
  how about your think?
 
 libavcodec don't support RP e QT, but fully support divx, xvid,
 mpeg4...(the team say this)
 
 Any experiences?
 
 
 
 
 --
 
 Sythos - http://www.sythos.net
 
   ()  ASCII Ribbon Campaign - against html/rtf/vCard in mail
   /\- against M$ attachments
 
 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 





Re: mplayer e w32codecs

2004-09-08 Thread Sythos
On Wed, Sep 08, 2004 at 12:09:06PM +0200, Zoltan Varga wrote:
You can run mplayer inside an ia32 chroot. It works for me.
  Zoltan

too much simple in this way :)

I want to view mplayer decode a DVD or Divx, write how can do this and
share info. Only 64bit is better than 32bit chroot

-- 

Sythos - http://www.sythos.net

  ()  ASCII Ribbon Campaign - against html/rtf/vCard in mail
  /\- against M$ attachments





Re: mplayer e w32codecs

2004-09-08 Thread Mark Bergsma
Sythos wrote:
libavcodec don't support RP e QT, but fully support divx, xvid,
mpeg4...(the team say this)
Any experiences?
libavcodec indeed seems to work fine on a pure64 system.
I had some troubles with xvid though. Initially it worked fine when 
encoding an mpeg2 movie, but it quickly crashed with a segfault 
(libavcodec encoding worked fine, so I suspect it was xvid). I now run 
it from an ia32 chroot...

--
Mark
[EMAIL PROTECTED]



Re: mplayer e w32codecs

2004-09-08 Thread Peter Cordes
On Wed, Sep 08, 2004 at 12:37:14PM +0200, Sythos wrote:
 On Wed, Sep 08, 2004 at 12:09:06PM +0200, Zoltan Varga wrote:
 You can run mplayer inside an ia32 chroot. It works for me.
   Zoltan

 Is video scaling accelerated, or is it like 3D where the client has to
match the server?  Run 64 and 32bit xvinfo and compare the outputs...

 too much simple in this way :)
 
 I want to view mplayer decode a DVD or Divx, write how can do this and
 share info. Only 64bit is better than 32bit chroot

 You can watch a DVD on i386 Debian without any non-free software, right?
(not with mplayer, but with ogle or xine).

-- 
#define X(x,y) x##y
Peter Cordes ;  e-mail: X([EMAIL PROTECTED] , des.ca)

The gods confound the man who first found out how to distinguish the hours!
 Confound him, too, who in this place set up a sundial, to cut and hack
 my day so wretchedly into small pieces! -- Plautus, 200 BC