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
New configuration option udp-rcvbuf-size to manually specify the UDP receive buffer size (default 512KB)
Try increasing this if you frequently experience packet loss and video artifacts
Requires root privileges to take effect (for Docker, use --cap-add=NET_ADMIN)
Also available in the OpenWrt LuCI UI as UDP Receive Buffer Size
New RTP out-of-order packet reordering, improving video artifacts caused by packet reordering in some network environments
Works out of the box, no configuration needed
New FEC (Forward Error Correction) support, enabled by specifying ?fec=<port> in the URL
Some ISPs support FEC: when watching a channel, two multicast streams are received simultaneously — one for RTP packets and another for FEC redundancy packets. When the RTP stream has packet loss, FEC packets can be used for recovery.
FEC and RTP streams share the same multicast IP but use different ports. The ChannelFECPort from packet capture is the FEC port.
Due to varying FEC algorithms across ISPs, not all FEC algorithms may be supported. Please open an issue if you encounter problems (packet capture required).