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!
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!