Finally got audio streaming working, using VLC
vlc -vvv rtp://127.0.0.1:46998 --sout '#rtp{dst=192.xxx.x.xxx,port=5004,sdp=rtsp://192.xxx.x.xxx:9898/desktop.sdp}' Now, I need the transcoding. The ...
vlc -vvv rtp://127.0.0.1:46998 --sout '#rtp{dst=192.xxx.x.xxx,port=5004,sdp=rtsp://192.xxx.x.xxx:9898/desktop.sdp}' Now, I need the transcoding. The ...
Easy, back it up, reset it, restore it, and update it. That’s all I did, and I wasn’t trying to speed it up. I thought I had a working iPhone 8, ...
The Flatpak Firefox might be faster, didn’t actually do anything in it though. It must store it’s profile somewhere else. It runs in a sandbox, s...
cat /etc/default/syslog-ng@default CONFIG_FILE=/etc/syslog-ng/syslog-ng.conf PERSIST_FILE=/var/lib/syslog-ng/syslog-ng.persist CONTROL_FILE=/var/lib/syslog-n...
Not really a Steam Link, it’s just Steam running on my TV via a HDMI extender over IP. It’s only 720p, if I use it at 1080p, there’s input ...
cat /etc/udev/rules.d/00-no-wifi-networkmgr.rules # # Interfaces that shouldn't be managed by NetworkManager # ACTION=="add", SUBSYSTEM=="net", KERNEL=="...
Put it in a camera bag, and never use it. The battery might swell up though, you might want to remove the battery.
Use a SSH proxy. Might be the easiest filter to bypass. ssh user@server -D 9999 Then set your browser to use a SOCKS proxy, 127.0.0.1 port 9999. Or do it in ...
Add the below to ~/public_html/.htaccess: (Don’t remove or replace anything in the file, just add the below at the top or bottom, if you are versatile,...
Obsess over cameras, and block your WiFi VLAN’s internet access when you should be sleeping. I can’t set a schedule on my AP. Think it was reques...
<vcpu placement='static'>6</vcpu> <vcpupin vcpu='0' cpuset='0'/> <vcpupin vcpu='1...
Send her a picture of me.
Easy, lift the front up by putting it on something. I did have the whole thing up, by using a box. I settled on a piece of the 3D printed ESPRESSObin case, ...
Google will replace don’t with can’t. How did I have a shortcut that would launch the web browser not in a Sandbox? Apparently that isn’t p...
Assuming you are using Linux, and KVM with GPU passthrough. Do a clean install of Windows. Restoring to dissimilar hardware or any other crap, does not work ...
Oh and installing resolvconf and then adding “resolvconf=NO” to /etc/resolvconf.conf doesn’t work. That is if you want to edit the /etc/res...
You have to disable IPv6 on the VLAN it’s on. If the LAN has IPv6 configured, it’ll give the other VLANs an IPv6. If you use Untangle, you probab...
If you aren’t using the LAN interface, it doesn’t need to give IPs. I was getting two IPv6 addresses. After disabling the track setting, and DHCP...
Release the IP on your WAN interface, change the MAC Address on the WAN interface, reboot the modem, then click renew for the IP. Comcast wouldn’t give...
sudo pacman -S opera-ffmpeg-codecs That’ll fix it. It’s not chromium-ffmpeg-codecs or whatever in Manjaro and Arch Linux. Probably fixes other si...