- Posts: 5
COMMUNITY FORUM
error loading
- Peter
-
Topic Author
- Offline
- New Member
Less
More
10 years 5 months ago #56694
by Peter
error loading was created by Peter
I am struggling to get an mp4 to play in the latest joomla on my website.
I am using a synology ds411 nas with the video located at root/diskstation/volume1/web/acousticlaptops/images/videos/Acousticconnectlowres.mp4
on my page I have
{mp4}Acousticconnectlowres.mp4{/mp4}
but not sure how the relative path works out.
I have read the table on the documentation but despite that whatever combination i try i still cannot load the mp4.
I am not sure how much of the path i need on the nas
Help would be appreciated, its driving me nuts.
regards in advance
I am using a synology ds411 nas with the video located at root/diskstation/volume1/web/acousticlaptops/images/videos/Acousticconnectlowres.mp4
on my page I have
{mp4}Acousticconnectlowres.mp4{/mp4}
but not sure how the relative path works out.
I have read the table on the documentation but despite that whatever combination i try i still cannot load the mp4.
I am not sure how much of the path i need on the nas
Help would be appreciated, its driving me nuts.
regards in advance
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
Less
More
- Posts: 8743
10 years 5 months ago #56696
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic error loading
Hi. Probably you need to read again the documentation at www.joomlaworks.net/support/docs/allvideos . The tag you are using is incorrect ( the extension should not be present ) and the path should be relative to your site root. This means that the video file should exist in your site directories.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Peter
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 5
10 years 5 months ago #56697
by Peter
Replied by Peter on topic error loading
ok ive changed the local video folder too
/images/videos
the above is in my site folder
ive changed the html to:
{mp4}/images/videos/Acousticconnectlowres{/mp4}
do i need to explicitly say videos folder?
/images/videos
the above is in my site folder
ive changed the html to:
{mp4}/images/videos/Acousticconnectlowres{/mp4}
do i need to explicitly say videos folder?
Please Log in or Create an account to join the conversation.
- Peter
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 5
10 years 5 months ago #56698
by Peter
Replied by Peter on topic error loading
it still fails on both
{mp4}/images/videos/Acousticconnectlowres{/mp4}
and
{mp4}/images/Acousticconnectlowres{/mp4}
{mp4}/images/videos/Acousticconnectlowres{/mp4}
and
{mp4}/images/Acousticconnectlowres{/mp4}
Please Log in or Create an account to join the conversation.
- Peter
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 5
10 years 5 months ago #56699
by Peter
Replied by Peter on topic error loading
Ive looked at the source code of the page and it says:
jwplayer('avID_AVPlayerID_0185218f_1462426687').setup({
'file': '//images/videos/Acousticconnectlowres.mp4',
'image': '',
'height': '300',
'width': '400',
'autostart': 'false',
'controls': '1'
});
So it appears that the file location now is ok
I wonder what would still stop it loading.
jwplayer('avID_AVPlayerID_0185218f_1462426687').setup({
'file': '//images/videos/Acousticconnectlowres.mp4',
'image': '',
'height': '300',
'width': '400',
'autostart': 'false',
'controls': '1'
});
So it appears that the file location now is ok
I wonder what would still stop it loading.
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
Less
More
- Posts: 8743
10 years 5 months ago #56700
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic error loading
What's the value of the "Local Video Folder" in the plugin settings ? The path the plugin will look for is the path set in "Local Video Folder" option plus the path set in the tag. So, if the "Local Video Folder" is set to "images/videos" and the tag is {mp4}Acousticconnectlowres{/mp4} the file should be located at "images/videos/Acousticconnectlowres.mp4".
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Peter
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 5
10 years 5 months ago #56701
by Peter
Replied by Peter on topic error loading
the local folder value is: /images/videos
ok I spotted it!
changed to images/videos
now working
thank you for taking the time to respond
ok I spotted it!
changed to images/videos
now working
thank you for taking the time to respond
Please Log in or Create an account to join the conversation.
- Lefteris
-
- Offline
- Moderator
Less
More
- Posts: 8743
10 years 5 months ago #56704
by Lefteris
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Lefteris on topic error loading
You are welcome.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.