@norskvideo/moq-watch 0.1.2 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (102) hide show
  1. package/README.md +1 -2
  2. package/audio/buffer.d.ts +8 -0
  3. package/audio/buffer.d.ts.map +1 -1
  4. package/audio/decoder.d.ts +25 -15
  5. package/audio/decoder.d.ts.map +1 -1
  6. package/audio/emitter.d.ts +13 -10
  7. package/audio/emitter.d.ts.map +1 -1
  8. package/audio/handover.d.ts +16 -0
  9. package/audio/handover.d.ts.map +1 -0
  10. package/audio/index.d.ts +0 -2
  11. package/audio/index.d.ts.map +1 -1
  12. package/audio/render.d.ts +10 -1
  13. package/audio/render.d.ts.map +1 -1
  14. package/audio/ring-buffer.d.ts +7 -0
  15. package/audio/ring-buffer.d.ts.map +1 -1
  16. package/audio/shared-ring-buffer.d.ts +30 -2
  17. package/audio/shared-ring-buffer.d.ts.map +1 -1
  18. package/audio/source.d.ts +21 -17
  19. package/audio/source.d.ts.map +1 -1
  20. package/audio/subscription.d.ts +10 -0
  21. package/audio/subscription.d.ts.map +1 -0
  22. package/audio/terminal.d.ts +36 -0
  23. package/audio/terminal.d.ts.map +1 -0
  24. package/audio/unlock.d.ts +20 -0
  25. package/audio/unlock.d.ts.map +1 -0
  26. package/audio/warmup.d.ts +9 -0
  27. package/audio/warmup.d.ts.map +1 -0
  28. package/broadcast.d.ts +21 -61
  29. package/broadcast.d.ts.map +1 -1
  30. package/element.d.ts +45 -12
  31. package/element.d.ts.map +1 -1
  32. package/element.js +190 -95
  33. package/element.js.map +1 -1
  34. package/index.d.ts +9 -6
  35. package/index.d.ts.map +1 -1
  36. package/index.js +24 -5
  37. package/index.js.map +1 -0
  38. package/msf.d.ts.map +1 -1
  39. package/package.json +5 -6
  40. package/source-lWNGIbmd.js +1722 -0
  41. package/source-lWNGIbmd.js.map +1 -0
  42. package/support/element.d.ts.map +1 -1
  43. package/support/element.js.map +1 -1
  44. package/support/index.d.ts +3 -3
  45. package/support/index.d.ts.map +1 -1
  46. package/support/index.js +18 -17
  47. package/support/index.js.map +1 -1
  48. package/sync-DNQkgnlX.js +132 -0
  49. package/sync-DNQkgnlX.js.map +1 -0
  50. package/sync.d.ts +42 -22
  51. package/sync.d.ts.map +1 -1
  52. package/ui/components/buffer-control.d.ts +1 -1
  53. package/ui/components/buffer-control.d.ts.map +1 -1
  54. package/ui/components/fullscreen-button.d.ts +1 -2
  55. package/ui/components/fullscreen-button.d.ts.map +1 -1
  56. package/ui/components/play-pause.d.ts +1 -1
  57. package/ui/components/play-pause.d.ts.map +1 -1
  58. package/ui/element.d.ts.map +1 -1
  59. package/ui/element.js +269 -265
  60. package/ui/element.js.map +1 -1
  61. package/ui/fullscreen.d.ts +1 -2
  62. package/ui/fullscreen.d.ts.map +1 -1
  63. package/video/config.d.ts +17 -0
  64. package/video/config.d.ts.map +1 -0
  65. package/video/decoder.d.ts +42 -16
  66. package/video/decoder.d.ts.map +1 -1
  67. package/video/index.d.ts +0 -2
  68. package/video/index.d.ts.map +1 -1
  69. package/video/playhead.d.ts +31 -0
  70. package/video/playhead.d.ts.map +1 -0
  71. package/video/presentation.d.ts +16 -0
  72. package/video/presentation.d.ts.map +1 -0
  73. package/video/renderer.d.ts +14 -17
  74. package/video/renderer.d.ts.map +1 -1
  75. package/video/source.d.ts +23 -20
  76. package/video/source.d.ts.map +1 -1
  77. package/audio/backend.d.ts +0 -26
  78. package/audio/backend.d.ts.map +0 -1
  79. package/audio/mse.d.ts +0 -22
  80. package/audio/mse.d.ts.map +0 -1
  81. package/audio/ring-buffer.test.d.ts +0 -2
  82. package/audio/ring-buffer.test.d.ts.map +0 -1
  83. package/audio/shared-ring-buffer.test.d.ts +0 -2
  84. package/audio/shared-ring-buffer.test.d.ts.map +0 -1
  85. package/backend.d.ts +0 -65
  86. package/backend.d.ts.map +0 -1
  87. package/broadcast-BY0pAaOe.js +0 -1706
  88. package/broadcast-BY0pAaOe.js.map +0 -1
  89. package/buffered.d.ts +0 -19
  90. package/buffered.d.ts.map +0 -1
  91. package/mse.d.ts +0 -19
  92. package/mse.d.ts.map +0 -1
  93. package/sync-D67IxmxJ.js +0 -128
  94. package/sync-D67IxmxJ.js.map +0 -1
  95. package/sync.test.d.ts +0 -2
  96. package/sync.test.d.ts.map +0 -1
  97. package/video/backend.d.ts +0 -25
  98. package/video/backend.d.ts.map +0 -1
  99. package/video/mse.d.ts +0 -23
  100. package/video/mse.d.ts.map +0 -1
  101. package/video/source.test.d.ts +0 -2
  102. package/video/source.test.d.ts.map +0 -1
