Matthew Hutchinson

Results 78 comments of Matthew Hutchinson

Fails for me too, i've set the port like this in deploy/production.rb `set :ssh_options, { forward_agent: true, port: 39456, user: 'username' }` regular cap deploys work fine, this task does...

Can you explain the command you're running remotely via SSH and the full error trace? Its possible doing this is restricted under macOS.

Closing, since have no extra info to go on here...

Currently not, but it is something that could be added.

I'm validating the chosen encoding preset [here](https://github.com/matthutchinson/videosnap/blob/main/videosnap/videosnap.m#L240) and then set it in the capture session [here](https://github.com/matthutchinson/videosnap/blob/main/videosnap/videosnap.m#L353). Right now, the preset must [be one of these](https://github.com/matthutchinson/videosnap/blob/main/videosnap/Constants.m#L27). This list was taken from...

😉 Or feel free to submit a PR for this if you know how.

Interesting.. this wasn't a use case I tested for. When I have time I'll look into it. Something must be locking a resource in one of the processes.

Thanks for the context, I'm quite busy at the moment but will update you here when I have the time to check this out.

hi @hpux735, yes please do, that would be great. I'm not familiar with AVFoundation yet, how far does support for that go? (in terms of the major OSX releases)..

As for piping, thats a welcome feature and something I've been meaning to look into, but haven't had the time for yet.