Matt Steele

Results 16 comments of Matt Steele

I think we're making progress! After checking out the `sony` branch and re-installing, I'm able to successfully run a 4-capture session 😄 I am still seeing I/O timeout errors after...

Actually, based on [this blog post](https://sass-lang.com/blog/the-module-system-is-launched), `@forward` is supported starting in sass 1.23.0, so it's even less clear why is failing to compile.

I tried getting this to work on my Pi 4 today, unsuccessfully. But I encountered some novel errors, here's what I learned in case others want to pick it up...

@sandboxgangster Did you make the changes I mentioned above to enable `video4linux` in `codecs.go`, so it appears in the dropdown? And were you able to see video in the stream,...

Ah bummer, I just bought a Pi 5 over the holidays and was going to experiment migrating my Owncast instance over. For folks who do want to run Owncast on...

I like automating my standard code styling (stuff like trailing commas; avoiding global variables, etc), and JSHint is the way to go for that. Plus there's a [Grunt plugin](https://npmjs.org/package/grunt-contrib-jshint)! On...