[mythtv-users] Cheap frontend for HD

Simon Hobson linux at thehobsons.co.uk
Wed May 20 20:22:10 UTC 2015


Josu Lazkano <josu.lazkano at gmail.com> wrote:

> Maybe it is a stupid question, why we could not compile mythfrontend
> to Raspberry Pi?

It's a FAQ, pops up regularly here - some variation of "Why can't we use ${small_device} ?"

Compiling the program is probably fairly simple. The issue is around the video handling.

For decoding/processing the video, there are two routes :
1) You use a powerful CPU that does everything. But you need a fairly powerful and expensive CPU, and it takes a fair bit of power.
2) You use a lower power CPU - but you need the help of a GPU to do the video processing. In the PC world this means using vdpau (nVidia) or vaapi (Intel) - both of which are fairly mature (particularly with vdpau) and supported.
But in the non-PC world it's a different matter. Eg, the Raspberry Pi2 can handle quite demanding video decoding in it's GPU - but AIUI the API for it isn't documented (don't know whether that's "well" or "at all") and so far isn't supported by Myth.
So "all" it needs is someone with both the skills and itch to write the code to use the GPU decoding in the RPi and then it'll work. Until that code gets written, it won't work as the CPU isn't up to the job.





More information about the mythtv-users mailing list