RTP H264 without gstreamer

Hi guys,
we need an example code that send H264 RTP packet through UDP without Gstreamer. In 01_video_encode sample we have H264 encoder without Gstreamer. Furthermore we have UDP class that sends RTP packet. But how about RTP, is there any example in Jetson_multi media_API that Implement RTP and send through UDP.
Thanks so much.

Hi,
The jetson_multimedia_api is low-level interface ad the samples demonstrate hardware functions. For software frameworks such as muxing h264/h265 stream into mp4/mkv, or RTSP/UDP streaming, you would need to check existing code in ffmpeg or live555, and do integration. For a quick solution, you may try gstreamer to use existing implemented plugins.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.