Hi,
I've been trying to get data from an rtmp URI and save it as MP4 on Raspberry Pi 4. My pipeline is as following, rtmpsrc location='rtmp://127.0.0.1:1935/live/mykey live=1' ! decodebin ! videoconvert ! video/x-raw,format=I420 ! openh264enc ! h264parse ! queue ! splitmuxsink name=mp4mux max-size-time=100000 location=/tmp/vid_ ! mp4mux.video However in GST_DEBUG, omxdec is throwing some error as follows, 0:00:05.108773791 778 0xb0f05090 ERROR omx gstomx.c:964:gst_omx_component_new:<omxh264dec-omxh264dec0> Failed to get component handle 'OMX.broadcom.egl_render' from core '/opt/vc/lib/libopenmaxil.so': 0x80001000 Please help. -- Sent from: http://gstreamer-devel.966125.n4.nabble.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Le mercredi 13 mai 2020 à 02:31 -0500, Aniket0987 a écrit :
> Hi, > I've been trying to get data from an rtmp URI and save it as MP4 on > Raspberry Pi 4. My pipeline is as following, > rtmpsrc location='rtmp://127.0.0.1:1935/live/mykey live=1' ! decodebin ! > videoconvert ! video/x-raw,format=I420 ! openh264enc ! h264parse ! queue ! > splitmuxsink name=mp4mux max-size-time=100000 location=/tmp/vid_ ! > mp4mux.video > > However in GST_DEBUG, omxdec is throwing some error as follows, > 0:00:05.108773791 778 0xb0f05090 ERROR omx > gstomx.c:964:gst_omx_component_new:<omxh264dec-omxh264dec0> Failed to get > component handle 'OMX.broadcom.egl_render' from core > '/opt/vc/lib/libopenmaxil.so': 0x80001000 > > Please help. I believe the way to go on RPi4 is to use v4l2h264dec (was experimental on RPi3) regards, Nicolas > > > > -- > Sent from: http://gstreamer-devel.966125.n4.nabble.com/ > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Thanks for the reply Nicolas.
I've tried using v4l2h264dec and the same problem persists. Could it be because of the image format and type coming from different types of sources? I used wowza's RTMP source and this problem did not occur. However, for my own RTMP server it's showing issues. -- Sent from: http://gstreamer-devel.966125.n4.nabble.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Le vendredi 15 mai 2020 à 04:16 -0500, Aniket0987 a écrit :
> Thanks for the reply Nicolas. > I've tried using v4l2h264dec and the same problem persists. Could it be > because of the image format and type coming from different types of sources? > I used wowza's RTMP source and this problem did not occur. However, for my > own RTMP server it's showing issues. Maybe you should describe the new problem ? It's unlikely that this element will report missing egl_render OMX component. > > > > -- > Sent from: http://gstreamer-devel.966125.n4.nabble.com/ > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Having the same problem on pi 4 raspbian buster. Has anyone solved this
problem? Is a firmware update necessary? Any help is greatly appreciated. Thanks -- Sent from: http://gstreamer-devel.966125.n4.nabble.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |