Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
|
05-17-2010, 08:00 PM
|
#16
|
|
Member
Registered: Oct 2002
Location: Michigan
Distribution: Slackware, LFS, Gentoo
Posts: 158
Original Poster
Rep:
|
If it helps anyone, I have uploaded a 10 second dump (19 MB) of the stream I'm trying to watch.
|
|
|
|
05-17-2010, 08:45 PM
|
#17
|
|
Member
Registered: Jan 2010
Location: Vietnam
Distribution: Arch
Posts: 65
Rep:
|
Quote:
Originally Posted by Electrode
Some observations:
* the latest ffmpeg gives garbled video output. SVN r20373 works better.
* I tried building a 32-bit ffplay binary in a chroot, and that uses much less CPU (102% vs. 130%).
* Building a 32-bit mplayer seems to make no difference vs. 64-bit.
|
Have you ever tried hardware video acceleration version of mplayer (vdpau/vaapi)? It must be less CPU usage.
MT.
|
|
|
|
05-17-2010, 09:06 PM
|
#18
|
|
Member
Registered: Oct 2002
Location: Michigan
Distribution: Slackware, LFS, Gentoo
Posts: 158
Original Poster
Rep:
|
Hardware-accelerated playback doesn't appear to work on x86-64. -vo xv, gl, gl2 all give similar results.
Further observations:
* CPU utilization with mplayer is about 75-80% with 32-bit build and 70-73% with 64-bit build (video still runs slow and desyncs)
* -vo null does not have any effect on CPU usage or desync
* -nosound or -ao null has no effect, video still runs slightly faster than half speed, no change in CPU usage
Last edited by Electrode; 05-17-2010 at 09:13 PM.
|
|
|
|
05-17-2010, 09:50 PM
|
#19
|
|
Member
Registered: Jan 2010
Location: Vietnam
Distribution: Arch
Posts: 65
Rep:
|
Quote:
Originally Posted by Electrode
Hardware-accelerated playback doesn't appear to work on x86-64. -vo xv, gl, gl2 all give similar results.
Further observations:
* CPU utilization with mplayer is about 75-80% with 32-bit build and 70-73% with 64-bit build (video still runs slow and desyncs)
* -vo null does not have any effect on CPU usage or desync
* -nosound or -ao null has no effect, video still runs slightly faster than half speed, no change in CPU usage
|
I am running ArchLinux (x86_64) and mplayer-vaapi work just fine. All I need are libav, vdpau-video driver and mplayer-vaapi.
Have a look at:
Video Acceleration (VA) API
MT.
|
|
|
|
05-18-2010, 03:06 AM
|
#20
|
|
Guru
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,605
|
When I try to play that dump it says:
Code:
h264 @ 0xf056c0]number of reference frames exceeds max (probably corrupt input), discarding one
lots of times with mplayer, which then hangs.
However, it plays fine with 'ffplay', try that.
I think that this message might be correct, the input may be corrupt. It could be a driver problem with the capture card or something.
|
|
|
|
05-18-2010, 09:06 AM
|
#21
|
|
Member
Registered: Oct 2002
Location: Michigan
Distribution: Slackware, LFS, Gentoo
Posts: 158
Original Poster
Rep:
|
I have already tried ffplay, as mentioned earlier in the thread. It maintains sync but stutters due to high CPU consumption.
|
|
|
|
05-18-2010, 09:41 AM
|
#22
|
|
Guru
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,605
|
Did you enable vdpau in ffplay ? when compiling it ? that might help.
|
|
|
|
05-18-2010, 02:56 PM
|
#23
|
|
Member
Registered: Oct 2002
Location: Michigan
Distribution: Slackware, LFS, Gentoo
Posts: 158
Original Poster
Rep:
|
Quote:
Originally Posted by H_TeXMeX_H
Did you enable vdpau in ffplay ? when compiling it ? that might help.
|
Makes no difference
|
|
|
|
05-20-2010, 12:04 AM
|
#24
|
|
Member
Registered: Jan 2010
Location: Vietnam
Distribution: Arch
Posts: 65
Rep:
|
Quote:
Originally Posted by Electrode
Makes no difference
|
I've tried to play your 'test.ts' sample on my ArchLinux (x86_64)
Code:
mplayer -va vaapi -vo vaapi test.ts
CPU usage is very low. This is output log:
Code:
...
Playing test.ts.
TS file format detected.
VIDEO H264(pid=517) AUDIO MPA(pid=751) NO SUBS (yet)! PROGRAM N. 9
FPS seems to be: 29.970030
libva: libva version 0.31.0
Xlib: extension "XFree86-DRI" missing on display ":0.0".
libva: va_getDriverName() returns 0
libva: Trying to open /usr/local/lib/dri/nvidia_drv_video.so
libva: va_openDriver() returns 0
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
[VD_FFMPEG] VA API accelerated codec.
Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)
==========================================================================
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 48000 Hz, 2 ch, s16le, 384.0 kbit/25.00% (ratio: 48000->192000)
Selected audio codec: [ffmp2] afm: ffmpeg (FFmpeg MPEG layer-1 and layer-2 audio)
==========================================================================
AO: [oss] 48000Hz 2ch s16le (2 bytes per sample)
Starting playback...
[VD_FFMPEG] Trying pixfmt=0.
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
VO: [vaapi] 1920x1080 => 1920x1080 H.264 VA API Acceleration
[vo_vaapi] Using 1:1 VA surface mapping
[VD_FFMPEG] XVMC-accelerated MPEG-2.
...
Regards,
MT.
|
|
|
|
05-20-2010, 01:23 AM
|
#25
|
|
Member
Registered: Oct 2002
Location: Michigan
Distribution: Slackware, LFS, Gentoo
Posts: 158
Original Poster
Rep:
|
Alright, tried building mplayer-vaapi as mentioned earlier in the thread. Builds OK but I get this when I try to run it:
Code:
Playing test.ts.
TS file format detected.
VIDEO H264(pid=517) AUDIO MPA(pid=751) NO SUBS (yet)! PROGRAM N. 9
FPS seems to be: 29.970030
libva: libva version 0.31.0-sds6
Xlib: extension "XFree86-DRI" missing on display ":0.0".
libva: va_getDriverName() returns 0
libva: Trying to open /usr/lib64/va/drivers/nvidia_drv_video.so
vdpau_video: error: Assertion failed in file vdpau_driver.c at line 227
mac.tieu: What versions of mplayer, libva, vdpau_video and Nvidia driver are you using?
|
|
|
|
05-20-2010, 05:20 AM
|
#26
|
|
Member
Registered: Jan 2010
Location: Vietnam
Distribution: Arch
Posts: 65
Rep:
|
Quote:
Originally Posted by Electrode
...What versions of mplayer, libva, vdpau_video and Nvidia driver are you using?
|
I am using nVidia driver version 195.36.15-2, latest snapshot of libva, vdpau_video, mplayer-vaapi.
You should check for valid path of nvidia_drv_video.so (your is /usr/lib64/va/drivers/nvidia_drv_video.so). There are a utility named 'vainfo' which use to check whether libva installed properly or not.
Code:
$ ./vainfo
libva: libva version 0.31.0
Xlib: extension "XFree86-DRI" missing on display ":0.0".
libva: va_getDriverName() returns 0
libva: Trying to open /usr/local/lib/dri/nvidia_drv_video.so
libva: va_openDriver() returns 0
vainfo: VA API version: 0.31
vainfo: Driver version: Splitted-Desktop Systems VDPAU backend for VA API - 0.6.3
vainfo: Supported profile and entrypoints
VAProfileMPEG2Simple : VAEntrypointVLD
VAProfileMPEG2Main : VAEntrypointVLD
VAProfileH264Main : VAEntrypointVLD
VAProfileH264High : VAEntrypointVLD
VAProfileVC1Simple : VAEntrypointVLD
VAProfileVC1Main : VAEntrypointVLD
VAProfileVC1Advanced : VAEntrypointVLD
You should also pay attention at matching two defines of libva and vdpau-video. Mine is:
Code:
File config.h of vdpau-video:
#define VA_DRIVER_INIT_FUNC __vaDriverInit_0_31
Code:
File va.c of libva:
#define DRIVER_INIT_FUNC "__vaDriverInit_0_31"
Good lucks,
MT.
|
|
|
|
05-20-2010, 08:39 AM
|
#27
|
|
Member
Registered: Feb 2003
Posts: 964
Rep:
|
Is your user in the video group?
What's your specs with regards to other baselines speeds?
$ glxinfo | grep -i "direct"
$ glxgears -info
(or -printfps depending on distro / version)
$ xvidtune -show
$ ffmpeg -i <video>
$ cat /proc/cpuinfo | grep -i "bogomip"
(while you're trying to play the video, frequency scaling ruins it if you're not maxed)
Last edited by Shadow_7; 05-20-2010 at 08:41 AM.
|
|
|
|
05-20-2010, 09:25 AM
|
#28
|
|
Member
Registered: Oct 2002
Location: Michigan
Distribution: Slackware, LFS, Gentoo
Posts: 158
Original Poster
Rep:
|
mac.tieu: I checked the defines you mentioned and they match. I'm using the same versions of everything as you except for the Nvidia driver: 195.36.24
vainfo does the same thing:
Code:
electrode@belphegor:~$ vainfo
libva: libva version 0.31.0-sds6
Xlib: extension "XFree86-DRI" missing on display ":0.0".
libva: va_getDriverName() returns 0
libva: Trying to open /usr/lib64/va/drivers/nvidia_drv_video.so
vdpau_video: error: Assertion failed in file vdpau_driver.c at line 227
Aborted
/usr/lib64/va/drivers/nvidia_drv_video.so exists and is a symlink to vdpau_drv_video.so in the same directory.
Shadow_7: User is in video group. All video and 3D apps run correctly and at reasonable speeds. MPEG-1/2/4 HD video plays without difficulty. CPU scaling is disabled in the kernel (I was using it at one point but found that it screwed up virtualbox).
|
|
|
|
05-20-2010, 10:02 AM
|
#29
|
|
Member
Registered: Jan 2010
Location: Vietnam
Distribution: Arch
Posts: 65
Rep:
|
Quote:
Originally Posted by Electrode
Code:
electrode@belphegor:~$ vainfo
libva: libva version 0.31.0-sds6
Xlib: extension "XFree86-DRI" missing on display ":0.0".
libva: va_getDriverName() returns 0
libva: Trying to open /usr/lib64/va/drivers/nvidia_drv_video.so
vdpau_video: error: Assertion failed in file vdpau_driver.c at line 227
Aborted
|
vdp_device_create_x11 had been failed. It may be due to multiple nvidia library existed. I suggest you to search ' vdp_device_create_x11 error', there are several results related.
Hope that help,
MT.
|
|
|
|
05-22-2010, 08:48 PM
|
#30
|
|
Member
Registered: Oct 2002
Location: Michigan
Distribution: Slackware, LFS, Gentoo
Posts: 158
Original Poster
Rep:
|
After doing some research, it looks like my card (Geforce 7800 AGP) does not support VDPAU/VA API, so this was all a dead end.
If there are no other suggestions, I give up.
|
|
|
1 members found this post helpful.
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 05:08 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|