How to synchronize media playback over an unreliable network?
问题 I wish I could play music or video on one computer, and have a second computer playing the same media, synchronized. As in, I can hear both computers' speakers at the same time, and it doesn't sound funny. I want to do this over Wi-Fi, which is slightly unreliable. Algorithmically, what's the best approach to this problem? EDIT 1 Whether both computers "play" the same media, or one "plays" the media and streams it to the other, doesn't matter to me. I am certain this is a tractable problem