Hello,
I’m currently working on setting up a TCP camera connection using VST v1.2.52, and I’m encountering some issues. Here’s a brief overview of my current configuration and the steps I’ve taken so far:
Network Settings (JSON):
{
"rtsp_streaming_over_tcp": true
}
Despite setting rtsp_streaming_over_tcp to true in the network settings, I can still not establish a TCP camera connection. Additionally, I attempted to configure the sensor settings through the GUI to use rtspt instead of rtsp, but I encountered errors and could not proceed.
Specific Issue:
When trying to set the protocol to rtspt in the sensor configuration GUI, I receive an error message and cannot save the settings. It seems the configuration is not being accepted.
Questions:
- RTSP over TCP Configuration:
- Is there any additional configuration required to enable RTSP streaming over TCP?
- Are there specific parameters or settings that need to be adjusted in the JSON configuration or elsewhere to ensure a successful TCP connection?
- Sensor Configuration GUI:
- Are there any known issues or limitations with configuring
rtsptthrough the sensor configuration GUI in VST v1.2.52?
- General Advice:
- Are there any best practices or troubleshooting steps for setting up TCP camera connections in VST that I might have overlooked?
Any guidance or documentation from the community or the NVIDIA team would be greatly appreciated. Ensuring a stable TCP camera connection is crucial for my project, and any help would be beneficial.
Thank you in advance for your assistance.