-
Notifications
You must be signed in to change notification settings - Fork 24
Updating Functionality
xDashh edited this page Sep 30, 2018
·
41 revisions
A list of things to remember when updating some functionalities.
-
in chat-gui
-
in Rustla2
- add emote name to
.env(.example)
variableEMOTES
(used for username-emote similarity check)
- add emote name to
- find out how to embed the stream with autoplay enabled.
- follow by example: https://github.com/MemeLabs/Rustla2/pull/82/files
- if the service has a custom chat, probably add it here.
- come up with a regex to extract relevant ids/names for this service:
- for custom players: check if CSP has to be adjusted
- Update the List below.
Service | Auto-play | Chat | Embedding | Live-Detection | Viewer-Count | Comment |
---|---|---|---|---|---|---|
AngelThump | ✅ | -- | bot |
✅ | ✅ | -- |
❌ | ❌ | bot |
❌ | ❌ | -- | |
m3u8 (custom) | ❌ | -- | -- | ?? | -- | -- |
Chaturbate | ✅ | ~1 | ❌ | ?? | ?? | always hidden |
Smashcast | ✅ | ❌ | ❌ | ?? | ?? | -- |
Twitch | ✅ | ✅ | bot |
✅ | ✅ | -- |
Twitch (VOD) | ✅ | fixme | bot |
?? | ✅ | -- |
Ustream | ✅ | -- | ❌ | ?? | ?? | -- |
Vaughn | ✅ | ✅ | ❌ | ?? | ?? | -- |
YouTube | ✅ | fixme | bot |
?? | ?? | -- |
YouTube (playlist) | ✅ | -- | ❌ | ?? | ?? | -- |
- 1: video embed contains both.
-
--
: not applicable. -
??
: unknown - fix me.