fdsprod / twitch2dcs

DCS World mod that allows twitch chat to be viewed inside the game
MIT License
32 stars 9 forks source link

Investigate YouTube Live integration #1

Open fdsprod opened 7 years ago

fdsprod commented 7 years ago

https://developers.google.com/youtube/v3/live/docs/liveChatMessages

obfuscoder commented 5 years ago

You maybe just want to integrate restream.io. I use it to stream to twitch and youtube in parallel and also connect to both chats at the same time.

fdsprod commented 5 years ago

@obfuscoder I believe both are http rest services, http requests reduced frames the way DCS Lua scripting works. This is why I haven't persuade this matter.

obfuscoder commented 5 years ago

restream.io uses websockets for its chat functionality. So yeah, basically it's http, but in the end it's socket communication - just another protocol like IRC. Granted I do not have experience with lua socket programming and thus don't know its capabilities/limitations.

DroptheHammer commented 1 year ago

I'm very interested in this. Any idea if this is still possible?