Andrey Snow
Andrey Snow
--So as I understand you going to transcode video to FIFO pipe via ffmpeg/libav?-- UPD. That was stupid idea since mp4 can't me streamed via fifo. Opening file while transcoding...
I kinda like lib being in ruby, I''m using it in my project as gem.
Home Server software: web ui for rtorrent paired with database for media content (just like plex, but all in ruby), and ability to stream any media file to any selected...
@phsym Well, still need to take care of header, no? That part can be handled with slices I believe. Plus, parsable output usually tab separated to allow consumption from within...
> > > * [ ] Research options (cirrus, github actions) > > * [ ] Setup pull requests pipelines So I've used nearly damn every CI available out there....
You can actually run GH runners on FreeBSD. It's runs on Mono. You will lose all the features that use docker, but it's still something.
Sure, I'll work on this one.
Also related, I find using `query!` cumbersome sometimes: - I run my migrations from my binary, to use `query!()` I need to run migrations with `sqlx-cli` first during development. It's...
> Since shipping 0.11.0, I'm cleaning up the issues. If I had a wasm project to look at, I might be able to go to work on more wasm support...
Yes, I use FreeBSD 10.2. Reason I'm asking is because searching this repo for SCTP only yields one result in readme file.