On Tue, Nov 13, 2012 at 6:22 PM, wubin <
vvu...@gmail.com> wrote:
> Hi all,
>
> I am trying to play 1080p h264 fully accelerated by the hardware decoder. I
> checked that it is using gstreamer framework, so I used totem player to test
> it. CPU usage is crazy high, and the video playback looks like a
> slideshow... it just does not work. Again, Ubuntu LEB, TI OMAP PPA, none of
> them could make it work. Besides, I would like to know if there is anyway to
> make the hardware decoder working on Youtube for html5 videos. Right now
> everything for me is just a slideshow.
>
> Omappedia says The storage is a class10-133x 16G SD card. I did read that
> omappedia says "Try moving the videos onto a USB flash drive and play
> them.", but this one should still be fast enough to read 1080p h264 videos.
> Any help would be appreciated.
we tend to maintain the TI PPA so that h/w accelerated video playback
works, at least most of the time... it would be easier if you could
provide details on how you install 12.04 + PPA on your panda, as well
as some logs. the interesting log files for us to help are:
# dmesg
# cat /var/log/Xorg.0.log
# lsmod
# dpkg -l
# cat /sys/debug/kernel/remoteproc/*/traces
if you can get something like this too:
GST_DEBUG=*:5 gst-launch playbin2 uri=file://<path to file>
then we should be able to quickly identify the problem..
also, if you want to check if h/w video is being used, you can monitor
/proc/interupts and check if MAILBOX interrupts count increase
(alternatively you can use 'itop' for monitoring). there is 1
interrupt per frame decoded if everything works well.
>
> -w