-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin 'CDVVideo' not found, or is not a CDVPlugin. #1
Comments
Hi, sorry I didn't see this earlier. Did you drop the |
Hi there, Thank you so much for your plug-in, just what am looking. Am getting the below in my console log though is there anything i have to do to ref a local file with the plugin? 2013-05-22 20:38:57.332 ourfood[18364:c07] [INFO] start playing video media/video/welcome.mp4 |
Ouch, that sounds like like the video URL is not getting passed along correctly. Do you have a complete stack trace at the exception? Is the exception being thrown in |
Hello, I had the same problem. I just changed a line that was broken (I think). I changed this: to I don't know if this is the possible fix, but it worked for me :) Greetz Paul |
Paul, that then means that your URL isn't an HTTP or HTTPS URL. Is is a file one? Specifically, the lines you mention are:
It's trying to look up the file inside the app bundle and expects the URL to be of the format |
Yes i have changed the code because someway the soundFilePath variable was nil. In the javascript code I wanted to play a recorded video from the capture class from Cordova. So it's not a reliable fix I think. But fileURL is giving a Exception because soundFilePath is empty. Sorry for my bad english (Dutch person) and my lack of knowledge of Objective C haha! Just beginning to learn it! |
Sorry, I have no experience with Cordova's capture functionality. But yes, it's logical that the capture information doesn't correspond to an actual file in the app bundle. And no need to apologize for your English, it's quite good! I'm also in the Netherlands and if you want to learn more about Objective-C, you could join our CocoaHeads meeting on Wednesday (2013-06-19). |
Hello, thank you for the pluggin. I have the same problem with the Plugin "'CDVVideo' not found, or is not a CDVPlugin". I am using phonegap 2.9.0. I have setup everything as instructed I think. Where should I put the *.h and *.m files. This is my project directory structure. \Cordoba29 I have put them in the Plugins directory. Is this correct? Please help. |
Hi I'm fairly new to Cordova/Phonegap. I'm having trouble adding this plugin to the latest 3.0.8 version of Cordova with the config.xml, as opposed to the older Cordova.plist scheme. Can some provide some further instruction for including this plugin for projects using newer versions of Phonegap? |
Hi there,
Thank you for your plug-in. I followed your instruction, and when I run CDVVideo.play(vidUrl, 'YES'), my console log says the CDVVideo is not found. Any ideas? I'm using cordova 2.5.0
The text was updated successfully, but these errors were encountered: