The other day I was investigating an issue with Chrome 83 and a MJPEG stream embedded in an <img /> The MJPEG stream was streaming an iPhone screen to the end user. When the user decided to rotate the screen (switching between portrait and landscape), the MJPEG stream was updated accordingly when viewing the stream… Continue reading image-orientation CSS property
Month: August 2020
WireGuard: an alternative to OpenVPN
This week I’ve been experimenting with WireGuard, which is a relatively new alternative to OpenVPN. It claims to be faster and more secure than other VPN products, partly because its codebase is very small compared to other VPN products. WireGuard is easy to configure. It is compatible with many Linux distro’s, including Ubuntu. For my… Continue reading WireGuard: an alternative to OpenVPN