<div dir="auto"><span style="font-family:sans-serif;font-size:12.8px">"No video with supported format and MIME type found.</span><div dir="auto"><span style="font-family:sans-serif;font-size:12.8px"><br></span></div><div dir="auto"><span style="font-family:sans-serif;font-size:12.8px">If you are getting this error, your video is probably not in mp4 format, while you can link any video file, html5 will only work with certain videos formats. It might be named mp4 but you'll need to check.</span></div><div dir="auto"><span style="font-family:sans-serif;font-size:12.8px"><br></span></div><div dir="auto"><span style="font-family:sans-serif;font-size:12.8px">You can still right click and copy link location and then and then paste that into VLC open network stream menu</span></div><div dir="auto"><span style="font-family:sans-serif;font-size:12.8px"><br></span></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, May 9, 2020, 4:49 PM Joe Lowder via PLUG-discuss <<a href="mailto:plug-discuss@lists.phxlinux.org">plug-discuss@lists.phxlinux.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks Brian, but I had read that page and tried to<br>
implement everything suggested there. Couldn't get<br>
any of it to work. The article describes doing this<br>
on a windows box and I'm on Linux.<br>
<br>
<li><a href="C:\Videos\splash.mp4">Splash 3</a><br>
<li><a href="file:///C:\Videos\splash.mp4">Splash 4</a><br>
<li><a href="file://///server/folders/x/x/splash.mp4">Splash 5</a><br>
<br>
The code I shared in my original question did use<br>
similar syntax to what the article suggests, but<br>
it doesn't work. The closest I got was a result<br>
that showed the following message:<br>
<br>
"No video with supported format and MIME type found."<br>
<br>
<br>
-----------<br>
May 9, 2020 12:41 am, Brian Cluff via PLUG-discuss wrote:<br>
> I believe this page has a well worded answer to your question:<br>
> <a href="https://stackoverflow.com/questions/18246053/how-can-i-create-a-link-to-a" rel="noreferrer noreferrer" target="_blank">https://stackoverflow.com/questions/18246053/how-can-i-create-a-link-to-a</a><br>
> -local-file-on-a-locally-run-web-page/18246357<br>
><br>
> Brian Cluff<br>
<br>
-----------<br>
> On 5/8/20 11:14 PM, Joe Lowder via PLUG-discuss wrote:<br>
><br>
>> How can I get the simple html menu<br>
>> (example code shown below) work to view mp4 videos<br>
>> from a menu link on my local computer in the same way that I can view<br>
>> jpg images (and when all the same files are uploaded as at this link:<br>
>><br>
>> <a href="https://upquick.com/viewpix/" rel="noreferrer noreferrer" target="_blank">https://upquick.com/viewpix/</a><br>
>><br>
>> Below is the simple code example:<br>
>><br>
>> Click to view each image:<p><br>
>><br>
>> <li><a href=the-end.jpg>the end</a><br>
>> <li><a href=todolist.jpg>todo list</a><br>
>> <li><a href=together.jpg>together</a><br>
>> <li><a href=toiletpaper.jpg>toilet paper</a><br>
>> <li><a href=tpweddingdress.jpg>TP wedding dress</a><br>
>> <li><a href=turkey-bacon.jpg>Turkey Bacon</a><br>
>> <p><br>
>> But none of the examples below work on my computer. Why?<br>
>> <li><a href="splash.mp4">Splash 1</a><br>
>> <li><a href="file:///splash.mp4">Splash 2</a><br>
>> <li><a href="vlc splash.mp4">On the command line this works: vlc<br>
>> splash.mp4 </a> <p><br>
>> What would be the simplest code to be able to<br><br>
>> just click on a menu link to view an mp4 video?<br>
<br>
<br>
---------------------------------------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank" rel="noreferrer">PLUG-discuss@lists.phxlinux.org</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="https://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer noreferrer" target="_blank">https://lists.phxlinux.org/mailman/listinfo/plug-discuss</a></blockquote></div>