stream fix for webkit

This commit is contained in:
Devaev Maxim
2018-11-05 04:09:13 +03:00
parent ab437d402b
commit ca52f12378
4 changed files with 58 additions and 15 deletions

View File

@@ -62,6 +62,13 @@ const char *HTML_INDEX_PAGE = " \
Enable workaround for Chromium/Blink \
<a href=\"https://bugs.chromium.org/p/chromium/issues/detail?id=527446\">Bug #527446</a>. \
</li> \
<br> \
<li> \
<i>dual_final_frames=1</i><br> \
Enable workaround for Safari/WebKit bug when using option --drop-same-frames.<br> \
Without this option, when the frame series is completed, WebKit-based browser<br> \
renders the last one with a delay. \
</li> \
</ul> \
</li> \
<br> \

View File

@@ -35,6 +35,13 @@
Enable workaround for Chromium/Blink
<a href=\"https://bugs.chromium.org/p/chromium/issues/detail?id=527446\">Bug #527446</a>.
</li>
<br>
<li>
<i>dual_final_frames=1</i><br>
Enable workaround for Safari/WebKit bug when using option --drop-same-frames.<br>
Without this option, when the frame series is completed, WebKit-based browser<br>
renders the last one with a delay.
</li>
</ul>
</li>
<br>