This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
fix simulator rtcp-mux bug
git.mgm/mediaproxy-ng/origin/mr3.2
Richard Fuchs
12 years ago
parent
3c4b3872a8
commit
0f99aea56e
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
tests/simulator-ng.pl
+ 1
- 2
tests/simulator-ng.pl
View File
@ -516,7 +516,7 @@ sub do_rtp {
my
$
dstport
=
$$
outputs
[
$
b
]
[
$
j
]
[
0
]
+
1
;
my
$
sendfd
=
$$
cfds
[
$
a
]
[
$
j
]
;
my
$
expfd
=
$$
cfds
[
$
b
]
[
$
j
]
;
if
(
$
RTCPMUX
&&
!
$
a
)
{
if
(
$
RTCPMUX
)
{
if
(
!
$
a
)
{
$
dstport
-
-
;
$
sendfd
=
$$
fds
[
$
a
]
[
$
j
]
;
@ -679,7 +679,6 @@ t=0 0
$
sdp
.
=
<<
"!"
;
m
=
audio
$
p
$$
tr
{
name
}
8
a
=
rtpmap:8
PCMA
/
8000
a
=
rtcp:
$
cp
!
if
(
$
RTCPMUX
&&
!
$
i
)
{
$
sdp
.
=
"a=rtcp-mux\n"
;
Write
Preview
Loading…
Cancel
Save