Message ID | 20190319215839.32193-4-junli1026@gmail.com |
---|---|
State | New |
Headers | show |
diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 975637cf54..68c9c3ab9b 100644 --- a/libavformat/rtsp.c +++ b/libavformat/rtsp.c @@ -1793,6 +1793,7 @@ redirect: sessioncookie); av_opt_set(rt->rtsp_hd_out->priv_data, "headers", headers, 0); av_opt_set(rt->rtsp_hd_out->priv_data, "chunked_post", "0", 0); + av_opt_set(rt->rtsp_hd_out->priv_data, "send_expect_100", "0", 0); /* Initialize the authentication state for the POST session. The HTTP * protocol implementation doesn't properly handle multi-pass