lahacker, geoffo, jonnybarnes, khimaros[m]1, joshproehl_, jamietanna[m], nickodd, VioletPixel, treora, KartikPrabhu and [fluffy] joined the channel
#[fluffy]Does video.js have instructions on how to do the HLS thing? Every time I go down the rabbit hole of trying to self-host HLS video I always find a bunch of things that just show a single-minded “here’s how to encode Big Buck Bunny” in a weirdly hardcoded way and I lose interest.
#Ruxton[fluffy]: have a look at owncast if you're looking to do self-hosted live HLS
#[fluffy]There’s plenty of things for live HLS, but I’m talking about encoding a playlist.
#[fluffy]taking a fixed video file and converting it to HLS playlists and segments.
#Ruxtonahh yep, there's some interesting stuff around that was started by some news media dudes called snickers that does that
#[fluffy]Like that feels like a thing that should have an ffmpeg very-long-one-liner script or something.
#aaronpkAll the blog posts and everything makes it sound like it's going to be so easy but then fail to give actual practical examples
#aaronpkI'm determined to get this video posted to my site as entirely static files with a tiny bit of JS and I'll document what I did to make that happen
[jeremycherfas] joined the channel
#[fluffy]yeah I was asking those questions prompted by your post at 5:51 :)
#GWGBut I have not hooked up my own data yet, even though I have it... I'm using the US National Weather Service because I have not written the logic to only show my data when I'm at home and show 3rd party when I'm not
#GWGI post weather as part of the location property of my post
#[James_Gallaghe]What are you using to collect your own data?
[jgmac1106] joined the channel
#[tw2113]depends on the type of data and if i have anything auto-recording it
#[tw2113]for example for awhile I was tracking “checkins” for coffee shops, from the select handful I frequent, but with Covid that kind of stopped and “died”
#[tw2113]I was just using a form to record those visits
#GWG[James_Gallaghe]: I have a variety of sensors...radio, esp8266 homemade, etc
jonnybarnes, [Emma_Humphries], NinjaTrappeur1, [schmarty], NinjaTrappeur, KartikPrabhu, [fluffy] and [James_Gallaghe] joined the channel
#[James_Gallaghe]Interesting. I only have my Raspberry Pi for sensing and I decommissioned my weather station (after only a few days in operation) because it was too much to maintain 🙂
swentel joined the channel; nickodd left the channel
#GWG[James_Gallaghe]: How so? I just change the batteries every few months. Otherwise it transmits data to a computer on the 433mhz band
#GWGUsed to use a Pi but the database stuff wears it out
#[James_Gallaghe]You have your Pi run in batteries? Interesting. I only keep my Pi on during the day when I need it so the weather station has been offline a lot.
KartikPrabhu, jeremycherfas, [Murray], jonnybarnes and jamietanna joined the channel
#timotimohuh, there's a little hitch at about 00:45 where a loading throbber briefly appears and there is a skip in video and audio
[LewisCowles] joined the channel
#aaronpkThat's it switching to a different resolution
#aaronpksafari does better with native HLS support
#timotimoi'm sure there is already a well-known answer for this, but how do you deal with apps that show you an instrumented browser to do your login in? like, it could just show a green lock and the html it got from the page legitimately, but insert some shady javascript?
#timotimoi haven't heard of WebAuthentication before today, though
#timotimotangentially, did you make the cat imagery for the stickers yourself, or hired an artist?
#[snarfed]also if you’re diligent about using a password manager, and only use it to autofill, never type or paste a password manually, you get much of the same anti-phishing benefits as with U2F/security keys
#[snarfed]upshot is, security is hard, it’s an arm race, we’re never done 😭
#aaronpkI'm super optimistic about WebAuthn because it is the first time we've seen cooperation from everything from the hardware under the CPUs to the operating system to the browser to the websites
#aaronpktimotimo: the cats are by an illustrator, same one who does the cats for ohmydollar.com and MeowBox
#mayakate[m]I'm not sure if this is exactly what you mean but I have had great experiences with https://github.com/newhouseb/nginxwebauthn for getting some simple webauthn set up in front of an arbitrary nginx host
#Loqi[newhouseb] nginxwebauthn: Easily add (single user) webauthn in front of an arbitrary nginx host.