RtspLibrary icon indicating copy to clipboard operation
RtspLibrary copied to clipboard

transport layer

Open octavianionel-flyability opened this issue 3 years ago • 0 comments

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!