Re: [libav-devel] [PATCH] rtsp: add pkt_size option

2019-04-15 Thread Martin Storsjö
On Mon, 15 Apr 2019, Tristan Matthews wrote: On Thu, Apr 11, 2019 at 1:41 AM Martin Storsjö wrote: On Thu, 11 Apr 2019, Tristan Matthews wrote: This allows users to specify an upper limit on the size of outgoing packets when publishing via RTSP. --- libavformat/rtsp.c | 5 -

Re: [libav-devel] [PATCH] rtsp: add pkt_size option

2019-04-15 Thread Tristan Matthews
On Thu, Apr 11, 2019 at 1:41 AM Martin Storsjö wrote: > > On Thu, 11 Apr 2019, Tristan Matthews wrote: > > > This allows users to specify an upper limit on the size of outgoing packets > > when publishing via RTSP. > > > > --- > > libavformat/rtsp.c | 5 - > > libavformat/rtsp.h | 1 + > > 2

Re: [libav-devel] [PATCH] rtsp: add pkt_size option

2019-04-10 Thread Martin Storsjö
On Thu, 11 Apr 2019, Tristan Matthews wrote: This allows users to specify an upper limit on the size of outgoing packets when publishing via RTSP. --- libavformat/rtsp.c | 5 - libavformat/rtsp.h | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libavformat/rtsp.c

[libav-devel] [PATCH] rtsp: add pkt_size option

2019-04-10 Thread Tristan Matthews
This allows users to specify an upper limit on the size of outgoing packets when publishing via RTSP. --- libavformat/rtsp.c | 5 - libavformat/rtsp.h | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c index 8bf9d9e3c..12c4998c6