SRT default maximum live payload size 1316 -> 1456 #876
Labels
[core]
Area: Changes in SRT library core
Priority: Medium
Type: Maintenance
Work required to maintain or clean up the code
Milestone
Use
SRT_LIVE_MAX_PLSIZE = 1456; // MTU(1500) - UDP.hdr(28) - SRT.hdr(16)
instead of
SRT_LIVE_DEF_PLSIZE = 1316; // = 188*7, recommended for MPEG TS
by default for live transfer mode.
Still payload of 1316 can be fed into SRT and transmitted.
The text was updated successfully, but these errors were encountered: