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!
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...
$ 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...
$ 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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.