Skip to content

SRT default maximum live payload size 1316 -> 1456 #876

@maxsharabayko

Description

@maxsharabayko

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.

Metadata

Metadata

Assignees

Labels

Priority: MediumType: MaintenanceWork required to maintain or clean up the code[core]Area: Changes in SRT library core

Type

No type
No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions