Re: [Libav-user] How to use rkmpp decoder?

2018-04-09 Thread Anton Prikazchikov
My purpose is decoding a received from RTCP stream h264 AVPacket-s to AVFrame-s using by hardware of rk3399 (Rockchip RK3399 is a processor for computing(aarch64, Rockchip platform)) I found that rk3399 has mpp. Media Process Platform(mpp) is the video codec parser and Hardware Abstraction Lay

Re: [Libav-user] How to use rkmpp decoder?

2018-04-09 Thread Henri Zikken
Ok, the rk339 is soms sort of computer. You are receiving a stream on that computer. Now you wish to decode that stream. What is your purpose? What do you mean by decoding a stream? What has MPP got to do witht his all? Ffmpeg can decode H264. See the docs for a full example of this:

Re: [Libav-user] How to use rkmpp decoder?

2018-04-09 Thread Carl Eugen Hoyos
2018-04-09 16:27 GMT+02:00, Anton Prikazchikov : > I have rk3399 and installed mpp( https://github.com/rockchip-linux/mpp ). > > I am receiving rtsp stream using by ffmpeg(C++). > And now I have to decode h264 video using by mpp but I don't understand how > to do this. > > I found https://github.

[Libav-user] How to use rkmpp decoder?

2018-04-09 Thread Anton Prikazchikov
Hello, I have rk3399 and installed mpp( https://github.com/rockchip-linux/mpp ). I am receiving rtsp stream using by ffmpeg(C++). And now I have to decode h264 video using by mpp but I don't understand how to do this. I found https://github.com/FFmpeg/FFmpeg/blob/master/libavcodec/rkmppdec.c