Kodi Community Forum

Full Version: problem with vdpau libraries on ubuntu
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone and thanks in advance for your help.

I have installed xbmc (with vdpau libraries) on my pc (ubuntu 9.10). My problem is that xbmc not always uses vdpau libraries and, in this other cases, the cpu percentage reaches very high values. :mad:
I post a piece of log file that report the encountered errors.
Can anyone help me to "force" the use of vdpau libraries? I hope I was clear...
If I run "mplayer -vo vdpau -vc ffh264vdpau 'videofile' " it is OK!! So, I suppose it is a specific error in xbmc...


23:20:07 T:140290182596880 M:1426780160 ERROR: ffmpeg[DA7FC910]: [NULL] non-existing SPS 0 referenced in buffering period
23:20:07 T:140290182596880 M:1426780160 ERROR: ffmpeg[DA7FC910]: [NULL] non-existing PPS referenced
23:20:07 T:140290182596880 M:1426763776 ERROR: ffmpeg[DA7FC910]: [h264] non-existing SPS 0 referenced in buffering period
23:20:07 T:140290182596880 M:1426763776 ERROR: ffmpeg[DA7FC910]: [h264] B picture before any references, skipping
23:20:07 T:140290182596880 M:1426763776 ERROR: ffmpeg[DA7FC910]: [h264] decode_slice_header error
23:20:07 T:140290182596880 M:1426763776 ERROR: ffmpeg[DA7FC910]: [h264] B picture before any references, skipping
Hi there

that looks like its trying to use MPEG libraries, what format is the file you're trying to play?

Cheers

Ed
A full debug log will help here.
bobo1on1 Wrote:A full debug log will help here.


here is my log

The strange thing is that the vdpau sometimes works and sometimes not even on the same channel

http://pastebin.com/raw.php?i=tc3bcGBu
Don't cut logs, anything but a full log is useless.
bobo1on1 Wrote:Don't cut logs, anything but a full log is useless.

here is

http://pastebin.com/raw.php?i=2TQkeyaY

thanks
You're using an unsupported development branch, issues like these can be expected.
bobo1on1 Wrote:You're using an unsupported development branch, issues like these can be expected.

Thanks for your quick answer. Could you be so kind to give me more details about a supported development that I can use?
From the homepage:

"Revision 28276 is the revision before the merge. Stay below that and you’ll be fine."
myyra Wrote:From the homepage:

"Revision 28276 is the revision before the merge. Stay below that and you’ll be fine."

but rev 28276 on pvr-testing2 branch Huh

thanks
myyra Wrote:From the homepage:

"Revision 28276 is the revision before the merge. Stay below that and you’ll be fine."


Is this the rev of svn that I have to compile :
svn co http://xbmc.svn.sourceforge.net/svnroot/...ing2@28276 xbmc ?
napoli776 Wrote:Is this the rev of svn that I have to compile :
svn co http://xbmc.svn.sourceforge.net/svnroot/...ing2@28276 xbmc ?

or is this
svn co http://xbmc.svn.sourceforge.net/svnroot/...runk@28276 xbmc ??