Skip to content

Instantly share code, notes, and snippets.

@okie2020
okie2020 / Record_HLS.sh
Created January 25, 2022 04:32 — forked from yalov/Record_HLS.sh
A small bash script to make ffmpeg recording HLS streams (m3u8).
#!/bin/bash
for i in {1..168} # week
do
echo "ITERATION $i"
seconds=3600 #hour
# Date format for the recording file name
@okie2020
okie2020 / README.md
Created December 29, 2017 14:32 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet