Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A20 => Topic started by: ptruskovsky on March 27, 2014, 10:23:42 AM

Title: Hardware decoding of h264 rtsp stream. Is it possible?
Post by: ptruskovsky on March 27, 2014, 10:23:42 AM
Hello everybody.

I have a task to get video stream from my IP-cam (running on debian).
I installed VDPAU and mplayer successfully plays & decodes rtsp stream (mplayer was built with live555 library).
But mplayer is really large to get deal with and to put its code into my own project.

So, how can I find any example of simple player that supports hardware decoding of rtsp h264 stream?

Thank you.
Title: Re: Hardware decoding of h264 rtsp stream. Is it possible?
Post by: ptruskovsky on April 07, 2014, 12:35:56 PM
Any ideas? No?
Title: Re: Hardware decoding of h264 rtsp stream. Is it possible?
Post by: MBR on April 07, 2014, 08:02:17 PM
You can try to reduce MPlayer size by custom compilation and disabling everything that is not needed. Or try FFmpeg, the player is much smaller than MPlayer.