Ben Tasker
Ben Tasker
I agree - Mailpile has the ability to decrypt PGP encrypted content that I have been sent, and there may be very good reasons why having read an email I...
Do you fancy creating a pull to drop this in? I hit up against it the other day, but haven't had time to implement myself as I had to press...
Yeah I toyed with that a little while back, but can't remember why I went the other route (probably have a note somewhere). I've a feeling it was because I...
Yes. A common approach is to encrypt the stream and then put the key itself on a server that requires authentication of some form - so segments can be fetched...
Sounds like `ffmpeg` is encountering some kind of issue, unfortunately return codes can be a bit of a minefield with ffmpeg. If you run the job passing HLS Stream Creator...
> Running on a 6 minute 36 second mp4 with -s 3, I got 55 segments, in other words average of 7.2 seconds per segment? Is that expected? Yes. FFMPEG...
It's been omitted purely on the basis that it hasn't been needed yet. I'm more than happy to accept a pull implementing it though.
That's one of the options I considered when I raised the FR ([HLS-34](https://projects.bentasker.co.uk/jira_projects/browse/HLS-34.html)) earlier. It's the simplest option to implement, but also the least flexible. Breaking the audio out into...
Thanks, but splitting the audio out with ffmpeg itself isn't _too_ challenging, the challenge really is in how you turn that into sensible command line arguments to pass into HLS-Stream-Creator....
Hi, It seems you've been quite unlucky :) First, to explain what it's warning about. In your encode, you've specified 4 bitrates - `-b 28,64,128,256`. These (obviously) get passed through...