@Fiona.Chen Thanks it works. But I still have some quick questions, see below:
QA:
A: Is C/C++ code in /opt/nvidia/deepstream/deepstream/sources/apps/sample_apps, is there any repo holding updated C/C++ code?
B: Is there any python source for 6.3, as currently it’s for 7.1 in GitHub - NVIDIA-AI-IOT/deepstream_python_apps: DeepStream SDK Python bindings and sample applications ? Any branch or tag for 6.3 DS is suggested? Right now, it just saw last for ubuntu 20.04 is DeepStream_Python_Apps_Bindings_v1.1.8
C: [EDIT] Does it support RTP??? I just saw there is a comment “Type - 1=CameraV4L2 2=URI 3=MultiURI 4=RTSP 5=CSI” It seems no RTP support, am I right?
Please refer to C/C++ Sample Apps Source Details — DeepStream 6.3 Release documentation
No repo.
The is tag for DeepStream 6.3 version. NVIDIA-AI-IOT/deepstream_python_apps at v1.1.8
The DeepStream SDK is based on GStreamer. RTP RFC 3550 - RTP: A Transport Protocol for Real-Time Applications is a protocol which falls into the layer 5 and layer 6 of OSI model. GStreamer has provided rtp
So the RTP should be used based on UDP protocol to transfer video/audio data. E.G. gstreamer - gst-launch rtp with udp - Stack Overflow
This is not related to DeepStream but just some basic multimedia network transferring and GStreamer questions. Please google by yourself.
system
Closed
December 16, 2024, 8:52am
26
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.