Semro / syncwatch

Browser extension to watch videos together
MIT License
135 stars 19 forks source link

Not syncronize any more #34

Closed RioChndr closed 2 years ago

RioChndr commented 2 years ago

This plugin are not syncronize or my connection is not normal, i don't know. Other people cannot play/pause/seek automatic. but status is connected

image

Semro commented 2 years ago

Try testing it on https://www.w3.org/2010/05/video/mediaevents.html

  1. Make sure you have selected the tab with a video and pressed "share video" button.
  2. There is a common problem with ad blocker extensions (AdBlock, AdGuard, uBlock Origin). Everyone in the room should disable it or everyone can enable it if all using same ad blocker.

If non-above helped, please provide:

RioChndr commented 2 years ago

Nice, thank you for replying. I tried to disable adBlocker, and it works perfectly. Thank you so much

RioChndr commented 2 years ago

But for netflix not work. browser mozilla 102.0 (64-bit), and chrome Version 103.0.5060.66

Semro commented 2 years ago

I don't have Netflix to test it by myself. Support was added by other contributor in https://github.com/Semro/syncwatch/pull/21. It uses Netflix API, so maybe it was outdated. @nilshellerhoff if you're still interested in the extension, can you look into this? Much appreciated.

nilshellerhoff commented 2 years ago

Hi @RioChndr , hi @Semro ,

I tested the plugin on Netflix and can indeed confirm that the newest version from master does not work. Using the version 0.400 from 743a84be55afe96cfdd3668129d707ece2f293c8 though seems to work as expected, also the API example in https://github.com/Semro/syncwatch/issues/20 works just fine.

I will try to see in the next days, what might have caused this issue.

Best