In the early summer of 2019 I purchased an Oculus Virtual Reality headset, and this made me discover my passion for 3D. A very popular “game” for the Oculus is VRChat, and in it people are allowed to upload their own worlds and avatars. Obviously, I wanted to try this …
A little update
Hi everyone. It’s been a while since I last posted here so this little update is long due. I’ve been getting a LOT of responses to this little post here, and I want to thank specifically a person called James for responding to many comments that I haven’t commented on …
Create a secure adaptive bit-rate HLS stream with Nginx/RTMP/Ffmpeg on Ubuntu 20.04 (2021)
I wrote a new guide on setting up your own live-stream server. Mostly due to your requests. I took the opportunity to simplify the guide a bit. If you follow this guide step by step, and use your brain at times that it’s required, you’ll be fine. This guide has …
500 subscribers on YouTube
Today I’ve reached the mark of 500 subscribers on my YouTube channel. It may not be that much, especially when compared with popular Youtubers. But for me it’s special nevertheless. So thanks everybody!
Spawn a localhost nginx live-stream server on Windows with HLS and Dash within 10 minutes!
The title says it all. I’ve created a Youtube video to accompany this guide. Watch it here. Before we start, please find out if you are running a program on your PC that is using port 80 (a webserver). If you do, disable it, or else Nginx will have a …
Build a live-stream server
Build your own livestream server on Ubuntu 18.04 with Nginx, RTMP, Ffmpeg, HLS, SSL, VideoJS.
How to setup Nginx+RTMP live stream server
IMPORTANT UPDATE! These guides may be outdated. Please see the new guide here: https://www.ustoopia.nl/featured/nginx-rtmp-hls-ssl-videojs-on-ubuntu-18-04/ I made a couple of Youtube video’s with some instructions on how to setup your own private live-stream server using Nginx running on Ubuntu 18.04. . Click on the CONTINUE READING link below to see a …
Unattended Ubuntu ISO Maker
Just found an awesome script online that I tested today and it works great. It’s a script that allows you to create an ISO for a unattended installation for Ubuntu 16.04.3 LTS. Just made myself one of those ISO’s and I’m going to try to see if I can implement …
Adding cloud storage as permanent mount to Ubuntu Server 16.04
Many cloud storage services give you the option to mount your online storage as an extra drive on your operating system. This can be done really easy on any operating system that runs a desktop environment. But I wanted to add my storage as a mounted drive on Ubuntu Server, …
Disable IPv6 on Ubuntu 16.04 Permanently
If you want IPv6 disabled permanently on a Ubuntu 16.04 system, here’s a good way to do it. Disabling it like this should keep it disabled permanently, even after performing updates that could potentially enable it again without you knowing it. I haven’t tested it so I’m not 100% certain …
How to install MP4Box on Ubuntu 16.04 Headless
“MP4Box is a multimedia packager, with a vast number of functionalities: conversion, splitting, hinting, dumping and others. It can be used for performing many manipulations on multimedia files like AVI, MPG, TS, but mostly on ISO media files (e.g. MP4, 3GP). It is a command-line tool so it can be utilized …