Hi @lvlasked.
This is in addition to the suggestions of Robert and Tutrix. I actually also have experienced that in my forum as well. I had to do a workaround on the videos, but it is a very "manual" process. At first. (Teach your forum users with a "How To" so they can also do this and lesser work for us admins. 🙂
Here's what I did:
trim.CA61BB6F-0178-420F.mov
Just change it to a filename like MyNewVideo.mp4
Then reupload it to your website.
<div id="wpfa-3340" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//www.YOURWEBSITE.com/wp-content/uploads/wpforo/default_attachments/1589954065-trim.CA61BB6F-0178-420F.mov" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> trim.CA61BB6F-0178-420F.mov</a></div>
Hi there,
I have the exact same problem as Ivlasked but the video which are being uploaded are .mp4 format.
I have this markup :
<video src="https://safga.eu/wp-content/uploads/wpforo/attachments/27/1108-TL050720-15mMP4-1.mp4" controls="" alt="TL050720 15mMP4 (1)" title="TL050720 15mMP4 (1)"></video>
They don't display on a PC but do on an iPhone.
By the way, I did some test : I uploaded an iPhone video in .MOV format and it worked perfectly on the forum.
This is the Html I get :
<video src="https://safga.eu/wp-content/uploads/wpforo/attachments/1/1112-IMG0003.MOV" controls="" alt="IMG 0003" title="IMG 0003"></video>
Is there a way to help my users ?