package/index.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,IAAI,MAAM,WAAW,CAAC;AAClC,OAAO,KAAK,IAAI,MAAM,WAAW,CAAC;AAClC,OAAO,KAAK,GAAG,MAAM,UAAU,CAAC;AAChC,qCAAqC;AACrC,OAAO,KAAK,IAAI,MAAM,UAAU,CAAC;AACjC,OAAO,KAAK,OAAO,MAAM,cAAc,CAAC;AACxC,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AACjC,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,OAAO,KAAK,GAAG,MAAM,OAAO,CAAC;AAC7B,cAAc,QAAQ,CAAC;AACvB,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AACH,OAAO,KAAK,IAAI,MAAM,WAAW,CAAC;AAElC,YAAY,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AACzE,OAAO,KAAK,GAAG,MAAM,UAAU,CAAC;AAChC,OAAO,KAAK,OAAO,MAAM,cAAc,CAAC;AACxC,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,QAAQ,CAAC;AACvB,OAAO,KAAK,KAAK,MAAM,SAAS,CAAC"}
package/index.js CHANGED
@@ -1,7 +1,26 @@
1
- import { a as e, c as t, i as n, n as r, o as i, r as a, s as o, t as s } from "./broadcast-BY0pAaOe.js";
2
- import { n as c, r as l, t as u } from "./sync-D67IxmxJ.js";
3
- import * as d from "@norskvideo/moq-hang";
4
- import * as f from "@norskvideo/moq-json";
1
+ import { a as e, c as t, i as n, l as r, n as i, o as a, r as o, s, t as c } from "./source-lWNGIbmd.js";
2
+ import { n as l, r as u, t as d } from "./sync-DNQkgnlX.js";
3
+ import * as f from "@norskvideo/moq-hang";
5
4
  import * as p from "@norskvideo/moq-net";
6
5
  import * as m from "@norskvideo/moq-signals";
7
- export { o as Audio, s as Broadcast, r as CATALOG_FORMATS, d as Hang, f as Json, p as Lite, p as Net, i as Mse, n as MultiBackend, m as Signals, u as Sync, e as Video, c as latencyBounds, l as latencyFromBounds, a as parseCatalogFormat, t as timeRangesToArray };
6
+ //#region \0rolldown/runtime.js
7
+ var h = Object.defineProperty, g = (e, t) => {
8
+ let n = {};
9
+ for (var r in e) h(n, r, {
10
+ get: e[r],
11
+ enumerable: !0
12
+ });
13
+ return t || h(n, Symbol.toStringTag, { value: "Module" }), n;
14
+ }, _ = /* @__PURE__ */ g({
15
+ Decoder: () => r,
16
+ Emitter: () => t,
17
+ Source: () => s
18
+ }), v = /* @__PURE__ */ g({
19
+ Decoder: () => o,
20
+ Renderer: () => i,
21
+ Source: () => c
22
+ });
23
+ //#endregion
24
+ export { _ as Audio, n as Broadcast, e as CATALOG_FORMATS, f as Hang, p as Net, m as Signals, d as Sync, v as Video, l as latencyBounds, u as latencyFromBounds, a as parseCatalogFormat };
25
+
26
+ //# sourceMappingURL=index.js.map
package/index.js.map ADDED
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","names":[],"sources":["../src/audio/index.ts","../src/video/index.ts"],"sourcesContent":["export * from \"./decoder\";\nexport * from \"./emitter\";\nexport * from \"./source\";\n","export * from \"./decoder\";\nexport * from \"./renderer\";\nexport * from \"./source\";\n"],"mappings":""}
package/msf.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"msf.d.ts","sourceRoot":"","sources":["../src/msf.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAElD,OAAO,KAAK,KAAK,GAAG,MAAM,UAAU,CAAC;AA6ErC,qDAAqD;AACrD,wBAAgB,MAAM,CAAC,GAAG,EAAE,GAAG,CAAC,OAAO,GAAG,OAAO,CAAC,IAAI,CAyBrD"}
1
+ {"version":3,"file":"msf.d.ts","sourceRoot":"","sources":["../src/msf.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAElD,OAAO,KAAK,KAAK,GAAG,MAAM,UAAU,CAAC;AAwFrC,qDAAqD;AACrD,wBAAgB,MAAM,CAAC,GAAG,EAAE,GAAG,CAAC,OAAO,GAAG,OAAO,CAAC,IAAI,CAyBrD"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@norskvideo/moq-watch",
3
3
  "type": "module",
4
- "version": "0.1.2",
4
+ "version": "0.1.4",
5
5
  "description": "Watch Media over QUIC broadcasts",
6
6
  "license": "(MIT OR Apache-2.0)",
7
7
  "repository": "github:moq-dev/moq",
@@ -33,10 +33,9 @@
33
33
  "./support/element.js"
34
34
  ],
35
35
  "dependencies": {
36
- "@norskvideo/moq-hang": "^0.1.2",
37
- "@norskvideo/moq-json": "^0.1.2",
38
- "@norskvideo/moq-net": "^0.1.2",
39
- "@norskvideo/moq-msf": "^0.1.2",
40
- "@norskvideo/moq-signals": "^0.1.2"
36
+ "@norskvideo/moq-hang": "^0.1.4",
37
+ "@norskvideo/moq-net": "^0.1.4",
38
+ "@norskvideo/moq-msf": "^0.1.4",
39
+ "@norskvideo/moq-signals": "^0.1.4"
41
40
  }
42
41
  }