Gstreamer RTSP to RTMP server

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

Hi,
Please refer to posts about RTSP and RTMP:
[url]most efficient rtmp stream with gstreamer + csi-camera - Jetson Nano - NVIDIA Developer Forums
[url]i want to push live stream with rtmp,is there any example ? - Jetson Nano - NVIDIA Developer Forums

We are evaluating to support ffmpeg with hardware acceleration in future releases.