Synchronizing video play between two peers.
When two browsers are playing the same web video, coplay can connect them with WebRTC (using PeerJS) and enable users to control two video players synchronously.
Coplay now works on Youku, Sohu TV, Tencent Video, Tudou, iQiyi, YouTube and bilibili.
Not published on Firefox Add-ons yet.
Download URL: https://github.com/Justineo/coplay/zipball/gh-pages
Visit coplay on Chrome Web Store and install the extension.
Drag extensions/packed/coplay.xpi
into Firefox to install.
Both browsers visit a same video page, activate coplay and one of the users enter the other one's peer ID and connect.
After establishing the connection, both users can perform pause/resume/seek/restart/sync actions.
-
Why Peer ID doesn't show up on Youtube?
Youtube uses HTTPS but PeerJS (the WebRTC service which coplay rely on) will make some HTTP requests, which are blocked by browsers' security policies. Current work around see here.
We need an appropriate icon for coplay!