RblSb / SyncTube

Synchronized video viewing with chat and other features (one-channel web service)
MIT License
247 stars 52 forks source link

Allow to have different client urls still synced #27

Closed luckydonald closed 2 years ago

luckydonald commented 2 years ago

So the problem is I want to use a webservice which is serving the mp4 files on a different url for each connecting IP (each client).

Is there some way to enter a different movie url on each client (basically overwrite the server's url), but still use the playback sync?

RblSb commented 2 years ago

Can you describe some example of usecase? I've been only thinking about button to change video url locally (on client-side by user yourself), to local file or video url with different quality/audio and same duration.

luckydonald commented 2 years ago

Yeah basically it's for those shady video sites. They server different urls for each user, so we can't all watch the "same" link as it's never the same.

Having the option to use a local file would work as well.

RblSb commented 2 years ago

Let me know if new gear buttons work for you

luckydonald commented 2 years ago

Thanks, I'll have a look!