You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 TSby default for live transfer mode.
Still payload of 1316 can be fed into SRT and transmitted.