Hi,
I am using Blue Griffin to build a web site and and trying to add some MP4 videos to the page.
This is the code I am using
and the browser is showing the player with..Code:<video class="tab" controls="controls">Your browser does not support the <video> tag. <source src="VIDEO/Andy-Funeral%20Director-426.mp4" width="”500”" height="”400”"> </video>
The videos play on VLC etc.Code:No video with supported format and MIME type found.
What could I do to fix.
Thanks
oz
+ Reply to Thread
Results 1 to 7 of 7
-
-
The code implies you have a sub-folder named "VIDEO" so try "\VIDEO\........."
But private hosting of video is not a good idea. -
Thank you guys. Tried both but still no go.
I have contacted support, maybe they have turned something off to play vids.
Will get back. -
I don't know if it's any help but the attached works for me. And using "-" in filenames doesn't.
-
Assuming now that you have the video properly named and in the correct folder the error msg could be browser related.
I recall a topic a year or so ago where the author had similar issues and video would only play on certain browsers. Of course you want your site to be browser-friendly and play in practically all. -
Take a look at this HTML code guide
https://www.w3schools.com/tags/tag_video.asp
You appear to be lacking the 'type' tag
I found the topic I was referring to but most of it is not relevant to your issue.
Similar Threads
-
ffmpeg: Concatenating MP4 files adding chapters for each one
By Keyser in forum Video ConversionReplies: 6Last Post: 12th May 2022, 17:19 -
Adding subs and chapters to mp4
By rumblylwc in forum SubtitleReplies: 17Last Post: 10th Nov 2021, 09:27 -
Adding a Subtitle(srt) to and MP4 Video File
By MHHMHH in forum Newbie / General discussionsReplies: 25Last Post: 25th Jan 2021, 11:46 -
Adding Chapters To Mp4 File
By wulf109 in forum Video ConversionReplies: 5Last Post: 6th Sep 2017, 21:35 -
Remux mp4 adding subtitle - PLEASE HELP
By maverickluke in forum SubtitleReplies: 17Last Post: 18th May 2017, 13:10