CARVIEW |
Select Language
HTTP/2 200
date: Sat, 26 Jul 2025 01:52:56 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/videojs/http-streaming.git
etag: W/"bac0903dbeb53225506f7858493bca3f"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=gWnvV4qIqfDSgfadErl2FH4xKURaxoGW%2FNRiqmzh%2BL8rFyxfken56x%2FLw2UH6FrpJSzCq4d4CKJQY%2FXJBoNPKUcd7JCduLdWTBhanfNkjblOLBXQ20MxiohWhuxkmmc8UwCGeiTd%2F5iXHLdEh4mYXthQ6sHR5wc870bONYbDjouepwG7MUiJHKUCZDx66zMdnX9kq1exzrl3G1D7%2Fzlpzhfd6MnwFgdRvaA6sxjvuyvqsz45hLXNV4NLf8wqVwS0AcusQ2oW0oEiY1IN%2BVW%2BPw%3D%3D--mInEatAaX5NrVAWe--2SbqusV%2F3AXEvS%2Fzwtqgrg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1167767942.1753494774; Path=/; Domain=github.com; Expires=Sun, 26 Jul 2026 01:52:54 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sun, 26 Jul 2026 01:52:54 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: DEBA:1AEE08:A40C0:1039A7:688434F6
feat: Add experimental support for ManagedMediaSource (#1453) · videojs/http-streaming@247047a · GitHub
Copy file name to clipboardExpand all lines: src/videojs-http-streaming.js
Copy file name to clipboardExpand all lines: test/playlist-controller.test.js
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 433
Commit 247047a
authored
feat: Add experimental support for ManagedMediaSource (#1453)
Adds basic support for ManagedMediaSource. Must be enabled with the `useManagedMediaSource` VHS option.
Does not implement an alternate AirPlay source - this requires a more significant change, to add two source els. This means remote playback has to be disabled on the video el when using MMS.
Event listeners for advanced control are not yet implemented - `startstreaming`, `endstreaming`, `qualitychange`1 parent dba1b79 commit 247047aCopy full SHA for 247047a
File tree
Expand file treeCollapse file tree
7 files changed
+86
-6
lines changedFilter options
- scripts
- src
- test
Expand file treeCollapse file tree
7 files changed
+86
-6
lines changed+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
| 44 | + | |
44 | 45 |
| |
45 | 46 |
| |
46 | 47 |
| |
| |||
349 | 350 |
| |
350 | 351 |
| |
351 | 352 |
| |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
352 | 361 |
| |
353 | 362 |
| |
354 | 363 |
| |
|
+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
180 | 185 |
| |
181 | 186 |
| |
182 | 187 |
| |
| |||
274 | 279 |
| |
275 | 280 |
| |
276 | 281 |
| |
| 282 | + | |
277 | 283 |
| |
278 | 284 |
| |
279 | 285 |
| |
|
+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
471 | 471 |
| |
472 | 472 |
| |
473 | 473 |
| |
| 474 | + | |
474 | 475 |
| |
475 | 476 |
| |
476 | 477 |
| |
| |||
521 | 522 |
| |
522 | 523 |
| |
523 | 524 |
| |
| 525 | + | |
524 | 526 |
| |
525 | 527 |
| |
526 | 528 |
| |
| |||
587 | 589 |
| |
588 | 590 |
| |
589 | 591 |
| |
| 592 | + | |
590 | 593 |
| |
591 | 594 |
| |
592 | 595 |
| |
| |||
602 | 605 |
| |
603 | 606 |
| |
604 | 607 |
| |
| 608 | + | |
605 | 609 |
| |
606 | 610 |
| |
607 | 611 |
| |
| |||
612 | 616 |
| |
613 | 617 |
| |
614 | 618 |
| |
615 |
| - | |
616 | 619 |
| |
617 | 620 |
| |
618 | 621 |
| |
|
+10-2Lines changed: 10 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
165 | 165 |
| |
166 | 166 |
| |
167 | 167 |
| |
168 |
| - | |
| 168 | + | |
| 169 | + | |
169 | 170 |
| |
170 | 171 |
| |
171 | 172 |
| |
| |||
210 | 211 |
| |
211 | 212 |
| |
212 | 213 |
| |
213 |
| - | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
214 | 222 |
| |
215 | 223 |
| |
216 | 224 |
| |
|
src/videojs-http-streaming.js
Copy file name to clipboardExpand all lines: src/videojs-http-streaming.js+9-3Lines changed: 9 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1369 | 1369 |
| |
1370 | 1370 |
| |
1371 | 1371 |
| |
| 1372 | + | |
| 1373 | + | |
| 1374 | + | |
| 1375 | + | |
| 1376 | + | |
1372 | 1377 |
| |
1373 | 1378 |
| |
1374 | 1379 |
| |
| |||
1403 | 1408 |
| |
1404 | 1409 |
| |
1405 | 1410 |
| |
1406 |
| - | |
1407 |
| - | |
| 1411 | + | |
| 1412 | + | |
| 1413 | + | |
1408 | 1414 |
| |
1409 | 1415 |
| |
1410 | 1416 |
| |
1411 | 1417 |
| |
1412 |
| - | |
| 1418 | + | |
1413 | 1419 |
| |
1414 | 1420 |
| |
1415 | 1421 |
| |
|
test/playlist-controller.test.js
Copy file name to clipboardExpand all lines: test/playlist-controller.test.js+36Lines changed: 36 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
| |
| |||
7657 | 7658 |
| |
7658 | 7659 |
| |
7659 | 7660 |
| |
| 7661 | + | |
| 7662 | + | |
| 7663 | + | |
| 7664 | + | |
| 7665 | + | |
| 7666 | + | |
| 7667 | + | |
| 7668 | + | |
| 7669 | + | |
| 7670 | + | |
| 7671 | + | |
| 7672 | + | |
| 7673 | + | |
| 7674 | + | |
| 7675 | + | |
| 7676 | + | |
| 7677 | + | |
| 7678 | + | |
| 7679 | + | |
| 7680 | + | |
| 7681 | + | |
| 7682 | + | |
| 7683 | + | |
| 7684 | + | |
| 7685 | + | |
| 7686 | + | |
| 7687 | + | |
| 7688 | + | |
| 7689 | + | |
| 7690 | + | |
| 7691 | + | |
| 7692 | + | |
| 7693 | + | |
| 7694 | + | |
| 7695 | + |
+12Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
166 | 166 |
| |
167 | 167 |
| |
168 | 168 |
| |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
169 | 181 |
| |
170 | 182 |
| |
171 | 183 |
| |
|
You can’t perform that action at this time.
0 commit comments