Hi,
I'm working on the NXP IMX8MPLUS, I want to stream in hevc using gstreamer a jpeg picture that changes in time. The stream is in rtmp. I managed to stream in h264 but not in hevc. The board does support "vpuenc_hevc"
Log trace :
gst-launch-1.0 multifilesrc location="/tmp/test.jpg" loop=true ! image/jpeg,width=1280,height=1024,type=video,framerate=25/1 ! identity ! avdec_mjpeg ! videoscale ! videoconvert ! vpuenc_hevc ! h265parse ! flvmux name=mux ! rtmp2sink location=rtmp://192.168.4.1:1935/live/bbb
WARNING: erroneous pipeline: could not link h265parse0 to mux
Best Regards,