Live data from Hacker News

Scalable Live Video Streaming Using NGINX and MPEG-DASH/HLS

nginx.com

1–10 of 58 posts

Re: Scalable Live Video Streaming Using NGINX and MPEG-DASH/HLS

#4
post #3

The setup seems rather similar to https://github.com/arut/nginx-rtmp-module which I've used in the past. Perhaps they've bundled it with Nginx Plus without crediting the original authors? The project has a bit too permissive license for my taste.

> Both NGINX and NGINX Plus support the features we’re discussing

Re: Scalable Live Video Streaming Using NGINX and MPEG-DASH/HLS

#7
post #3

The setup seems rather similar to https://github.com/arut/nginx-rtmp-module which I've used in the past. Perhaps they've bundled it with Nginx Plus without crediting the original authors? The project has a bit too permissive license for my taste.

Roman Arutyunyan is (or was previously) an engineer at nginx when he developed nginx-rtmp.

https://www.youtube.com/watch?v=1boJWioxsWc

Re: Scalable Live Video Streaming Using NGINX and MPEG-DASH/HLS

#9

I wish there was a decent HTML5 low latency (< 2s) solution. Nothing comes close to RTMP + Flash still.

HD RTMP to the client is extremely difficult to scale without an enormous investment in infrastructure. AFAIK BAM/MLB.TV are the only ones doing it.

Re: Scalable Live Video Streaming Using NGINX and MPEG-DASH/HLS

#10
This looks cool. I'm very interested in live video but can someone enlighten me on the creation side of this equation?

How do I create an RTMP stream in the first place?

What camera can/should I use? Can I use webcam? Is there an iOS app that can do it?

What hardware/software is needed to create this RTMP stream that I'll be pushing to nginx?

Post reply on HN