Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sirfnomi opened this issue Jun 27, 2024 · 0 comments
Open

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

sirfnomi opened this issue Jun 27, 2024 · 0 comments
Labels

Comments

@sirfnomi
Copy link

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

  • Commit: [Dev build 03-06-2024]
  • Server version: [v2.4.x]
  • Operating system: [Windows 10]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant