Project

General

Profile

Feature #4517 ยป SAT-IP-Make-RTP-over-TCP-compatible-with-FFmpeg.diff

simple patch - Mono Polimorph, 2017-09-13 16:22

View differences:

src/satip/rtp.c
33 33

  
34 34
#define RTP_PACKETS 128
35 35
#define RTP_PAYLOAD (7*188+12)
36
#define RTP_TCP_PAYLOAD (87*188+12+4) /* cca 16kB */
36
#define RTP_TCP_PAYLOAD ((6*7*188)+12+4) /* less than 8kB (FFMpeg and others have troubles with >8kB) */
37 37
#define RTCP_PAYLOAD (1420)
38 38

  
39 39
#define RTP_TCP_BUFFER_SIZE (64*1024*1024)
40 40

  
    (1-1/1)