]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/icecast.c
Merge commit '0db6bbb24c1a9f6b5527f460361a5a4132248eee'
[ffmpeg] / libavformat / icecast.c
index 56a2976f06aa8bdbfbd06519f4206c17b1782966..7d60e44a4abfc547b7a7bb06419a57bac692c3b7 100644 (file)
@@ -114,6 +114,7 @@ static int icecast_open(URLContext *h, const char *uri, int flags)
     av_dict_set(&opt_dict, "method", s->legacy_icecast ? "SOURCE" : "PUT", 0);
     av_dict_set(&opt_dict, "auth_type", "basic", 0);
     av_dict_set(&opt_dict, "headers", headers, 0);
+    av_dict_set(&opt_dict, "chunked_post", "0", 0);
     if (NOT_EMPTY(s->content_type))
         av_dict_set(&opt_dict, "content_type", s->content_type, 0);
     if (NOT_EMPTY(s->user_agent))