Install the app
How to install the app on iOS

Follow along with the video below to see how to install our site as a web app on your home screen.

Note: This feature may not be available in some browsers.

Welcome to My Sharing Site

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

nginx

  1. C

    HLS & DASH 2023 Portable Streaming Server | Local and Public

    HLS & DASH 2023 Portable Streaming Server | Local and Public How to stream on localhost and make it public. - Necessary tools included in the installer, just run and install in default folder. - Simple instructions - - Install the executable. - Go to your local drive C: - Open folder...
  2. X

    nginx hls stream cache/proxy config 1

    This is nginx config to create hls caching on other server. It caches ts files and m3u8 as well.
  3. Crack

    Script nginx script for cache/proxy hls streams

    - nginx hls cache proxy script *** Hidden text: You do not have sufficient rights to view the hidden text. Visit the forum thread! ***
  4. srmaky

    Tutorial Tutorial How to set up your own private RTMP server using nginx

    $ sudo apt-get install build-essential libpcre3 libpcre3-dev libssl-dev Now a bit of info about nginx (pronounced "engine-X"). nginx is an extremely lightweight web server, but someone wrote a RTMP module for it, so it can host RTMP streams too. However, to add the RTMP module, we have to...
  5. ian

    Tutorial How to set up your own private RTMP server using nginx

    $ sudo apt-get install build-essential libpcre3 libpcre3-dev libssl-dev Now a bit of info about nginx (pronounced "engine-X"). nginx is an extremely lightweight web server, but someone wrote a RTMP module for it, so it can host RTMP streams too. However, to add the RTMP module, we have to...
  6. S

    Download Nginx Service Management Commands Centos 8, Redhat 8

    Nginx Commands You can manage the Nginx web service with the following commands. The following commands are used for service opening, closing and restarting operations. Starting the Nginx service #sudo systemctl start nginx Stopping the Nginx service #sudo systemctl stop nginx Restarting...
  7. W

    Download FOS-Streaming IPTV panel v1

    Features: Streaming and restreaming (authentication, m3u8) Manage users (overview, add, edit, delete, enable, disable) Manage categories (overview, add, edit, delete) Manage streams(overview, add, edit, delete,start,stop) Manage settings(configuration) Autorestart(cron.php need to set manual)...
  8. RazRav

    HowTo USING NGINX AS A MEDIA STREAMING EDGE

    How media streaming works You can skip this part of post if you know the streaming architecture and just want to set up origin with edge. Basically default media streaming infrastructure has the next schema. Origin servers receive streams and convert them to deliver to the global network...
Top