Live streaming: node-media-server + Dash.js configured for real-time low latency
问题 We're working on an app that enables live monitoring of your back yard. Each client has a camera connected to the internet, streaming to our public node.js server. I'm trying to use node-media-server to publish an MPEG-DASH (or HLS) stream to be available for our app clients, on different networks, bandwidths and resolutions around the world. Our goal is to get as close as possible to live "real-time" so you can monitor what happens in your backyard instantly. The technical flow already