Rtmp streaming via gstreamer-1.0 appsrc to rtmpsink
问题 I am trying to stream my webcam via rtmp. I tried to stream data via following pipe line: gst-launch-1.0 -v v4l2src ! 'video/x-raw, width=640, height=480, framerate=30/1' ! queue ! videoconvert ! omxh264enc ! h264parse ! flvmux ! rtmpsink location='rtmp://{MY_IP}/rtmp/live' and it works like a charm. I can see the video on my website. Then I would like to capture frames firstly, and do some process. I streamed processed data by pushing data into appsrc and streaming through pipeline just like