Forum Replies Created
-
-
Hi Martin,
As far as I can tell, the issue is between the PDA and EDD. It has nothing to do with the FV player specifically.
Yes, this is being looked into by the developers of the plugins. Thanks for your help! I can keep you posted if you’re interested to know the results.Thank you for taking time to respond.
We’re talking about different plugins. I’m referring to this: https://preventdirectaccess.com/extensions/protect-wordpress-videos/
To recap, the issue only occurs when both plugins are active: PDA’s protect videos extension and EDD. If I disable the EDD all media loads just fine.
To answer your question: no errors in the console. The media does load eventually, it just takes long time.
To put this in context (why I’m going through all the trouble with the protection). I’m in the music production / licensing and I have to deal with stolen content on the nearly daily basis. It’s rampant and it causes issues for legit licensees. This is just another tool to use along with digital fingerprinting, content id, and so on.
Sorry about the delayed response.
It’s a non-trivial case. To the best of my knowledge the issue is caused by the combination of two plugins – Protect WordPress Videos & Audios and Easy Digital Downloads.
The media works just fine when either plugin is active but not both at the same time. I still need to dig deeper to pinpoint the exact cause. I have a staging site with just these 3 plugins installed (no custom code, default WP theme) if you’d like to take a look.
Thank you for the prompt reply.
I was able to trace this to incompatibility with another plugin. I don’t have a solution as of yet, I’m looking at various options.
Sorry to waste your time and I truly appreciate the support.2 years ago in reply to: Understanding JS APIThank you!
That works great. However, I had to switch to version 7.4 due to another issue. Does 7.4 have a similar trigger I can use?3 years ago in reply to: Autoplay next item without a playlistThank you
That sounds great but I understand it’s not available yet?
In the meantime I was trying to implement my own solution using this JS logic:
1. load ids of all players on the page into an array
2. on ‘finished’ event get the id of the active player
3. get the id of the next player from the array in #1
4. start playbackSeems to be stuck at #4. Can’t load the api using the player’s id. Always get ‘api is undefined’..
Even using something like var api = flowplayer(0) still throws ‘undefined’ error. Something I’m missing? Tnx