Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  test_BufferingWait_mp4.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/media/mediasource/test/test_BufferingWait_mp4.html


<!DOCTYPE html>
<html><head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
  <title>MSE: Don't get stuck buffering for too long when we have frames to show</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <script type="text/javascript" src="mediasource.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
</head>
<body>
<pre id="test"><script class="testbody" type="text/javascript">

SimpleTest.waitForExplicitFinish();

runWithMSE(async (ms, v) => {
  await once(ms, "sourceopen");
  ok(true, "Receive a sourceopen event");
  ms.addEventListener("sourceopen", () => ok(false, "No more sourceopen"));
  const sb = ms.addSourceBuffer("video/mp4");
  ok(sb, "Create a SourceBuffer");

  sb.addEventListener("error", e => {
    ok(false, "Got Error: " + e);
    SimpleTest.finish();
  });
  await fetchAndLoad(sb, "bipbop/bipbop", ["init"], ".mp4");
  await fetchAndLoad(sb, "bipbop/bipbop", ["1"], ".m4s");
  await fetchAndLoad(sb, "bipbop/bipbop", ["2"], ".m4s");
  /* Note - Missing |bipbop3| segment here corresponding to (1.622.41] */
  /* Note - Missing |bipbop4| segment here corresponding to (2.413.20]  */
  await fetchAndLoad(sb, "bipbop/bipbop", ["5"], ".m4s");
  // last audio sample has a start time of 1.578956s
  info("Playing video. It should play for a bit, then fire 'waiting'");
  v.play();
  await waitUntilTime(v, 1.57895);
  const firstStop = Date.now();
  await fetchAndLoad(sb, "bipbop/bipbop", ["3"], ".m4s");
  // last audio sample has a start time of 2.368435
  await waitUntilTime(v, 2.36843);
  const waitDuration = (Date.now() - firstStop) / 1000;
  ok(waitDuration < 15, `Should not spend inordinate amount of time buffering: ${waitDuration}`);
  await fetchAndLoad(sb, "bipbop/bipbop", ["4"], ".m4s");
  ms.endOfStream();
  await once(v, "ended");
  SimpleTest.finish();
});
</script>
</pre>
</body>
</html>

Messung V0.5 in Prozent
C=92 H=93 G=92

¤ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet am  2026-08-25) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002