WebAudio icon indicating copy to clipboard operation
WebAudio copied to clipboard

Send currently playing streams to players when they join / Sync streams

Open vurvdev opened this issue 4 years ago • 1 comments

If a stream is currently playing while someone joins, they should join and be able to hear it at the currently playing point. (Ok maybe not at the currently playing point that'd be really hard and require the server to predict where it's at in the song which might work?)

The creator of streamcore didn't wanna put effort into this and since we're the replacement naturally we have to do it.... Maybe make a new net message wa_sync that sends a ton of wa_create data.

vurvdev avatar Apr 26 '21 03:04 vurvdev

Shouldn't be too hard now since we have a stopwatch on every stream

vurvdev avatar May 10 '21 00:05 vurvdev