Andrew Welch
Andrew Welch
It should be logging any time events are sent -- are you not seeing anything? Did you implement any kind of caching on the frontend that could affect things?
What version of GA are you running?
mmmm so it sounds like it's something specific to CloudFlare in terms of how this is not working for you. It looks like your change is just dropping any parsing...
hmmmm. How would you envision these being handle? I'd assume you'd need to store the preferences on a per-use basis somewhere? I'm not sure if it makes sense to have...
mmmmmmm. So it shouldn't actually do the transcoding until the video is referenced. I think potentially it could check to see if an `ffmpeg` process is already running, and if...
It isn't something I'd planned to implement, but if enough people are interested, sure. Understand if the video is in the middle of transcoding, you'll get nothing back. But I...
@gaelpleeroy I have not done any work on implementing a GraphQL API for the Transcoder plugin. You're the second person who has requested such a feature, though, which adds to...
It's on the list, but not immediately unfortunately.
Yeah a way around this could be that the parameters needed to do the conversion are stuffed into a queue job, and dolled out to `ffmpeg` as each queue job...
Maybe the best idea is just have to have some kind of generic "additional flags" you can pass in?