hey guys , just wanted to check on few things about exploring ways to add real time data into Next.js app (for use cases like live commerce or interactive sessions).
- Most solutions I’ve come across either have higher latency (
HLS/DASH) - Or require complex infra setup.
I recently came across WebRTC-based approaches that claim sub-250ms latency, which seems more suitable for real-time interaction. while researching i came across Red5 ,i Would love to hear your thoughts or alternatives.