Nick

Results 24 comments of Nick

I was looking at this again the other day to see what it would take to finish this up. Shutting down the HTTP server is rather straight forward, however shutting...

@MrAureliusR Do you have any log output? Can you post your Nginx config (remove IP addresses if necessary)?

Hmm, the only real differences I have from your config are that I separated out websocket connections into their own block and set the `proxy_http_version` to `1.1` in the websocket...

Was this added? I seem to remember you adding it, but I couldn't find the commit (i didn't look too hard though).

Pulling emotes from twitch (#10) will use a lot of the same functionality as this, so this issue will have to wait until that one is finished.

There is a button to reload just the player if you hover over the top of the chat where it says "Please hover to view options": ![image](https://user-images.githubusercontent.com/6540297/79696047-35cb6600-8248-11ea-90aa-eb1ca2a62107.png) Note that this...

I like the json file idea. That would also allow aliasing without having to play around with symlinks or some nonsense on the OS level.

Supporting HLS on the server is surprisingly easy. I've been able to do it locally by swapping out the ~~video.js~~ flv.js file with one that's aimed at HLS. The trouble...

iirc, this was what i used: https://github.com/video-dev/hls.js/ It replaces `flv.js`. You'll probably need to tweak the `initPlayer()` function in `video.js`.

Unfortunately, I'm not sure exactly what this would involve. I don't have any apple devices so I can't even test different things in a brute-force type fashion (for the record,...