Re: [FFmpeg-devel] [PATCH] libavformat/udp: add options send_pkt_size for udp over ip, for ts over ip, this value must be 1316(7*188)

2019-04-08 Thread edward
At 2019-04-09 00:29:43, "Marton Balint" wrote: > > >On Mon, 8 Apr 2019, edward_email wrote: > >> From: “Edward.Wu” <“edward_em...@126.com”> >> >> Signed-off-by: “Edward.Wu” <“edward_em...@126.com”> >> --- >> libavformat/udp.c | 45 - >> 1 file

Re: [FFmpeg-devel] [PATCH] libavformat/udp: add options send_pkt_size for udp over ip, for ts over ip, this value must be 1316(7*188)

2019-04-08 Thread Marton Balint
On Mon, 8 Apr 2019, edward_email wrote: From: “Edward.Wu” <“edward_em...@126.com”> Signed-off-by: “Edward.Wu” <“edward_em...@126.com”> --- libavformat/udp.c | 45 - 1 file changed, 44 insertions(+), 1 deletion(-) Why is this patch needed at all?

Re: [FFmpeg-devel] [PATCH] libavformat/udp: add options send_pkt_size for udp over ip, for ts over ip, this value must be 1316(7*188)

2019-04-08 Thread Thomas Volkert
Hi, On 08.04.19 17:42, edward_email wrote: From: “Edward.Wu” <“edward_em...@126.com”> Signed-off-by: “Edward.Wu” <“edward_em...@126.com”> --- libavformat/udp.c | 45 - 1 file changed, 44 insertions(+), 1 deletion(-) diff --git

Re: [FFmpeg-devel] [PATCH] libavformat/udp: add options send_pkt_size for udp over ip, for ts over ip, this value must be 1316(7*188)

2019-04-08 Thread Steven Liu
> 在 2019年4月8日,23:42,edward_email 写道: > > From: “Edward.Wu” <“edward_em...@126.com”> > > Signed-off-by: “Edward.Wu” <“edward_em...@126.com”> > — Document please. > libavformat/udp.c | 45 - > 1 file changed, 44 insertions(+), 1 deletion(-) > > diff

[FFmpeg-devel] [PATCH] libavformat/udp: add options send_pkt_size for udp over ip, for ts over ip, this value must be 1316(7*188)

2019-04-08 Thread edward_email
From: “Edward.Wu” <“edward_em...@126.com”> Signed-off-by: “Edward.Wu” <“edward_em...@126.com”> --- libavformat/udp.c | 45 - 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/libavformat/udp.c b/libavformat/udp.c index