Chris Nelson
Chris Nelson
Would also like this feature. Sad to see this sitting unmerged for almost a year 😢
@sudermanjr I'm not quite getting how to make this work. I've got a config that looks like this: ``` rbacBindings: - name: foo subjects: - kind: ServiceAccount name: some-name roleBindings:...
If this use case is a feature you'd accept, I could submit a PR for it, provided we figure out how this should actually work first :)
@sudermanjr checking in on this? Thoughts on if this is a use case you'd want to support in this tool?
Seen in use as a replacement S this weekend in a town with a population < 200. This is clearly in regular use in places divorced from internet culture and...
Also seeing this on EKS `Server Version: version.Info{Major:"1", Minor:"11+", GitVersion:"v1.11.5-eks-6bad6d", GitCommit:"6bad6d9c768dc0864dab48a11653aa53b5a47043", GitTreeState:"clean", BuildDate:"2018-12-06T23:13:14Z", GoVersion:"go1.10.3", Compiler:"gc", Platform:"linux/amd64"}`, roll back to `0.10.4` fixes it.
@ph I think all it would take to solve this issue is to write the test file to the `prefix` specified in the config rather than the root of the...
## Sketch: Use ffprobe to probe the file and see if it is already playable. Code looks something like: ``` # parse our input file try: obj = json.loads( subprocess.check_output([...
a83f20601d561b94a6f7bb2e79d05d2f0c4addc6 fixes RangeHTTPServer to handle serving multiple files.
# Implementation Sketch: I want to be able to do things like: ``` $ airplay https://www.youtube.com/watch?v=lDba6HBbmqE ``` Once #2 is completed, and we have ffmpeg in our pipeline we can...