Hacker News new | ask | show | jobs
by mnorris 1379 days ago
It sounds like you want to do adaptive bitrate streaming. This [1] blogpost probably does better justice than I could do.

I think it kind of sounds similar to what you were mentioning, but it sounds like the lowest possible latency solution is to stream multiple streams of different bit rates at the same time and then WebRTC picks up the best one it can.

[1] https://bloggeek.me/webrtc-simulcast-and-abr-two-sides-of-th...

1 comments

Thank you for being so helpful! That sounds good :) no I wasn't fishing for super detailed help or contribs but thanks for considering.
Great, glad that was helpful. Good luck!