Ask HN: Opensource video streaming options? 6 points by azewail 7y ago ↗ HN What are the best, most scalable opensource projects for encoding and streaming video?
[–] dvtrn 7y ago ↗ I'm a fan of acestream: https://github.com/magnetikonline/docker-acestream-server & http://acestream.org
[–] milankragujevic 7y ago ↗ ffmpeg + nginx-rtmp-module & nginx ? Depends on your needs and how complete of a solution you want.
[–] Sean-Der 7y ago ↗ There are a lot of different options, but depends on what you are looking for!* What are your goals around latency* What does the publishing/viewing look like (want to watch in the browser) do users need to upload?* Do you have any restrictions around codecs or bandwidth?
[–] bbaggins 7y ago ↗ JWPlayer still works for us (though not sure if it's "open source" anymore). The player component speed always wins hands down when we re-test options. https://github.com/jwplayer https://developer.jwplayer.com/
4 comments
[ 4.2 ms ] story [ 21.9 ms ] thread* What are your goals around latency
* What does the publishing/viewing look like (want to watch in the browser) do users need to upload?
* Do you have any restrictions around codecs or bandwidth?