@volcengine/veplayer-plugin 2.9.3-rc.1 → 2.10.0-rc.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volcengine/veplayer-plugin",
3
- "version": "2.9.3-rc.1",
3
+ "version": "2.10.0-rc.0",
4
4
  "main": "./umd/index.production.js",
5
5
  "module": "./esm/index.production.js",
6
6
  "browser": "./umd/index.production.js",
@@ -4335,7 +4335,6 @@
4335
4335
  format: "%d %d"
4336
4336
  }],
4337
4337
  c: [{
4338
- // c=IN IP4 10.47.197.26
4339
4338
  name: "connection",
4340
4339
  reg: /^IN IP(\d) (\S*)/,
4341
4340
  names: ["version", "ip"],
@@ -4653,7 +4652,6 @@
4653
4652
  },
4654
4653
  {
4655
4654
  // RFC4570
4656
- // a=source-filter: incl IN IP4 239.5.2.31 10.1.15.5
4657
4655
  name: "sourceFilter",
4658
4656
  reg: /^source-filter: *(excl|incl) (\S*) (IP4|IP6|\*) (\S*) (.*)/,
4659
4657
  names: ["filterMode", "netType", "addressTypes", "destAddress", "srcList"],