-
Notifications
You must be signed in to change notification settings - Fork 157
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
Sous-titrage vidéo #1487
Comments
Hello, I am able to reproduce this regression bug, thank you for reporting it! Note to developers: the web origin of both the
Example XHTML markup: <video xmlns="http://www.w3.org/1999/xhtml" id="video1" autoplay="" role="button" aria-controls="video1" controls="">
<source src="../video/shared-culture.mp4" type="video/mp4" />
<source src="../video/shared-culture.webm" type="video/webm" />
<track src="../captions/cc-en.vtt" srclang="en" kind="subtitles" label="English" />
<track src="../captions/cc-fr.vtt" srclang="fr" kind="subtitles" label="Français" />
<div class="errmsg">
<p>Your Reading System does not support (this) video.</p>
<pre><code>
<video id="video1"autoplay="" role="button" aria-controls="video1" controls="">
<source src="../video/shared-culture.mp4" type="video/mp4"></source>
<source src="../video/shared-culture.webm" type="video/webm"></source>
<track src="../captions/cc-en.vtt" srclang="en" kind="subtitles" label="English"></track>
<track src="../captions/cc-fr.vtt" srclang="fr" kind="subtitles" label="Français"></track>
</video>
</code></pre>
</div>
</video> |
Hello, the fix has been published, it will take a few minutes to propagate to the automated GitHub releases: |
Le sous-titrage des vidéos ne fonctionne plus.
The text was updated successfully, but these errors were encountered: