Hi,
We have RTSP sources with audio stream and don’t observe the issue. Probably you don’t modify config file correctly. You may refer to the config files in the posts:
Hi,
We can run the following config files on DS4.0.1/TX2. FYR.
# Copyright (c) 2019 NVIDIA Corporation. All rights reserved.
#
# NVIDIA Corporation and its licensors retain all intellectual property
# and proprietary rights in and to this software, related documentation
# and any modifications thereto. Any use, reproduction, disclosure or
# distribution of this software and related documentation without an express
# license agreement from NVIDIA Corporation is strictly prohibited.
[applicat…
Hi,
The following steps are verified on DS4.0-Jetson Nano. Please refer to it and adapt to your usecase.
1 Start rtsp server:
sudo apt-get install libgstrtspserver-1.0 libgstreamer1.0-dev
gcc test-launch.c -o test-launch $(pkg-config --cflags --libs gstreamer-1.0 gstreamer-rtsp-server-1.0)
[test-launch.c download from: https://github.com/GStreamer/gst-rtsp-server/blob/master/examples/test-launch.c]
./test-launch "filesrc location=sample_1080p_h264.mp4 ! qtdemux ! rtph264pay name=pay0 pt=96 "
…