Page 1 of 1

how can use gstreamer with hardware codec

Posted: Wed Mar 06, 2019 6:17 am
by kishanpatel
Hello,
Actually, I am using the nano-pi board. I want to use hardware codec and hardware video converter with this board.
Recently i have used "mppvideodec", and its working fine but i have facing in video streaming performance.

My application is capture RTSP stream, decode, convert in BGR format and display.
I have tried to use "videoconvert", but result is performance is slow and it consumes more CPU usage.

How can i overcome this issue?

Thanks and Regards,
Kishan Patel.

Re: how can use gstreamer with hardware codec

Posted: Wed Mar 06, 2019 10:37 am
by ayaromenok
it's

Code: Select all

mpph264enc

take a look at https://github.com/friendlyarm/gst-camera-sh - you can find g-streamer commands inside.
or in wiki - http://wiki.friendlyarm.com/wiki/index. ... er_Linux_2