RTMP + HLS Time

Info Using just RTMP is not cutting it if I want to play a stream from my site. So I am testing out the server with HLS. The HLS seems to be doing the trick but adds some delay to the stream. Links http://borkslash.com/borktv  

Read More

BorkDash

Info My one stop spot for all things homelabby.   I spun my self up a server so I can install Organizr, a nice dashboard to keep track of all the things in the lab. https://github.com/causefx/Organizr Setup https://github.com/causefx/Organizr sudo git clone https://github.com/elmerfdz/OrganizrInstaller /opt/OrganizrInstaller cd /opt/OrganizrInstaller/ubuntu/oui sudo bash ou_installer.sh select complete install 4 go to http://IPOFSERVER

Read More

Learning Vagrant

INFO I am getting tired of setting up VMs in my lab by hand, so I am working my way up to Terraform, by learning Vagrant. Same concept but you are spinning up the VM’s locally instead of on a server.

Read More

Desktop Setup Script

Info I wipe my computers alot, and i have been doing it by hand It is time to be lazy and automate this working off of my initial setup script pushing this to my gitlab server

Read More

Dotfiles

Info Getting my settings moved over to a dotfile repo, so when i wipe my computer, it will restore my configs when i run my setup script.

Read More

Arctis 7 Ubuntu 18.04

git clone https://github.com/brokkr/pulseaudio_steelseries_arctis_7.git && cd pulseaudio_steelseries_arctis_7 sudo cp steelseries-arctis-input.conf steelseries-arctis-output-mono.conf steelseries-arctis-output-stereo.conf /usr/share/pulseaudio/alsa-mixer/paths/ sudo cp steelseries-arctis-usb-audio.conf /usr/share/pulseaudio/alsa-mixer/profile-sets/ sudo vim /lib/udev/rules.d/90-pulseaudio.rules add to near end ATTRS{idVendor}==”1038″, ATTRS{idProduct}==”1260″, ENV{PULSE_PROFILE_SET}=”steelseries-arctis-usb-audio.conf” reboot           # Clone repo then cd into the dir git clone https://github.com/brokkr/pulseaudio_steelseries_arctis_7.git && cd pulseaudio_steelseries_arctis_7 # Copy 3 path config files sudo cp steelseries-arctis-input.conf…

Read More