Search Results

Found 1 results for "08bbbec247a3312e82cf188747c60114" across all boards searching md5.

Anonymous /mlp/42333738#42337594
7/8/2025, 8:28:05 PM
>>42337517
This con I had these bash functions/well effectively aliases, with options haphazardly pieced together last year I think:
function m3s() {
streamlink $1 best -o streamlink-$(date -Is).ts --hls-segment-queue-threshold 0 --stream-timeout 10000 --stream-segment-timeout 10000
}
function m3y() {
yt-dlp --write-info-json --retries 1000 --fragment-retries 1000 --file-access-retries 1000 --keep-fragments $1
}
and I ran them with link copied by hoof from CyTube playlist, or browser devtools for AngelThump. I run both simultaneously in separate directories since I don't trust yt-dlp to keep going when stream hangs for whatever reason, on the other hoof that issue occurs usually with YT streams, but those can be downloaded as VODs afterwards so it's fine.
Honestly, this should've been automated years ago but you can guess that I'm lazy and scared of unexpected edge cases happening during con.
>>42337525
That one's with chat, I meant lack of relevant raw stream in "panels" playlist.
>>42337539
This is worth looking into as well.