Update hosted web MoQ watcher
This commit is contained in:
parent
978f1444df
commit
7c9980667a
2 changed files with 30 additions and 3 deletions
|
|
@ -4,10 +4,11 @@
|
|||
// It is intentionally dependency-light: no framework, no bundler.
|
||||
|
||||
const DEFAULT_RELAY_URL = "https://cdn.moq.dev/anon";
|
||||
const MOQ_WATCH_VERSION = "0.2.10";
|
||||
const MOQ_WATCH_MODULE_URLS = [
|
||||
"https://esm.sh/@moq/watch@0.2.0/element",
|
||||
"https://cdn.jsdelivr.net/npm/@moq/watch@0.2.0/element/+esm",
|
||||
"https://unpkg.com/@moq/watch@0.2.0/element.js?module",
|
||||
`https://esm.sh/@moq/watch@${MOQ_WATCH_VERSION}/element`,
|
||||
`https://cdn.jsdelivr.net/npm/@moq/watch@${MOQ_WATCH_VERSION}/element/+esm`,
|
||||
`https://unpkg.com/@moq/watch@${MOQ_WATCH_VERSION}/element.js?module`,
|
||||
];
|
||||
const HLS_MODULE_URLS = [
|
||||
"https://esm.sh/hls.js@1.6.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue