I have a mp4 file and I want to stream it with ffmpeg to youtube. I am able to do it when using anullsrc so that I tell youtube those videos has no sound and it works okay. But I do want audio, I just want the audio to be […]
Daily Archives: November 9, 2022
12 posts
I just rented a VM from Hetzner, I created a new VM of Ubuntu 20.04.5 LTS and I put my ssh key upon its creation so I could log into the machine directly and it worked. However, when I was trying to disable the password authentication, it just didn’t. I […]
I am using an Nginx server with Debian 11 to offer download resources. I need to reset client connections that have been open for over an hour. Currently, I restart the Nginx service via a cron job every hour. This method is too aggressive and closes client connections that have […]