SSP Audio Not Playing Avada
-
I recently installed SSP on my wordpress website. The trailer is playing on iTunes, Spotify, Anchor.fm, but not on my website. Why?
I cleared cache, I deactivated everything related to cache, and nothing.
The page I need help with: [log in to see the link]
-
Hi @alexandrio9
I see that when trying to following a media link through SSP it returns a WordPress 404 error (example: http://alexolah.com/ro/podcast-player/13506/trailer.m4a/) but not the typical 404 error we see when SSP is running on an NGINX server, which require bypass rules for our passthrough URLs to work.
I also see that the feed page (http://alexolah.com/ro/feed/podcast) is redirecting to the main page.
Do you have certain redirects in place that might prevent the feed page from loading or the passthrough URLs from not working?
Your trailer is quite possibly working on the platforms because the platforms are using your Anchor RSS feed and not your WordPress podcast RSS feed.
If you know that your site is on an NGINX server, I would recommend contact your webhost and have them add the following bypass rules:
Hi there, I am using the Seriously Simple Podcasting plugin. In order for me to take full advantage of the plugin I need you to add the nginx bypass rule for the podcast-download and podcast-player URLs to my site's config. Please add this to NGINX Before Rule # Seriously Simple Podcasting rewrite podcast-download/([^/]+)/([^/]*)/? /index.php?podcast_episode=$1 break; rewrite podcast-player/([^/]+)/([^/]*)/? /index.php?podcast_episode=$1&podcast_ref=player break; Thanks!But since your RSS feed URL isn’t working either, I’m not entirely confident that NGINX is the issue, but it may be.
Thanks, let us know.
The topic ‘SSP Audio Not Playing Avada’ is closed to new replies.