OlegShklyarov
OlegShklyarov
> Yes, TikTok tries again to make the library unusable. Unbelievable... I'm losing motivation for the project :( What if we`ll start a crowd funding campaign to keep you motivated?
Create a Patreon, please. And Paypal donate page.
Also add a funding message to the node update logs like I saw it on other libraries.
> Good. We are waiting. I will promote your Paypal and Patreon across my clients.
> > Yes, TikTok tries again to make the library unusable. Unbelievable... I'm losing motivation for the project :( > > Why do you think so? For what it's worth,...
> Does Python version require sessionid and ttwid to connect?
> Have updated the signing server. It now works again for me. Can anyone confirm this? (no npm update required) It works for now, but we all know where it...
> Working perfectly! Thank you, is there anything similar to this for Twitch? There is a well known library tmi.js, but I use Streamlabs socket.
We use 4 different IPS and many queries, no bans for now.
May I ask here? How to emit roomInfo from connectionWrapper? ``` this.connection.getRoomInfo().then(roomInfo => { this.log(`HLS URL: ${roomInfo.stream_url.flv_pull_url.HD1}`); this.emit(`HLS URL: ${roomInfo.stream_url.flv_pull_url.HD1}`); }) ``` Is this correct?