RtspLibrary
RtspLibrary copied to clipboard
transport layer
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!