Tamas Piros
Tamas Piros
I had the same issue, the following seemed to have fix it: ``` sudo add-apt-repository "deb http://security.ubuntu.com/ubuntu xenial-security main" sudo apt update sudo apt install libjasper1 libjasper-dev ```
@dmcassel This should do the job. I believe DMC also uses jQuery so it should be a seemless integration: https://github.com/timsayshey/Ghost-Markdown-Editor
Hi @waheed11 - thank you for taking the course. Can you confirm that you're using Strapi `v4` please?
thank you for clarifying. I think I mention this at some point in the course as well. The films (and therefore the listing of all the films, including the `meta`...
btw, as far as I know, Strapi currently doesn't automagically propagate these permissions but it'd be a nice features and it's something that I brought up for @malgamves.
See #6 :)
I have the same issue - not sure if this is still being tracked here though ...
apologies for the late response. could you elaborate on what you need exactly? thanks!
@SalahAdDin - thank you for your follow up. At Cloudinary we have our `CldVideoPlayer` component which is compatible with Next.js. You can read more about it [here](https://cloudinary.com/blog/embedding-video-player-next-js-next-cloudinary) and [here](https://next.cloudinary.dev/cldvideoplayer/basic-usage). It's...