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

2019-05-01 Thread Tristan Matthews
On Thu, Apr 18, 2019 at 5:14 PM Tristan Matthews wrote: > > On Mon, Apr 15, 2019 at 6:50 PM Tristan Matthews wrote: > > > > This allows users to specify an upper limit on the size of outgoing packets > > when publishing via RTSP. > > > > Signed-off-by: Martin Storsjö > > --- > > libavformat/rts

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

2019-04-18 Thread Tristan Matthews
On Mon, Apr 15, 2019 at 6:50 PM Tristan Matthews wrote: > > This allows users to specify an upper limit on the size of outgoing packets > when publishing via RTSP. > > Signed-off-by: Martin Storsjö > --- > libavformat/rtsp.c | 5 - > libavformat/rtsp.h | 1 + > 2 files changed, 5 insertions(

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

2019-04-15 Thread Tristan Matthews
This allows users to specify an upper limit on the size of outgoing packets when publishing via RTSP. Signed-off-by: Martin Storsjö --- libavformat/rtsp.c | 6 +- libavformat/rtsp.h | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libavformat/rtsp.c b/libavformat/rtsp.c i

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

2019-04-15 Thread Tristan Matthews
This allows users to specify an upper limit on the size of outgoing packets when publishing via RTSP. Signed-off-by: Martin Storsjö --- 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 in