I have created a web app which allows users to stream IP cams publicly via a code snippet. The problem is I run into performance issue at scale. I currently have 18 cameras all streaming 1080p via rtsp. I need these in rtmp for my NGINX server to work. My […]
Daily Archives: January 24, 2024
12 posts
MS Teams can use Control+Spacebar to unmute. I want to use just Spacebar, like Zoom does. Is there a way to change that keyboard shortcut?
I’m currently grepping a directory looking for a specific string that is only present in .txt files. However, I’d like to expand my grep to only return values where the directory contains specific file type. For example, my existing grep: `grep -R abc1234 –include=*.txt’ But I’d want to limit my […]