Chaphasilor
Chaphasilor
> Yeah those look embedded to the file. What I'm looking for is having: > > Song.format (like song.mp3) > Song.lrc > > Both in the same folder. Have it...
Hey @SBoudrias I also would like to see this. The docs don't mention the order in which the functions are called, so you have to try it out to notice...
Hi, could you please refrain from posting more issues? It's really hard to keep an overview otherwise. I'll close your other issues now, please post any new question here inside...
Have you tried to recreate this with other apps? For example Google Hangouts?
@us4group you can't build it. there's nothing to 'build'. This is not a React/Vue/Angular app, it's a server. It's ready to run already :)
@hackyguru try either running `npm start` (never `npm build`) or just `node server.js`. Both of the commands should start the server :)
> Hi how can i use it with localhost on xampserver? Hey, I'm afraid you can't :/ xampp is a `HTTP` (static pages) and `php` server, but this project uses...
I've explained what your issue is [here](https://github.com/ianramzy/decentralized-video-chat/issues/69). Please read it :)
Could you elaborate on this? What exactly is not working here?
How about instead of a persistant connection, we make the clients, possibly only the 'host' (or innitiator of the call) ping the server every few minutes? The server just keeps...