[mythtv] Playback next steps

Jean-Yves Avenard jyavenard at gmail.com
Sun Dec 2 01:08:59 UTC 2018


On Sat, 1 Dec 2018 at 6:35 pm, Peter Bennett <pb.mythtv at gmail.com> wrote:

>
>
> On 12/1/18 5:22 PM, Jean-Yves Avenard wrote:
> > Hi.
> >
> > Images obtained from VAAPI do jot need to be copied into main memory
> > to work with opengl. In fact you can directly use with opengl a VAAPI2
> > image handle. It's just like any other textures.
> >
> > Just like we do vdpau, all those decoding backends can be directly
> > used with opengl.
> >
> Hi Jean-Yves
>
> Certainly this is true, I just need to find out what APIs to use and how
> to use them. I think that ffmpeg does not help with that side of things.
> I probably have to resort to VA APIs, CUDA APIS, Android native apis,
> etc. to do this. I will tackle theme one at a time.
>

Well, for the decoding side of things, you can use the hwaccel2 ffmpeg
wrapper, you then find the image graphic handle in one of the data field.
That leaves only the rendering side of things. All the decoding will be
identical for all platforms.

Happy to help if needed.

>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-dev/attachments/20181201/eccf8e1b/attachment.html>


More information about the mythtv-dev mailing list