Eli Mallon

Results 72 issues of Eli Mallon

Here's an ffmpeg command that does it, just gotta get this in streamplace ``` ffmpeg \ -probesize 60000000 \ -analyzeduration 10000000 \ -f mpegts \ -i unix:///tmp/sp-sock-1510355183923-732.sock \ -acodec aac...

It can happen through the same S3 bucket that we have for Files.

This will entail telling `sp-app` to use a UA string that isn't Electron. The UA string used should identify both name and version, if pertinent.

help-wanted

We publish auto-updating apps for Windows and Mac but for the Linux folks out there, they'll be getting the app with `npm install -g streamplace`. So, `sp-app` will need to...

This will be an addition to `run/bump-version.sh`. Currently that file just takes care of creating the git tag and bumping all of the versions in all of the package.json files....

help-wanted

Logging in SK is interesting. We definitely don't want to always log, say, every line of FFMpeg output from every Vertex -- there's just too much there. Or every time...

help-wanted

Right now the client is double-subscribing to lots of things, and it doesn't need to be. The new binding interface should be smart enough. - [ ] Refactor `sp-frontend/src/sp-binding.js` into...

help-wanted

I did literally the bare minimum amount of effort to get auto-update working in sp-app. [The logic is here](https://github.com/streamplace/streamplace/blob/master/packages/sp-app/src/auto-updater.js) -- when it sees an update, it downloads it in the...

help-wanted