Is it possible to synchronize videos across multiple computers using WPF?
问题 Is it possible to synchronize videos running in a WPF application across two or more computers? Synchronizing several videos running on the same machine seems to work well using the ParallelTimeline class and MediaTimelines for each video instance, but I haven’t figure out a way to do this across different computers, which if possible, would enable some incredible multi-screen installations. So to all those WPF gurus out there, what do you think? Could this work with WPF or do I need to fall