@@ -22,6 +22,8 @@ available via the regular Facebook web interface, as far as I know. :)
22
22
Please note: you're responsible for ensuring you're not violating each
23
23
service's Terms of Service via simulcasting.
24
24
25
+ I have a YouTube video with an overview here: https://youtu.be/rjaTaHm4WkA
26
+
25
27
## Table of Contents
26
28
27
29
* [ Requirements] ( #requirements )
@@ -327,35 +329,15 @@ an actual account being streamed to. It's username will use the format
327
329
` (network-name)-(account-name) ` .
328
330
329
331
Whenever a new comment/chat/etc comes in, the bot will relay it to the room,
330
- with the format ` (Commenter/Chatter Name) (Message). `
332
+ with the format ` (username)-(network-name) (message) `
333
+
334
+ I can post messages/comments to my streams by addressing the bots.
331
335
332
336
When the stream ends, the bots will leave the room.
333
337
334
- Attached is a screenshot of HexChat . I'm the user ` john ` , and my stream is named
338
+ Attached is a screenshot of Adium . I'm the user ` john ` , and my stream is named
335
339
` Awesome ` , so I'm in the room ` #john-awesome `
336
340
337
- There's another user connected, ` test ` - we can chat back and forth like
338
- we would on another IRC room.
339
-
340
- In the screenshot, I'm streaming to Twitch and to Facebook, and I'm leaving some
341
- comments on the live video on Facebook.
342
-
343
- Not all networks implement this functionality yet - please see the Wiki for
344
- details.
345
-
346
- Additionally, I'm planning on enabling posting chats/comments from the IRC room.
347
- My idea right now: if a user addresses a bot, their message gets relayed to
348
- the streaming service. ie, in the below screenshot, I could write:
349
-
350
- * ` facebook-john-regan: Hey this is coming from IRC ` or
351
- * ` @facebook-john-regan Hey this is coming from IRC ` or
352
- * ` facebook-john-regan Hey this is coming from IRC `
353
-
354
- and the message would be posted to the video/chatroom/whatever.
355
-
356
- I'm also thinking of making the ` root ` user capable of posting messages to
357
- all services at the same time, so addressing it will cross-post a message.
358
-
359
341
![ screenshot] ( misc/irc-screenshot.png )
360
342
361
343
## Reference
0 commit comments