»»»»»»»»»» If you have a problem, PLEASE read this first ««««««««««

If you have a problem running an application using VDPAU, please run the following commands, then run the failing command again, and post the results:

# If you use bash:
export VDPAU_TRACE=2
export VDPAU_NVIDIA_DEBUG=3
export VDPAU_TRACE_FILE=mplayer.log

# If you use csh:
setenv VDPAU_TRACE 2
setenv VDPAU_NVIDIA_DEBUG 3
setenv VDPAU_TRACE_FILE mplayer.log

Please also generate and post an “nvidia bug report” by running nvidia-bug-report.sh as root.

Please upload a copy of the media file you were playing. Even a short portion of the clip (e.g. truncated to include the first 5 seconds) should be enough for us to diagnose initialization problems at least. We now accept files using the NVIDIA file drop:

cd /path/to/your/local/file
sftp vdpau@partners.ftp.nvidia.com
...
vdpau@partners.ftp.nvidia.com's password:     [press enter/return]
...
sftp> put the_filename.ext
sftp> exit

The user ID is vdpau with no password (i.e. empty/blank). Simply upload files to whatever directory the system places you into. You will be able to upload files, and possibly list files, but not download files. Please let us know if you have any difficulties using this system.

Finally, please include the version of mplayer you tested with. You can determine this with

mplayer --help | tail -n 2

If you’re having problems with MPlayer, please try using the built-in software codecs, and see if the file plays correctly. To do this, use the same MPlayer command-line, but substitute the -vc parameter as follows:

ffmpeg12vdpau → ffmpeg12
ffh264vdpau → ffh264
ffwmv3vdpau → ffwmv3
ffvc1vdpau → ffvc1

e.g.:

# HW accelerated:
./mplayer -vo vdpau -vc ffmpeg12vdpau file.mpg

# SW decoding:
./mplayer -vo vdpau -vc ffmpeg12 file.mpg

Some MPlayer problems may be solved by using a different demuxer; specify “-demuxer lavf” on the command-line.

When possible, please file video playback, corruption, slowness, and other such bugs using MPlayer as the video player. If MPlayer and another VDPAU-enabled media player (such as Xine or MythTV) exhibit different behavior, please be sure to note that as well.

2 Likes