We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hi, In C++ code, you have: av_dict_set(&option, "rtsp_transport", "tcp", 0); Why not UDP? (if I change to UDP, it will not work). Thanks!
av_dict_set(&option, "rtsp_transport", "tcp", 0);