Commit 158eb859 authored by Michael Niedermayer's avatar Michael Niedermayer

rtp: disable udp fifos, the rtp code cannot work with the fifos in its current...

rtp: disable udp fifos, the rtp code cannot work with the fifos in its current form as rtp bypasses the public API.
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent bd652ff6
......@@ -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");
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment