- Posts: 4
COMMUNITY FORUM
- Forum
- Free Joomla Extensions & Templates
- AllVideos
- No video with suported format and MIME type found
No video with suported format and MIME type found
- Tomasz Brzozowski
- Topic Author
- Offline
- New Member
Less
More
4 years 10 months ago #174637
by Tomasz Brzozowski
no video with suported format and MIME type found was created by Tomasz Brzozowski
Hi,
this is {mp4} tag.
As Uou can see:
kurier365.pl/kultura/zdrowie/30260-magodent-bia%C5%82a-sobota-profilaktyka-raka.html
What to do?
Regards
Tom
this is {mp4} tag.
As Uou can see:
kurier365.pl/kultura/zdrowie/30260-magodent-bia%C5%82a-sobota-profilaktyka-raka.html
What to do?
Regards
Tom
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6219
4 years 10 months ago #174638
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic no video with suported format and MIME type found
When you use local media, don't specify the file extension in the file path and don't use the entire path to the media file. So if your media file is Magodent.mp4 and your video root directory is /images/videos, you only enter: {mp4}Magodent{/mp4}. In your case, it seems you added {mp4}/images/videos/Magodent.mp4{/mp4} which translates to "/images/videos/images/videos/Magodent.mp4.mp4" in the frontend.
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Tomasz Brzozowski
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
4 years 10 months ago #174639
by Tomasz Brzozowski
Replied by Tomasz Brzozowski on topic no video with suported format and MIME type found
Hi,
thx,
Now is:
<video class="avPlayer" style="width:600px;height:450px;" src="/images/videos/Magodent.mp4" preload="metadata" controls="" controlslist="nodownload"></video>
But still is not working.
Regards
Tom
thx,
Now is:
<video class="avPlayer" style="width:600px;height:450px;" src="/images/videos/Magodent.mp4" preload="metadata" controls="" controlslist="nodownload"></video>
But still is not working.
Regards
Tom
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6219
4 years 10 months ago #174641
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic no video with suported format and MIME type found
Check the actual location of the file on your server and your AllVideos root path for videos.
Adjust accordingly.
And read the AllVideos documentation. It's 2 mins of your time: www.joomlaworks.net/support/docs/allvideos
Adjust accordingly.
And read the AllVideos documentation. It's 2 mins of your time: www.joomlaworks.net/support/docs/allvideos
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Tomasz Brzozowski
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
4 years 10 months ago #174646
by Tomasz Brzozowski
Replied by Tomasz Brzozowski on topic no video with suported format and MIME type found
Really sorry about Your time
I don't check :)
Regards
Tom
I don't check :)
Regards
Tom
Please Log in or Create an account to join the conversation.
- Tomasz Brzozowski
- Topic Author
- Offline
- New Member
Less
More
- Posts: 4
4 years 10 months ago #174647
by Tomasz Brzozowski
Replied by Tomasz Brzozowski on topic no video with suported format and MIME type found
Thank You :)
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6219
4 years 10 months ago #174648
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic no video with suported format and MIME type found
You're welcome.
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Anne Lüders
- Offline
- New Member
Less
More
- Posts: 3
4 years 2 days ago #177538
by Anne Lüders
Replied by Anne Lüders on topic No video with suported format and MIME type found
Hello,
I find the same problem with the failure No video with... in Firefox latest Ver. and Joomla Ver. 3.9.23, PHP 7.4.13
I checked all entries in the plugin. They are correct.
I can use HTML5 code <video style="float: right; margin: 8px;" src="images/videos/video.mp4" controls="controls" width="640" height="480"></video>.
This will show the video and I can play it.
The code for Allvideos {mp4}images/videos/video.mp4{/mp4} will produce the failure.
I checked your installation doc.
Any ida?
regards
I find the same problem with the failure No video with... in Firefox latest Ver. and Joomla Ver. 3.9.23, PHP 7.4.13
I checked all entries in the plugin. They are correct.
I can use HTML5 code <video style="float: right; margin: 8px;" src="images/videos/video.mp4" controls="controls" width="640" height="480"></video>.
This will show the video and I can play it.
The code for Allvideos {mp4}images/videos/video.mp4{/mp4} will produce the failure.
I checked your installation doc.
Any ida?
regards
Please Log in or Create an account to join the conversation.
- JoomlaWorks
- Offline
- Admin
Less
More
- Posts: 6219
3 years 11 months ago #177560
by JoomlaWorks
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by JoomlaWorks on topic No video with suported format and MIME type found
If you did check the documentation, you wouldn't use the .mp4 extension in the file name :)
Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Anne Lüders
- Offline
- New Member
Less
More
- Posts: 3
3 years 11 months ago #177579
by Anne Lüders
Replied by Anne Lüders on topic No video with suported format and MIME type found
Thx,
I was lead astray by this "{formatORprovider}filenameORvideoID{/formatORprovider}"
You're right it is: {mp4}summer/trip_to_paris{/mp4} !!!
But even this does not work in my setup. The failure remains.
My code is now {mp4}images/videos/video-name{/mp4} does not show the video in frontend. Html5 still works.
What's wrong?
I was lead astray by this "{formatORprovider}filenameORvideoID{/formatORprovider}"
You're right it is: {mp4}summer/trip_to_paris{/mp4} !!!
But even this does not work in my setup. The failure remains.
My code is now {mp4}images/videos/video-name{/mp4} does not show the video in frontend. Html5 still works.
What's wrong?
Please Log in or Create an account to join the conversation.
- Forum
- Free Joomla Extensions & Templates
- AllVideos
- No video with suported format and MIME type found