Printable Version of Topic

Click here to view this topic in its original format

HTMLHelp Forums _ Graphics, Flash and Multimedia _ Adding <video> to web page Need Help

Posted by: Gordonsh Sep 6 2021, 10:45 AM

CODE
              <!---THIS SECTION BELOW IS NOT WORKING PLEASE HELP---->
            
            <p class="style12"><span class="style1"><span class="style1">Tennis Ball Roll August 29, 2021 10:34 AM<br><video controls preload="auto"  source src="http://www.magnoliarotary.org/2021-08-29-10-34-24.mp4" poster="http://www.magnoliarotary.org/videos/10 34 AM.jpg" width="500" controls></video></p>


            <video controls width="500" preload="auto"> <source src="http://www.magnoliarotary.org/2021-08-29-10-34-24.mp4" type="video/mp4">
   <div style="border: 1px solid black; padding: 8px;">
Sorry, your browser does not support the <video> tag used in this demo. </div> </video>

<p class="style12"><span class="style1"><span class="style1">Tennis Ball Roll August 29, 2021 10:34 AM

<video controls width="500" preload="auto">
  <source src="http://www.magnoliarotary.org/2021-08-29-10-38-30.mp4" type="video/mp4">
  <source src="http://www.magnoliarotary.org/2021-08-29-10-38-30.ogg" type="video/ogg">
Your browser does not support the video tag.
</video></p>

            <!--------END OF SECTION NOT WORKING ------>

When viewing in Edge or FireFox the controls are the only thing that appears. No video appears
Please help,
Thank you,
Gordon


Attached File(s)
Attached File  newsletter.html ( 14.66k ) Number of downloads: 353

Posted by: pandy Sep 6 2021, 11:03 AM

I get sound but no video. Should I see imagery too? It's the same if I call the files up directly in the browser, for example http://www.magnoliarotary.org/2021-08-29-10-34-24.mp4 .

Posted by: Gordonsh Sep 6 2021, 12:08 PM

QUOTE(pandy @ Sep 6 2021, 09:03 AM) *

I get sound but no video. Should I see imagery too? It's the same if I call the files up directly in the browser, for example http://www.magnoliarotary.org/2021-08-29-10-34-24.mp4 .


Yes, you should see video also. That's my problem with the code.
Gordon

Posted by: pandy Sep 6 2021, 12:22 PM

But there is no video if I load the video files directly in a browser either. Do you see video if you go to http://www.magnoliarotary.org/2021-08-29-10-34-24.mp4 ?

I downloaded the mp4 and it plays fine in a desktop player. I don't know enough about video to guess why this is happening. Are there several possible encodings and some are not supported by browsers maybe?

Posted by: Gordonsh Sep 6 2021, 03:24 PM

QUOTE(pandy @ Sep 6 2021, 10:22 AM) *

But there is no video if I load the video files directly in a browser either. Do you see video if you go to http://www.magnoliarotary.org/2021-08-29-10-34-24.mp4 ?

I downloaded the mp4 and it plays fine in a desktop player. I don't know enough about video to guess why this is happening. Are there several possible encodings and some are not supported by browsers maybe?

I get the same thing you do. I can play them on my computer but when I go to the link at the website it doesn't display the video and I can hear the audio.
This is the problem I cannot figure out.
What do you think?

Posted by: Gordonsh Sep 6 2021, 03:26 PM

QUOTE(Gordonsh @ Sep 6 2021, 01:24 PM) *

QUOTE(pandy @ Sep 6 2021, 10:22 AM) *

But there is no video if I load the video files directly in a browser either. Do you see video if you go to http://www.magnoliarotary.org/2021-08-29-10-34-24.mp4 ?

I downloaded the mp4 and it plays fine in a desktop player. I don't know enough about video to guess why this is happening. Are there several possible encodings and some are not supported by browsers maybe?

I get the same thing you do. I can play them on my computer but when I go to the link at the website it doesn't display the video and I can hear the audio.
This is the problem I cannot figure out.
What do you think?

I have them in mp4 and ogg format on the website.

Posted by: pandy Sep 6 2021, 03:47 PM

Well, as said I'm not into video at all, but since the problem isn't only when the video is embedded in your HTML page but also when we load it directly in a browser, the problem must be with the video itself. But *what* the problem is I do not know.

Posted by: Gordonsh Sep 6 2021, 08:33 PM

QUOTE(pandy @ Sep 6 2021, 01:47 PM) *

Well, as said I'm not into video at all, but since the problem isn't only when the video is embedded in your HTML page but also when we load it directly in a browser, the problem must be with the video itself. But *what* the problem is I do not know.

Thank you for trying.

Powered by Invision Power Board (http://www.invisionboard.com)
© Invision Power Services (http://www.invisionpower.com)