CasparCG / server

CasparCG Server is a Windows and Linux software used to play out professional graphics, audio and video to multiple outputs. It has been in 24/7 broadcast production since 2006. Ready-to-use downloads are available under the Releases tab https://casparcg.com.
GNU General Public License v3.0
905 stars 268 forks source link

Bug: Server is not playing Mp4 video in HTML video tag #1551

Closed sirfnomi closed 2 days ago

sirfnomi commented 3 months ago

Observed Behavior

casparcg server is not playing mp4 video in HTML video tag, tested it in chrome it is playing fine.

<!DOCTYPE html>
<html>
<head>
  <title>testmp4</title>
</head>
<body style="overflow: hidden;">
  <div style="font-size: 36px; color: red;">MP4 TEST</div>
  <video src="https://www.w3schools.com/tags/movie.mp4" style="position: relative; top: 0; left: 0; width: 400px; height: 300px; " controls autoplay loop muted></video>
</body>
</html> 

Expected behaviour

It should play as it is on chrome

Steps to reproduce

Steps ...

Environment

Julusian commented 2 days ago

See #350 for more discussion on this