I’m working on a web app to synchronize videos between users in a room and I’m using socket.io for this. Currently, I have it setup where if a new user joins, the current video timestamp is retrieved from the host playing the video and sent to the user so they can skip to that timestamp in the video.Is there any way to make it where if the guest changes the timestamp on their own they will be updated to sync with the host’s timestamp automatically? I know how to do it with using a sync button but I’m not sure how to do this automatically.
Submitted June 14, 2020 at 03:13AM by jobsearchistiring
No comments:
Post a Comment