GStreamer on Yocto

Felipe Magno de Almeida felipe.m.almeida at gmail.com
Fri Aug 3 02:50:52 UTC 2018


On Mon, Jul 2, 2018 at 10:30 AM, Felipe C. Gehrke <fcgehrke at outlook.com> wrote:
> Hello Everyone,
>
> I've started to develop a GStreamer application to Yocto. The idea behind
> that is to made a websocket controllable hls video player. I could play the
> hls video after a long research and generation of a lot of Yocto images. But
> it seems to not use the hardware rendering. For testing I'm using this
> command line:
>
>
> gst-launch-1.0 souphttpsrc
> location=http://192.168.0.3/agent327/playlist.m3u8 ! hlsdemux ! decodebin !
> videoconvert ! videoscale ! autovideosink
>
> The video works but as good as it could be. And I would like to make a GTK+
> ou Qt application after.
>
> Could you please help me ?

Have you tried running the pipeline with GST_DEBUG set so you can see
exactly which plugins gets selected? Do you know which codec is used
in that playlist and which elements are available for hardware decoding
for your platform?

Regards,

> Att,
> Felipe C. Gehrke
> Software Developer
>
> "Antes de imprimir, pense em sua responsabilidade com o MEIO AMBIENTE."


-- 
Felipe Magno de Almeida


More information about the gstreamer-embedded mailing list