We are looking to stream H265 video encoded from the Jetson V4l2 API
We have looked at the sample app “01_video_encode”, ran it successfully and modified it to take video from our source stream
That’s when we found out that there is no available sample code on how to add metadata after encoding and properly pack and send the encoded video over UDP to a common “decode and display” app(FFMPEG, GSTREAMER, VLC) running on a windows PC(all samples save to a file)
We would like to know how we do that, and why the API is not provided with an “encode and send” sample In the first place
Note that the reason we are not using Gstreamer for encoding because the ROI option is unavailable