Nginx Tips and Tricks: Difference between revisions

From HPCWIKI
Jump to navigation Jump to search
(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...")
 
(Add categories: Network, Reference)
Line 10: Line 10:
== References ==
== References ==
<references />
<references />
[[Category:Network]]
[[Category:Reference]]

Revision as of 00:59, 15 July 2026

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