BabDev / Podcast-Manager

Podcast Manager is a suite of extensions allowing users to host and manage a podcast feed from their Joomla! site.
http://www.babdev.com/extensions/podcast-manager
40 stars 16 forks source link

Audio not playing #228

Closed florantevaldez closed 8 years ago

florantevaldez commented 8 years ago

I'm testing the plugin on a demo site and have successfully created a feed, however, I'm having isse with the audio not playing when I click the play button.

Can you help: test site is: https://florante.demojoomla.com/index.php

mbabker commented 8 years ago

According to my browser's console, it won't load the video because your HTTPS (secure) site is requesting the video from a HTTP (non-secure) source... http://cl.ly/0s2d3P123E3m

florantevaldez commented 8 years ago

Thank you for your reply. That's interesting because I've uploaded the file in the media directory of the same site, it's not like an external URL so the file has to be https too, right? Am I missing anything? 2016-06-03_20-54-34

mbabker commented 8 years ago

It looks like you turned on the Blubrry tracking service which is why it's coming from an external URL. Try turning that off and see what happens (component config).

florantevaldez commented 8 years ago

Awesome! That solved the problem. Thank you.