There're 2 types of streaming:
- SRT - at least 2 seconds latency
- WebRTC(Whip) - very low-latency as connection established P2P
- Tested on my PC.
- No lags.
- No freezes.
- High quality (there are limitations, I guess).
- 120 FPS.
- (SRT) Use FFmpeg AAC as audio encoder! . Otherwise audio won't work! P.S. on 2nd screenshot other codec is set.
- (Whip) Use FFmpeg Opus audio encoder.
- Responisible for handling data passed by SRT connection from OBS.
- Recommended
SegmentDuration
=1000 (ms) andSegmentsPerStream
>=10 (viaconfig/config.toml
)