Nginx Tips and Tricks

From HPCWIKI
Revision as of 12:26, 23 September 2023 by Admin (talk | contribs) (Created page with "== Build Nginx from source == [https://gist.github.com/noelli/489c5c0cf5a561a32f757d7513465344?permalink_comment_id=3798425 This page] provides how to build Nginx from source == Nginx RTMP? == One of the most common video streaming protocols is an HLS Streaming Server. HLS is an adaptive streaming technology which allows you to stream media content that is tailored to the user’s device and network conditions for the best streaming performance. HLS and RTMP can be ea...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Build Nginx from source

This page provides how to build Nginx from source

Nginx RTMP?

One of the most common video streaming protocols is an HLS Streaming Server. HLS is an adaptive streaming technology which allows you to stream media content that is tailored to the user’s device and network conditions for the best streaming performance.

HLS and RTMP can be easily integrated with the Nginx web server using the Nginx RTMP module. In this tutorial, we’ll show you how to setup an HLS live streaming server on Ubuntu.[1]


References