Hello,
I’m going crazy cause Gstreamer is absolutely incomprensible.
Documentation doesn’t explain what are arguments and what is the correct sequence.
https://developer.download.nvidia.com/embedded/L4T/r32_Release_v1.0/Docs/Accelerated_GStreamer_User_Guide.pdf
Only supply some examples and if what you need is not listed you are screwed.
I really don’t undestand why is used Gstreamer to access HW acceleration instead of FFMPEG.
Anyway, after this little personal outburst, someone knows how to read RTSP H264 packets, compress them in FLV without encoding and send them to a local RTMP?
PS FFMPEG equivalent:
ffmpeg -y -i “rtsp-source” -c:v copy -fflags flush_packets -fflags nobuffer -flags low_delay -tune zerolatency -an -f flv rtmp://localhost/live/camera1