Sawadee krub, #417 - https://gitlab.com/whitebox-aero/whitebox/-/issues/417 SRS server ready, streaming through it via RTMP works, and streaming that to the browser mostly works. Current observations: - With the streaming perpetually active, we need to "intervene" to also start recording. Second connection causes the first one to drop, so we might need a "centralized daemon" for per-Insta360-device handling. Leaving the investigation for a later iteration - Streaming to RTMP dies after some time, but restarting it causes browser playback to seamlessly continue - Browser playback over WebRTC is not exactly ideal. Playing non-3D equirectangular video with pure Video.js works great, but mixing it up with Pannellum seems to be flaky. I'm getting it working currently with a horribad `setTimeout(initialize, 2000)`, couldn't workaround it - On the other hand - from a few tests today, desynchronization is gone! :D Not only does the video play consistently and smoothly, HLS recording has pretty much zero delay from pressing `Start Flight` to when it actually starts recording. Also launched it on three devices and waved my hands around with "abrupt stops", all three screens were, to my eyes, in absolute perfect sync. Really love where this is going, but I've hit a small wall and will postpone the rest for a later iteration to not have spillovers. I'll put all this into appropriate tickets tomorrow