Hacker News new | ask | show | jobs
by corobo 1295 days ago
If stuck for a server I've used this in the past. nginx with an RTMP module.

Also linking a config file I commented for an example. Unsure if it'll still work and it could definitely be simplified for OP's needs. It was a proof of concept for a streaming service I was thinking up before realising how much money I don't have, haha

https://github.com/arut/nginx-rtmp-module

https://gist.github.com/cohan/7f676d3f561be62d0550785c015f00...