gatsby-ffmpeg throws errors and kicks me out of dev session when querying with graphql #31535
-
DescriptionI want to serve a locally hosted video in an optimized format, so naturally, I looked to the gatsby plugins. I followed the instructions on the following page: https://www.gatsbyjs.com/plugins/gatsby-video/ I can't figure out why it's doing this. Ultimately, I am just looking for some way to serve a locally hosted video, in an optimized format and preferably through graphql. I am not attached to this method though, so any thoughts are welcome. Steps to reproduceRepo: A gatsby starter template with a video component where I make attempt to make a graphql query for a video. Steps:
Expected resultThe query should return the video src either in the dev environment or in the graphql tool (http://localhost:8000/___graphql) Actual resultThrows the following error and then terminates my gatsby develop session: C:\Users\erica\Documents\Web Writing\bug-repro\node_modules\yoga-layout-prebuilt\yoga-layout\build\Release\nbind.js:53 TypeError: Cannot read property 'createJob' of undefined EnvironmentGatsby info: System: Flags: PARALLEL_SOURCING: true |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
My best guess is that this plugin is a bit outdated and may be incompatible with gatsby v3? I recommend you to open an issue in the correct repository though as we do not maintain it: https://github.com/Mike-Dax/gatsby-plugin-ffmpeg |
Beta Was this translation helpful? Give feedback.
My best guess is that this plugin is a bit outdated and may be incompatible with gatsby v3? I recommend you to open an issue in the correct repository though as we do not maintain it: https://github.com/Mike-Dax/gatsby-plugin-ffmpeg