JohnXLivingston / peertube-plugin-livechat

GNU Affero General Public License v3.0
90 stars 26 forks source link

Bug: Hiding Anonymous Chats brokes OBS integration #307

Open MattyBoombalatty opened 9 months ago

MattyBoombalatty commented 9 months ago

When hiding anonymous chats in the plugin admin interface, the OBS integration is broken.

JohnXLivingston commented 9 months ago

Good catch. Thanks.

JohnXLivingston commented 4 months ago

When hiding anonymous chats in the plugin admin interface, the OBS integration is broken.

Hello @MattyBoombalatty.

I released a new version of the plugin this morning, version 10.1.0. This version comes with a new feature, that make it possible to generate authentication tokens, so that you can integrate the chat as OBS dock: https://johnxlivingston.github.io/peertube-plugin-livechat/documentation/user/obs/#obs-dock

image

This is not documented yet, but you can combine these tokens with the readonly mode.

To do so, you have just to mix the url from both modes (the readonly mode, and the dock mode):

You should end up with something like: http://example.com/plugins/livechat/router/webchat/room/8df24108-6e70-4fc8-b1cc-f2db7fcdd535?_readonly=noscroll&_transparent=true#?p=AeogLUHNHQDmGrBimVDclEvBeOYsU6&j=root%40p1.localhost&n=Root

MattyBoombalatty commented 4 months ago

Thank you! Great work!