We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
It should play as it is on chrome
Steps ...
The text was updated successfully, but these errors were encountered:
See #350 for more discussion on this
Sorry, something went wrong.
No branches or pull requests
Observed Behavior
casparcg server is not playing mp4 video in HTML video tag, tested it in chrome it is playing fine.
Expected behaviour
It should play as it is on chrome
Steps to reproduce
Steps ...
Environment
The text was updated successfully, but these errors were encountered: