- Notifications
You must be signed in to change notification settings - Fork1.8k
Commit7367daf
committed
Increase requirements for Plan-B detection
Before a SessionDescription was assumed to be Plan-B if it contained aMediaName of `audio` or `video`. This PR Changes that behavior.If SDPSemantics is UnifiedPlan the SessionDescription must contain aMediaDescription with two SSRCes to be considered a Plan-B. Before ifthe MediaDescription had name of `audio` or `video` it was assumed to bePlan-B.If SDPSemantics is PlanB or UnifiedPlanWithFallback it maintains theexisting behavior.Resolves#21931 parent4983f08 commit7367daf
File tree
4 files changed
+39
-7
lines changed4 files changed
+39
-7
lines changedLines changed: 14 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
635 | 635 |
| |
636 | 636 |
| |
637 | 637 |
| |
638 |
| - | |
639 |
| - | |
| 638 | + | |
| 639 | + | |
640 | 640 |
| |
641 | 641 |
| |
642 | 642 |
| |
| |||
1032 | 1032 |
| |
1033 | 1033 |
| |
1034 | 1034 |
| |
1035 |
| - | |
| 1035 | + | |
| 1036 | + | |
| 1037 | + | |
| 1038 | + | |
| 1039 | + | |
1036 | 1040 |
| |
1037 | 1041 |
| |
1038 | 1042 |
| |
| |||
1355 | 1359 |
| |
1356 | 1360 |
| |
1357 | 1361 |
| |
1358 |
| - | |
| 1362 | + | |
1359 | 1363 |
| |
1360 | 1364 |
| |
1361 | 1365 |
| |
| |||
2281 | 2285 |
| |
2282 | 2286 |
| |
2283 | 2287 |
| |
2284 |
| - | |
| 2288 | + | |
| 2289 | + | |
| 2290 | + | |
| 2291 | + | |
| 2292 | + | |
| 2293 | + | |
2285 | 2294 |
| |
2286 | 2295 |
| |
2287 | 2296 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
486 | 486 |
| |
487 | 487 |
| |
488 | 488 |
| |
| 489 | + | |
489 | 490 |
| |
490 | 491 |
| |
491 | 492 |
| |
|
Lines changed: 23 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
568 | 568 |
| |
569 | 569 |
| |
570 | 570 |
| |
571 |
| - | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
572 | 594 |
| |
573 | 595 |
| |
574 | 596 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
325 | 325 |
| |
326 | 326 |
| |
327 | 327 |
| |
328 |
| - | |
| 328 | + | |
329 | 329 |
| |
330 | 330 |
| |
331 | 331 |
| |
|
0 commit comments
Comments
(0)