nvgstcapture application with streaming enabled - missing nvgst_rtsp_library

Hello. I am looking at the source code for nvgstcapture. If WITH_STREAMING is defined, it tries to include the file “gstnvrtspserver.h” and use a library: NVGST_RTSP_LIBRARY. Where can I find this library? It is not included in the archive nvgstapps_src.tbz2.

I am trying to set up an application that is able to stream video over RTSP and capture video to disk at the same time.

By the way, I found out that the file listed under “L4T NV GST Apps sources” Jetson Download Center | NVIDIA Developer does not contain the sources for the latest version of the nvgstcapture application. I instead found this file inside the bigger “L4T Sources” archive.

Best regards,
-Øystein

Hi,
It is not open for public. You may refer to native sample app test-launch.c and customize it into your usecase.

Please check
[url]https://devtalk.nvidia.com/default/topic/1018689/jetson-tx2/vlc-playing-gstreamer-flow/post/5187270/#5187270[/url]