logoalt Hacker News

charisma123yesterday at 8:48 PM1 replyview on HN

If a transceiver crashes during a stream, how is the active session recovered? Does the system automatically re-establish the context in a new WebRTC session?


Replies

Sean-Deryesterday at 8:53 PM

It doesn't today, but you could with sometime like this [0]. You can save/suspend all WebRTC state and bring it back with the next process.

[0] https://github.com/pion/webrtc-zero-downtime-restart