-
Notifications
You must be signed in to change notification settings - Fork 24
Updating Functionality
xDashh edited this page Oct 1, 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 | Embed | Online? | Viewers |
---|---|---|---|---|---|
AngelThump | ✅ | -- | bot |
✅ | ✅ |
❌ | ❌ | bot |
❌ | ❌ | |
m3u8 (custom) | ❌ | -- | -- | ✅3 | -- |
Chaturbate | ✅ | ~1 | ❌ | ~2 | ❌ |
Smashcast | ✅ | ❌ | ❌ | ?? | ?? |
Twitch | ✅ | ✅ | bot |
✅ | ✅ |
Twitch (VOD) | ✅ | fixme | bot |
✅4 | ✅ |
Ustream | ✅ | -- | ❌ | ?? | ?? |
Vaughn | ✅ | ✅ | ❌ | ?? | ?? |
YouTube | ✅ | fixme | bot |
?? | ?? |
YouTube (playlist) | ✅ | -- | ❌ | ?? | ?? |
- 1: video embed contains both.
- 2: always hidden.
- 3: offline streams hidden?
- 4: always online.
-
--
: not applicable. -
??
: unknown - fix me.