- Posts: 5
COMMUNITY FORUM
Allvideos 4.7.0 not working with Joomla 3.4.3
- Bob Bojorquez
-
Topic Author
- Offline
- New Member
{mov}IMG_5466-Salsa{/mov}
{mp4}Black_betty_Swing_Dance{/mp4}
When I try to see the videos I get a blank page. If I take the video code out, the image on the page shows up.
To duplicate my problem goto www.konadanceclasses.com
scroll down to the middle of the page and click on the Dance video tab, you can try any of the videos, they all are blank, the one I am using for testing is Aloha Ballroom Videos.
Thanks for your assistance.
Bob
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
- Posts: 8743
What's the folder you have set in the plugin settings? Note that the path you enter in the video tag should be relative to the path you have set in the plugin settings.
Finally, try to go to Joomla! global configuration and set error reporting to "Maximum" so we can see the actual error in the blank page.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Gioacchino Cipriano
-
- Offline
- New Member
- Posts: 8
I have a similar problem.
In my case it seems that will not be interpreted, because the output is similar to this:
{mp4remote}https://s3-eu-west-1.amazonaws.com/Google.mp4{/mp4remote}
{mp4}http://domain.com/media/paris.mp4{/mp4}
{youtube}he73js822|600|450|1{/youtube}
Best Regards
Please Log in or Create an account to join the conversation.
- Bob Bojorquez
-
Topic Author
- Offline
- New Member
- Posts: 5
images/democontent/galleries/dance-videos
images/videos (aloha1.mov)
both return blank screens. The error message returned is:
Fatal error: Call to undefined method JParameter::loadINI() in /home/sevwwdco/public_html/konadanceclasses/libraries/joomla/html/parameter.php on line 84
and line 84 of the parameter.php file is this:
if (trim( $data )) {
$this->loadINI($data);
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
- Posts: 8743
Please read again the documentation. The tags you are using are incorrect.
@Bob Bojorquez
Try the development version from github.com/joomlaworks/allvideos/archive/master.zip and let me know if your issue is resolved.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Bob Bojorquez
-
Topic Author
- Offline
- New Member
- Posts: 5
and I get the same error message;
Fatal error: Call to undefined method JParameter::loadINI() in /home/sevwwdco/public_html/konadanceclasses/libraries/joomla/html/parameter.php on line 84
It seems that the path is not being set??
my tags I am using are;
{mov}aloha1{/mov}
{mov}IMG_5466-Salsa{/mov}
{mp4}Black_betty_Swing_Dance{/mp4}
Please Log in or Create an account to join the conversation.
- Gioacchino Cipriano
-
- Offline
- New Member
- Posts: 8
I found this in the documentationLefteris wrote: @Gioacchino Cipriano
Please read again the documentation. The tags you are using are incorrect.....
MP4 (H.264 Video) hosted on remote server http://domain.com/media/paris.mp4 {mp4remote}http://domain.com/media/paris.mp4{/mp4remote}
Best Regards.
Gioacchino
Please Log in or Create an account to join the conversation.
- Bob Bojorquez
-
Topic Author
- Offline
- New Member
- Posts: 5
Please Log in or Create an account to join the conversation.
- Bob Bojorquez
-
Topic Author
- Offline
- New Member
- Posts: 5
See for yourself goto www.konadanceclasses.com
scroll down to the middle of the page and click on the Dance video tab, click on Aloha Ballroom Videos.
Thanks for your assistance.
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
- Posts: 8743
When you are using an mp4 tag ( local mp4 videos ) you should not include the file extension in the path.
@Bob Bojorquez
Regarding the MOV videos this has to do with the codecs installed on your computer. I suggest to use MP4 videos to ensure maximum compatibility.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Gioacchino Cipriano
-
- Offline
- New Member
- Posts: 8
Lefteris wrote: @Gioacchino Cipriano
When you are using an mp4 tag ( local mp4 videos ) you should not include the file extension in the path.
@Bob Bojorquez
Regarding the MOV videos this has to do with the codecs installed on your computer. I suggest to use MP4 videos to ensure maximum compatibility.
Hi,
Don't work in Remote
{mp4remote}s3-eu-west-1.amazonaws.com/Google.mp4{/mp4remote}
I only see this string, without the parser:
{mp4remote}s3-eu-west-1.amazonaws.com/Google.mp4{/mp4remote}
Best Regards
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
- Posts: 8743
It's because the URL is not correct. I don't see any video on s3-eu-west-1.amazonaws.com/Google.mp4 .
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.