You are not logged in.

#1 2014-12-08 06:10:45

mrbrklyn
Member
Registered: 2014-12-08
Posts: 4

vdpau

I'm having trouble with a Noveua Driver and vdpau

This started with me hunting down a firefox problem that said

Failed to open VDPAU backend libvdpau_nouveau.so: cannot open shared object file: No such file or directory

I installed the firmware according to this site

http://nouveau.freedesktop.org/wiki/VideoAcceleration/

I installed MESA but it is still not functioning

mplayer -vo vdpau -vc ffmpeg12vdpau,ffh264vdpau,ffwmv3vdpau,ffvc1vdpau, Whoopi\ Goldberg\ -\ Back\ to\ Broadway\ -\ YouTube.mp4
MPlayer SVN-r37224 (C) 2000-2014 MPlayer Team
210 audio & 441 video codecs
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 Whoopi Goldberg - Back to Broadway - YouTube.mp4.
libavformat version 55.33.100 (internal)
libavformat file format detected.
[lavf] stream 0: video (h264), -vid 0
[lavf] stream 1: audio (aac), -aid 0, -alang und
VIDEO:  [H264]  626x360  24bpp  29.970 fps  415.1 kbps (50.7 kbyte/s)
Clip info:
major_brand: mp42
minor_version: 0
compatible_brands: isommp42
creation_time: 2012-08-21 22:50:14
Load subtitles in ./
[vdpau] Error when calling vdp_device_create_x11: 1
Error opening/initializing the selected video_out (-vo) device.
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
libavcodec version 55.52.102 (internal)
AUDIO: 44100 Hz, 2 ch, floatle, 96.0 kbit/3.40% (ratio: 12000->352800)
Selected audio codec: [ffaac] afm: ffmpeg (FFmpeg AAC (MPEG-2/MPEG-4 Audio))
==========================================================================
[AO OSS] audio_setup: Can't open audio device /dev/dsp: No such file or directory
Home directory not accessible: Permission denied
AO: [alsa] 48000Hz 2ch floatle (4 bytes per sample)
Video: no video
Starting playback...
A:  12.5 (12.4) of 5273.4 ( 1:27:53.3)  2.2%


MPlayer interrupted by signal 2 in module: play_audio
A:  12.5 (12.5) of 5273.4 ( 1:27:53.3)  2.2%



I thought maybe I need a comma after the first vo argument but then I get a weirder output
[ruben@workstation mp3.2]$ mplayer -vo vdpau, -vc ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffh264vdpau,ffodivxvdpau,  Whoopi\ Goldberg\ -\ Back\ to\ Broadway\ -\ YouTube.mp4
MPlayer SVN-r37224 (C) 2000-2014 MPlayer Team
210 audio & 441 video codecs
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 Whoopi Goldberg - Back to Broadway - YouTube.mp4.
libavformat version 55.33.100 (internal)
libavformat file format detected.
[lavf] stream 0: video (h264), -vid 0
[lavf] stream 1: audio (aac), -aid 0, -alang und
VIDEO:  [H264]  626x360  24bpp  29.970 fps  415.1 kbps (50.7 kbyte/s)
Clip info:
major_brand: mp42
minor_version: 0
compatible_brands: isommp42
creation_time: 2012-08-21 22:50:14
Load subtitles in ./
[vdpau] Error when calling vdp_device_create_x11: 1
[vdpau] Error when calling vdp_device_create_x11: 1
==========================================================================
Forced video codec: ffmpeg12vdpau
Forced video codec: ffwmv3vdpau
Forced video codec: ffvc1vdpau
Forced video codec: ffh264vdpau
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
libavcodec version 55.52.102 (internal)
Selected video codec: [ffh264vdpau] vfm: ffmpeg (FFmpeg H.264 (VDPAU))
==========================================================================
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 44100 Hz, 2 ch, floatle, 96.0 kbit/3.40% (ratio: 12000->352800)
Selected audio codec: [ffaac] afm: ffmpeg (FFmpeg AAC (MPEG-2/MPEG-4 Audio))
==========================================================================
[AO OSS] audio_setup: Can't open audio device /dev/dsp: No such file or directory
Home directory not accessible: Permission denied
AO: [alsa] 48000Hz 2ch floatle (4 bytes per sample)
Starting playback...
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.
Too many buffered pts
Too many buffered pts
Too many buffered pts
Too many buffered pts
Too many buffered pts
Too many buffered pts
Too many buffered pts
Too many buffered pts

[ruben@workstation mp3.2]$ dmesg | grep -i chipset
[    9.401874] nouveau  [  DEVICE][0000:00:05.0] Chipset: C51 (NV4E)

Offline

