I used appsrc in pipe to encode stream of video
The pipe looked like this:
appsrc->encoderh264->mpegtsmux->udpsink
We used g_signal_emit_by_name “push-buffer” to push frames to appsrc (we did not use gst_app_src_push_buffer because it take ownership of the buffer)
When we moved to newer version we get warning message
How to push to appsrc with the new version?
Hi,
There are samples for using appsrc:
Latency issue: nvv4l2h265enc accumulates four images before releasing the first - #3 by DaneLLL
What is maximum video encoding resolution in pixels? - #11 by DaneLLL
Please refer to them and give it a try. Please use nvv4l2h264enc and nvv4l2decoder plugins since omxh264enc and omxh264dec are deprecated.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.