On Mon, Jul 2, 2018 at 10:30 AM, Felipe C. Gehrke <fcgeh...@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
_______________________________________________
gstreamer-embedded mailing list
gstreamer-embedded@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/gstreamer-embedded

Reply via email to