- Posts: 3
COMMUNITY FORUM
AllVideos not working for remote MP3 on Chrome
- Juan Luis García Rodríguez
-
Topic Author
- Offline
- New Member
Less
More
10 years 7 months ago #56553
by Juan Luis García Rodríguez
AllVideos not working for remote MP3 on Chrome was created by Juan Luis García Rodríguez
I have been using this extension for ages on my old Joomla 1.5 Site (mainly for remote mp3 files).
I'm preparing a new site with Joomla 2.5.27 and the mp3remote functionality doesn't work on Chrome browser. The player appears but it doesn't work (on IE11 and Firefox it works fine).
Please use the following test link:
www.martinezmier.es/web/101-noticias/ultimos-articulos/3022-protagonistas-del-albacete-granada-los-entrenadores
I'm preparing a new site with Joomla 2.5.27 and the mp3remote functionality doesn't work on Chrome browser. The player appears but it doesn't work (on IE11 and Firefox it works fine).
Please use the following test link:
www.martinezmier.es/web/101-noticias/ultimos-articulos/3022-protagonistas-del-albacete-granada-los-entrenadores
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
Less
More
- Posts: 8743
10 years 7 months ago #56556
by Lefteris
Replied by Lefteris on topic AllVideos not working for remote MP3 on Chrome
Can you try with a different mp3 file? Actually try an mp3 from a different server than this. As you can see the mp3 player is working fine in our demo page at demo.joomlaworks.net/allvideos so probably something is wrong with the specific files or the server that is serving them.
Please Log in or Create an account to join the conversation.
- Juan Luis García Rodríguez
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 3
10 years 7 months ago #56558
by Juan Luis García Rodríguez
Replied by Juan Luis García Rodríguez on topic AllVideos not working for remote MP3 on Chrome
I have been able to solve the issue.
It is very very curious. After Reading your answer Lefteris I remembered that I put an anti-leech rule in the .htaccess of the server hosting the MP3s files in this way:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://www.domain1.tld/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.domain1.tld$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.domain2tld/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.domain2.tld$ [NC]
.....
RewriteRule .*\.(jpg|jpeg|gif|png|bmp|mp3|wav|wma)$ - [F,NC]
My test domain (martinezmier.es) was not on the list of allowed domain (domain1.tld, domain2.tld, .....) but I was able to reproduce .MP3 files with ALLVIDEOS from MS IEXPLORE and FIREFOX but not from CHROME!!!
Now I have included the test domain onto .htaccess and Works fine with all browsers but.... why it Works previously with IE and Firefox ??
My issue is solved now but what an strange behaviour!!!
It is very very curious. After Reading your answer Lefteris I remembered that I put an anti-leech rule in the .htaccess of the server hosting the MP3s files in this way:
RewriteEngine on
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://www.domain1.tld/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.domain1.tld$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.domain2tld/.*$ [NC]
RewriteCond %{HTTP_REFERER} !^http://www.domain2.tld$ [NC]
.....
RewriteRule .*\.(jpg|jpeg|gif|png|bmp|mp3|wav|wma)$ - [F,NC]
My test domain (martinezmier.es) was not on the list of allowed domain (domain1.tld, domain2.tld, .....) but I was able to reproduce .MP3 files with ALLVIDEOS from MS IEXPLORE and FIREFOX but not from CHROME!!!
Now I have included the test domain onto .htaccess and Works fine with all browsers but.... why it Works previously with IE and Firefox ??
My issue is solved now but what an strange behaviour!!!
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Platinum Member
Less
More
- Posts: 8743
10 years 7 months ago #56560
by Lefteris
Replied by Lefteris on topic AllVideos not working for remote MP3 on Chrome
Probably other browsers had cached the request that's why it was working.
Please Log in or Create an account to join the conversation.