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?
Scalable Live Video Streaming Using NGINX and MPEG-DASH/HLS
11–20 of 58 posts
Re: Scalable Live Video Streaming Using NGINX and MPEG-DASH/HLS
#12For example, I want to mux a subtitle stream, with the real time clock in it, into a video stream.
Re: Scalable Live Video Streaming Using NGINX and MPEG-DASH/HLS
#13This 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?
Re: Scalable Live Video Streaming Using NGINX and MPEG-DASH/HLS
#14I wish there was a decent HTML5 low latency (< 2s) solution. Nothing comes close to RTMP + Flash still.
If you don't need the scalability of DASH/HLS you can use the WebRTC apis for low latency streaming, usually [1] https://janus.conf.meetecho.com/
Re: Scalable Live Video Streaming Using NGINX and MPEG-DASH/HLS
#15How does this compare to Wowza?
Re: Scalable Live Video Streaming Using NGINX and MPEG-DASH/HLS
#16How does this compare to Wowza?
Re: Scalable Live Video Streaming Using NGINX and MPEG-DASH/HLS
#17Is there a way to mux subtitles written on the fly? For example, I want to mux a subtitle stream, with the real time clock in it, into a video stream.
e.g. https://en.wikibooks.org/wiki/FFMPEG_An_Intermediate_Guide/s...
Re: Scalable Live Video Streaming Using NGINX and MPEG-DASH/HLS
#18This 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?
ffmpeg, vlc, OBS Studio (this one is probably easiest; you can just add an image or add a webcam source etc then configure a rtmp url to push to)
Re: Scalable Live Video Streaming Using NGINX and MPEG-DASH/HLS
#19Re: Scalable Live Video Streaming Using NGINX and MPEG-DASH/HLS
#20I wish there was a decent HTML5 low latency (< 2s) solution. Nothing comes close to RTMP + Flash still.