This is a Bash script that uses FFmpeg to stream a video file and an audio file to YouTube Live. #! /bin/bash VBR="1500k" FPS="24" QUAL="superfast" YOUTUBE_URL="rtmp://a.rtmp.youtube.com/live2" KEY="bxts-x2xm-rjr6-ux74-2xys" VIDEO_SOURCE="/home/ubuntu/evolux.mp4" AUDIO_SOURCE="http://188.121.1.261:8000/radio.mp3" ffmpeg \ -re -f lavfi -i "movie=filename=$VIDEO_SOURCE:loop=0, setpts=N/(FRAME_RATE*TB)" \ ...Read more
MinexTuts Tech Forum Latest Questions
The Simple Mail Transfer Protocol (SMTP) is used to send emails from one server to another. When configuring an email client or server, you may need to choose which SMTP port to use. Here are some guidelines to help you choose ...Read more
Excellent tutorial and very grateful for the guide. I managed to mount the azura panel for a personal radio project. As it appears below: “AzuraCast • v0.17.6 Stable PHP 8.1” in Oracle Cloud always free with Docker and Ubuntu 20.04, but ...Read more
Hi, my name is Marcel. I would like to know the best practice to keep Azuracast running on an Ubuntu server. Also, you speak about how to install it, but nothing about how and when to back it up and update ...Read more
CyberPanel SMTP server allows unlimited number of emails per hour. However, there are some limitations such as; Domain limit Email level limit You can use those limit to protect your domain and SMTP server from banning for spam emails. If you ...Read more

(EDIT: I forgot to mention this is ...Read more
CyberPanel is a web hosting control panel for OpenLiteSpeed and LiteSpeed Enterprise. It is an alternative to cPanel or Plesk. You can install CyberPanel on any server provider and deploy super-fast WordPress sites. Installation requirements: Server ...Read more

Swap is a virtual memory that support to RAM (Random Access Memory). Swapping virtual memory is a technique used to improve the performance of a computer. It allows the operating system to use one physical memory location for the storage ...Read more