OSDN Git Service

rtp: disable udp fifos, the rtp code cannot work with the fifos in its current form...
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 25 Jul 2011 13:50:56 +0000 (15:50 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 25 Jul 2011 14:37:12 +0000 (16:37 +0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/rtpproto.c

index 6e76825..d2ce53c 100644 (file)
@@ -115,6 +115,7 @@ static void build_udp_url(char *buf, int buf_size,
         url_add_option(buf, buf_size, "pkt_size=%d", max_packet_size);
     if (connect)
         url_add_option(buf, buf_size, "connect=1");
+    url_add_option(buf, buf_size, "fifo_size=0");
 }
 
 /**