Guillaume Sabran
Guillaume Sabran
This might be related to this: http://stackoverflow.com/questions/29805632/using-mpmovieplayercontroller-as-texture-in-scenekit I've personnally not been able to use an AVPlayerLayer for a similar usage
I think it was very big, yes. But not sure how much exactely
I'm not so sure because I'm no unix expert, but I've been discussing this over there: http://unix.stackexchange.com/a/321524/198722 and it seems that `~/.profile` could be a better place. The original issue...
Hi thanks! As you might have seen, I've not worked on this in a very long time. I would honestly don't know. I'm leveraging `AVPlayer` to download and decode the...
Yes, it'd be great! Especially since Apple documentation is sometime hard to get to work. Some examples with Metal would also be great here!
I personally ended up changing the delegate to just be `exportSession:renderFrame:withPresentationTime:` ie ditching the buffer property and its computation that was causing the issue since I didn't need it
That'd be great! I'm also trying to build ffmpeg for lambda and I'm having [some difficulties](http://stackoverflow.com/questions/39982511/compile-ffmpeg-as-stand-alone-binary)...
Thanks. I've been using my own fork of flow router ssr recently, since the repo is not maintained anymore. Hopefully I'll be able to find the exact issue.
thanks for looking into it. So is the conclusion that `meteorhacks/inject-data` has a bug and impacts `flow-router-ssr` through its direct dependencies on `inject-data`, and indirect dependency through `meteorhacks:fast-render`? ... kadira...
With using FlowRouterSSR, I was sharing client files with the server and that made it very hard to work with the HMR because as soon as I'd change a client...