Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

207
Views
HTML video audio working but video is blank

Im trying to view a video with html but it doesnt work. The audio plays but the video stays blank. The video is an mp4 https://videos.laxnode.net/uploads/5qco8ocZli/4-Legged-Spoungebob-1.mp4. it works if you download it and view it though (dont question it, friend made it). I uploaded it to youtube and downloaded it again and it worked then to maybe its something with codec? if it is how could I fix it?

html

<video width="960" height="620" controls>
        <source src=<?=$videofile?> type="video/mp4">
        Your browser does not support the video tag.
</video>
over 4 years ago · Santiago Trujillo
3 answers
Answer question

0

If you convert your file to H.264 this will work, use this converter: https://www.ofoct.com/video-converter/convert-to-h-264-video.html

I've just tested it and the video plays.

over 4 years ago · Santiago Trujillo Report

0

You miss quote after src=

Its should be:

<video width="960" height="620" controls>
        <source src="<?=$videofile?>" type="video/mp4">
        Your browser does not support the video tag.
</video>

Change your tag with w3schools video:

<video width="960" height="620" controls>
            <source src="https://www.w3schools.com/html/movie.mp4" type="video/mp4">
            Your browser does not support the video tag.
</video>

Your video is also corrupt. Solution is: Convert with some mp4 converter.

Yes, i saw your red spongebob with 4 leg in paint :D

over 4 years ago · Santiago Trujillo Report

0

It seems your video file is corrupt, have you tried a converter?

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!