Brian Leighty
Brian Leighty
Thanks for the suggestion. I was thinking this was something in the SDK as well. I think that's actually referring to something else though. I haven't had a chance to...
I appreciate it. I was able to figure out the black video pretty easily by just doing for (int y = 0; y < height; y++) { for (int x...
Would love to see this
Not sure if it's bad form but just want throw out there that I moved away from this project due to the lack of authentication. However I just had a...
Not sure where to post this but this seems the closest issue to what I'm running into. I need to be able to pass in different environment variables to each...
It also doesn't support passing in a value of `0` for the value. It just stays blank
One work around I found for the `0` issue and might be helpful to you as well @lucyydotp is to make use of the `control` attribute. In my case I'm...
Was just about to request this. You beat me to this. Either this or Apple WebVTT way would be great.
Not trying to get this off track but just curious what you guys are using get 608 captions into your feeds. I'm not aware of any open source solutions. We...
@Sreekusak if you look at the code https://github.com/tomas/needle/blob/master/lib/needle.js#L347 you can do the same thing. querystring can be imported like `import * as querystring from 'needle/lib/querystring';` Would be nice to have...