Commits on Source (8)
-
Firstly, SRTO_PAYLOADSIZE has no effect for receiver. Secondly, since there is no negotiation of payload size between sender and receiver, the receiver should use a buffer at least SRT_LIVE_MAX_PLSIZE bytes, otherwise the data can be truncated. So the default value of option SRT_PARAM_CHUNK_SIZE is inappropriate. User may know exactly the sender's payload size to set the value for SRT_PARAM_CHUNK_SIZE, but there is no much gain for doing that.
0b0cc7ff -
52e3f716
-
Otherwise the zero initialized p_sys->sock will be closed in srt_schedule_reconnect().
e452063d -
e6b547cc
-
It's the same thing as SRT_PARAM_PAYLOAD_SIZE.
c90ef66a -
853df267
-
So access_out can combine multiple ts packets into single chunk.
53d7fd39 -
Fix #26048 To avoid sending a lot of small UDP packets.
84bc80de