how can use "mppvideodec" with gstreamer
#1
Hello, 
        Actually i am using rockpro64(rk3399) board. I have flashed bionoc-ubuntu-64bit image. 
UI can see "mppvideodec" plugins when execute "gst-inspect-1.0 |grep mpp" command. 

But, when i tried to use "mmpvideodec" in gstreamer,k i got some errors as below: 

Setting pipeline to PAUSED ... 
mpi: mpp version: Without VCS, under bleeding 
Pipeline is live and does not need PREROLL ... 
Got context from element 'autovideosink0': gst.gl.GLDisplay=context, gst.gl.GLDisplay=(GstGLDisplay)"\(GstGLDisplayX11\)\ gldisplayx11-0"; 
Setting pipeline to PLAYING ... 
New clock: GstSystemClock 
hal_h264d_api: Assertion p_hal->vcodec_type & ((0x00000200) | (0x00000001) | (0x00000002)) failed at hal_h264d_init:186 
mpp_device: mpp_device_init failed to find device for coding 0 type 7 
hal_h264d_api: p_hal->vpu_socket <= 0 
mpp_hal: mpp_hal_init hal h264d_rkdec init failed ret -2 
mpp_hal: mpp_hal_init could not found coding type 7 
mpp_dec: mpp_dec_init could not init hal 
mpp: error found on mpp initialization 
ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Internal data stream error. 
Additional debug info: 
gstbasesrc.c(3055): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: 
streaming stopped, reason error (-5) 
Execution ended after 0:00:00.349876884 
Setting pipeline to PAUSED ... 
Setting pipeline to READY ... 
Setting pipeline to NULL ... 
Freeing pipeline ... 


I have tried pipeline as below: 
1. gst-launch-1.0 v4l2src device=/dev/video0 ! mppvideodec ! autovideosink 
2. gst-launch-1.0 -v rtspsrc location=rtsp://admin:jenex#2018@192.168.1.108:554 latency=10 ! rtph264depay ! h264parse ! mppvideodec ! videoconvert ! autovideosink sync=false 

Moreover, what is the meaning of "none" in below output: 
----------------------------------------------------------------------------------- 
rock64@rockpro64:~$ apt-cache policy linux-rock64-package 
linux-rock64-package: 
  Installed: (none) 
  Candidate: 0.7-24 
  Version table: 
     0.7-24 500 
        500 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  Packages 
     0.6.44 500 
        500 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  Packages 
     0.5.15 500 
        500 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  Packages 
     0.5.10 500 
        500 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  Packages 
     0.5.9 500 
        500 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  Packages 
     0.5.8 500 
        500 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  Packages 
     0.4.17 500 
        500 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  Packages 
     0.4.16 500 
        500 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  Packages 
     0.4.12 500 
        500 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  Packages 
     0.4.3 500 
        500 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  Packages 
     0.3.7 500 
        500 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  Packages 
     0.3.4 500 
        500 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  Packages 
     0.3.3 500 
        500 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  Packages 
     0.3.2 500 
        500 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  Packages 
     0.2.1 500 
        500 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  Packages 

Thanks & Regards, 
Kishan Patel.
  Reply
#2
(12-19-2018, 06:12 AM)kishanpatel Wrote: Hello, 
        Actually i am using rockpro64(rk3399) board. I have flashed bionoc-ubuntu-64bit image. 
UI can see "mppvideodec" plugins when execute "gst-inspect-1.0 |grep mpp" command. 

But, when i tried to use "mmpvideodec" in gstreamer,k i got some errors as below: 

Setting pipeline to PAUSED ... 
mpi: mpp version: Without VCS, under bleeding 
Pipeline is live and does not need PREROLL ... 
Got context from element 'autovideosink0': gst.gl.GLDisplay=context, gst.gl.GLDisplay=(GstGLDisplay)"\(GstGLDisplayX11\)\ gldisplayx11-0"; 
Setting pipeline to PLAYING ... 
New clock: GstSystemClock 
hal_h264d_api: Assertion p_hal->vcodec_type & ((0x00000200) | (0x00000001) | (0x00000002)) failed at hal_h264d_init:186 
mpp_device: mpp_device_init failed to find device for coding 0 type 7 
hal_h264d_api: p_hal->vpu_socket <= 0 
mpp_hal: mpp_hal_init hal h264d_rkdec init failed ret -2 
mpp_hal: mpp_hal_init could not found coding type 7 
mpp_dec: mpp_dec_init could not init hal 
mpp: error found on mpp initialization 
ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Internal data stream error. 
Additional debug info: 
gstbasesrc.c(3055): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: 
streaming stopped, reason error (-5) 
Execution ended after 0:00:00.349876884 
Setting pipeline to PAUSED ... 
Setting pipeline to READY ... 
Setting pipeline to NULL ... 
Freeing pipeline ... 


I have tried pipeline as below: 
1. gst-launch-1.0 v4l2src device=/dev/video0 ! mppvideodec ! autovideosink 
2. gst-launch-1.0 -v rtspsrc location=rtsp://admin:jenex#2018@192.168.1.108:554 latency=10 ! rtph264depay ! h264parse ! mppvideodec ! videoconvert ! autovideosink sync=false 

Moreover, what is the meaning of "none" in below output: 
----------------------------------------------------------------------------------- 
rock64@rockpro64:~$ apt-cache policy linux-rock64-package 
linux-rock64-package: 
  Installed: (none) 
  Candidate: 0.7-24 
  Version table: 
     0.7-24 500 
        500 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  Packages 
     0.6.44 500 
        500 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  Packages 
     0.5.15 500 
        500 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  Packages 
     0.5.10 500 
        500 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  Packages 
     0.5.9 500 
        500 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  Packages 
     0.5.8 500 
        500 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  Packages 
     0.4.17 500 
        500 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  Packages 
     0.4.16 500 
        500 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  Packages 
     0.4.12 500 
        500 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  Packages 
     0.4.3 500 
        500 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  Packages 
     0.3.7 500 
        500 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  Packages 
     0.3.4 500 
        500 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  Packages 
     0.3.3 500 
        500 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  Packages 
     0.3.2 500 
        500 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  Packages 
     0.2.1 500 
        500 http://deb.ayufan.eu/orgs/ayufan-rock64/releases  Packages 

Thanks & Regards, 
Kishan Patel.

You can get to Linux-Rockchip freenode IRC and ping "ayaka", he is deep knowladge of Rockchip MPP and also involve on GStreamer.
  Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  gstreamer unable to process dvbsrc from ATSC tuner dongle grkblood13 1 2,906 08-31-2019, 09:01 PM
Last Post: grkblood13
  Rock64 Gstreamer Umkaia 2 3,559 05-12-2019, 02:57 PM
Last Post: tllim
  gstreamer error sdarktemplar 1 2,714 08-02-2018, 11:08 PM
Last Post: tllim
Sad Gstreamer on rock64 gino 1 3,171 01-19-2018, 05:56 PM
Last Post: dkryder
  Compile Gstreamer on ROCK64 silverknight 3 5,679 09-01-2017, 11:31 AM
Last Post: stuartiannaylor

Forum Jump:


Users browsing this thread: 1 Guest(s)