Jump to content

How to have video image on video


newcoder1010

Recommended Posts

Do you know what format your video is?

 

It seems that the format that has the widest compatibility among browsers is H.264 video and MP3 audio in an MP4 container.

Link to comment
Share on other sites

I tried with the below code. No luck. I tried to upload image but I get this error " You have exceeded your allotted disk space for attachments"

 

https://drive.google.com/file/d/0B7xIEuVi005ycE9pWGhtRWtOdWc/view?usp=sharing

<video width="320" height="240" controls poster="W34.png"> // i get image but video problem remain same
  <source src="11.mp4" type="video/mp4">
</video>

<video width="320" height="240" controls preload="auto" >
  <source src="11.mp4" type="video/mp4">
</video>
Edited by newcoder1010
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...