Live Stream server - Nginx + RTMP

RTMP

Real-Time Messaging Protocol (RTMP) was initially a proprietary protocol developed by Macromedia for streaming audio, video and data over the Internet, between a Flash player and a server.

https://en.wikipedia.org/wiki/Real-Time_Messaging_Protocol

HLS

HTTP Live Streaming (also known as HLS) is an HTTP-based media streaming communications protocol implemented by Apple Inc.

https://en.wikipedia.org/wiki/HTTP_Live_Streaming

Installing ffmpeg and nginx with RTMP module

Publishing with ffmpeg

https://github.com/arut/nginx-rtmp-module/wiki/Getting-started-with-nginx-rtmp

Testing with wowza

https://www.wowza.com/testplayers

Reference

Last updated

Was this helpful?