Categories
Linux

eduMFA/privacyIdea - convert TOTP secrets

eduMFA (privacyIDEA) only accepts hex‑encoded TOTP secret keys; this post shows why, and how to convert between hex and Base32 with ready‑to‑use Python scripts.

Categories
Linux

Live streaming webcam using ffmpeg

First of all we need to list available Video4Linux devices: Followed by their capabilities. This can be done either using v4l2-ctl or with the converter tool ffmpeg itself: Next step: Generate DASH and HLS compatible stream. HLS was created by Apple and is used on their devices – DASH however seems to be the more […]