#2 2014-12-08 06:46:53

bleach
Member
Registered: 2013-07-26
Posts: 264

Re: vdpau

i think thats what nouveau-fw is for. I installed it for actual flashplugin though. I use mpv and in that i use

vo=vdpau
hwdec=vdpau

and have no problems.

for mplayer I think it needs to be built with vdpau support not sure if the one in the repose is.

edit: i see this in the wiki https://wiki.archlinux.org/index.php/MP … ling_VDPAU, and make sure libvpau mesa-vdpau is installed. your chip says nv4e is that not between NV41-NV50 vp1 and thus not supported yet. a more detailed list is here

Last edited by bleach (2014-12-08 07:09:18)

Offline

#3 2014-12-08 07:04:02

mrbrklyn
Member
Registered: 2014-12-08
Posts: 4

Re: vdpau

bleach wrote:

i think thats what nouveau-fw is for. I installed it for actual flashplugin though. I use mpv and in that i use

Didn't i say i ran that already?  It doesn't work, though.  I had to run it by hand.  the makepkg -S didn't produce a xz file for pacman


vo=vdpau
hwdec=vdpau

and have no problems.

for mplayer I think it needs to be built with vdpau support not sure if the one in the repose is.

edit: i see this in the wiki https://wiki.archlinux.org/index.php/MP … ling_VDPAU, and make sure libvpau mesa-vdpau is installed


There are problems.  I installed mesa (I said that in the first post.  Am I missing the point you are making?

Offline

#4 2014-12-08 07:10:22

bleach
Member
Registered: 2013-07-26
Posts: 264

Re: vdpau

just trying to be thorough check my edit.

Offline

#5 2014-12-08 08:11:21

mrbrklyn
Member
Registered: 2014-12-08
Posts: 4

Re: vdpau

mrbrklyn wrote:
bleach wrote:

i think thats what nouveau-fw is for. I installed it for actual flashplugin though. I use mpv and in that i use

Didn't i say i ran that already?  It doesn't work, though.  I had to run it by hand.  the makepkg -S didn't produce a xz file for pacman


vo=vdpau
hwdec=vdpau

and have no problems.

for mplayer I think it needs to be built with vdpau support not sure if the one in the repose is.

edit: i see this in the wiki https://wiki.archlinux.org/index.php/MP … ling_VDPAU, and make sure libvpau mesa-vdpau is installed


There are problems.  I installed mesa (I said that in the first post.  Am I missing the point you are making?


Ah - you seem to be right.  Thank You.

What a pleasant way to waste an evening chasing a non-existent bug.  Firefox is wearing me out.  Why toss a "critical  Error" message like that up and cause the system to seize when that is not even an error.  I've really thought the Novaua drivers have been causing my system to freeze up.

Ruben

Offline

#6 2014-12-08 08:21:40

mrbrklyn
Member
Registered: 2014-12-08
Posts: 4

Re: vdpau

http://nouveau.freedesktop.org/wiki/VideoAcceleration/

According to this page,
VP1: NV41-NV50 (GeForce 6, 7 series, GeForce 8800 GTS)
VP1     N/A     N/A     TODO     TODO     N/A     TODO

Which meant it was on a  todo list and so I thought that is why I needed the firmware.

It doesn't say that the VDPAU was nonexistent for that chipset.

In fact it says:
Firmware

VPE1/2 do not require any firmware to run. However, VP1/2/3/4/5 all require firmware to operate that is presently extracted from the NVIDIA binary driver. We cannot redistribute the firmware directly in linux-firmware because NVIDIA's license forbids redistribution of parts of their driver.

This is a VP1

and then is says in a note for a VPE:
3 Works on NV40+, fails on NV31/34/36.

WHAT?  Completely confusing.

Offline

#7 2014-12-08 08:25:01

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: vdpau

Please use code tags when pasting to the boards: https://wiki.archlinux.org/index.php/Fo … s_and_Code


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#8 2014-12-08 08:48:20

bleach
Member
Registered: 2013-07-26
Posts: 264

Re: vdpau

looking at the feature matrix it says it is done for that card, that is all very conflicting though I would trust that although you may need to get the git version or latest one not sure. not really sure why it is conflicting like that. i have the nv50 branch so I had to get the firmware from the propriety bit.

vpe1/2 it says n/a, and vp1 it says todo not sure if we are looking at the same thing. vp2/3 it says extfw(propritay firmware for that little bit)

oh I see it ya the vp1 may be a mistake or what it will be or is not sure because of the conflict.

hopfully someone with that chipset can verify anything for it.

Last edited by bleach (2014-12-08 09:05:40)

Offline

Board footer

Powered by FluxBB