@volcengine/veplayer-plugin 2.9.3-rc.1 → 2.9.3-rc.2
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/esm/index.development.js
CHANGED
|
@@ -30287,7 +30287,6 @@ var grammar$1 = grammar$2.exports = {
|
|
|
30287
30287
|
format: "%d %d"
|
|
30288
30288
|
}],
|
|
30289
30289
|
c: [{
|
|
30290
|
-
// c=IN IP4 10.47.197.26
|
|
30291
30290
|
name: "connection",
|
|
30292
30291
|
reg: /^IN IP(\d) (\S*)/,
|
|
30293
30292
|
names: ["version", "ip"],
|
|
@@ -30605,7 +30604,6 @@ var grammar$1 = grammar$2.exports = {
|
|
|
30605
30604
|
},
|
|
30606
30605
|
{
|
|
30607
30606
|
// RFC4570
|
|
30608
|
-
// a=source-filter: incl IN IP4 239.5.2.31 10.1.15.5
|
|
30609
30607
|
name: "sourceFilter",
|
|
30610
30608
|
reg: /^source-filter: *(excl|incl) (\S*) (IP4|IP6|\*) (\S*) (.*)/,
|
|
30611
30609
|
names: ["filterMode", "netType", "addressTypes", "destAddress", "srcList"],
|
|
@@ -4331,7 +4331,6 @@ var grammar$1 = grammar$2.exports = {
|
|
|
4331
4331
|
format: "%d %d"
|
|
4332
4332
|
}],
|
|
4333
4333
|
c: [{
|
|
4334
|
-
// c=IN IP4 10.47.197.26
|
|
4335
4334
|
name: "connection",
|
|
4336
4335
|
reg: /^IN IP(\d) (\S*)/,
|
|
4337
4336
|
names: ["version", "ip"],
|
|
@@ -4649,7 +4648,6 @@ var grammar$1 = grammar$2.exports = {
|
|
|
4649
4648
|
},
|
|
4650
4649
|
{
|
|
4651
4650
|
// RFC4570
|
|
4652
|
-
// a=source-filter: incl IN IP4 239.5.2.31 10.1.15.5
|
|
4653
4651
|
name: "sourceFilter",
|
|
4654
4652
|
reg: /^source-filter: *(excl|incl) (\S*) (IP4|IP6|\*) (\S*) (.*)/,
|
|
4655
4653
|
names: ["filterMode", "netType", "addressTypes", "destAddress", "srcList"],
|
package/package.json
CHANGED
|
@@ -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"],
|