Problems Implementing cloudinary video play with vue.js

TechieStephen
TechieStephen Member
edited November 2022 in Developer APIs

Am trying to follow the training series on adaptive video streaming where the video player was implemented using react but I keep getting "cld.videoPlayer is not a function" when I try Implementing the video player in vue.js.

Tagged:

Best Answer

  • TechieStephen
    TechieStephen Member
    Answer ✓

    Hi, thanks for your feedback.

    I was able to fix it and get it working. The problem was from eslint "no-undef" rule.

    Just had to tell it to ignore cloudinary.

Answers