JLChnToZ / VVMW

VizVid - Brand new original video player frontend for VRChat, aims for flexibility.
https://xtl.booth.pm/items/5056077
MIT License
70 stars 6 forks source link

We need a lock button #28

Closed cyril2007 closed 3 months ago

JLChnToZ commented 3 months ago

It was intentionally to not fully implement this feature.

I think there is no reason to just lock the video player to instance owner, if you want your world to support staff locks, you will likely use more advanced UDON Auth gimmick instead.

Also, in the API side, you still can use custom UDON scripts to lock/unlock the player UI individually.

If you have reason could persuade me to change this plan, please reply and reopen this issue.

cyril2007 commented 3 months ago

It was intentionally to not fully implement this feature.

I think there is no reason to just lock the video player to instance owner, if you want your world to support staff locks, you will likely use more advanced UDON Auth gimmick instead.

Also, in the API side, you still can use custom UDON scripts to lock/unlock the player UI individually.

If you have reason could persuade me to change this plan, please reply and reopen this issue.

I don't want others to change the video link freely when the DJ plays the live streaming link. This is only the reason why a lock button is needed.

JLChnToZ commented 3 months ago

It is useless if the instance owner left, regardless it was intentionally or accidentally, as the ownership will transferred to the next user. I still think it's better to use a proper password system to achieve the needs.