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
properly handle multiple streams
git.mgm/mediaproxy-ng/2.2
Richard Fuchs
13 years ago
parent
e22b6a04fb
commit
824c84b2e8
1 changed files
with
3 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
daemon/sdp.c
+ 3
- 0
daemon/sdp.c
View File
@ -496,6 +496,9 @@ str *sdp_replace(str *body, GQueue *sessions, struct call *call, int num, enum c
if
(
replace_network_address
(
&
chop
,
&
media
-
>
connection
.
address
,
m
,
off
,
flags
)
)
if
(
replace_network_address
(
&
chop
,
&
media
-
>
connection
.
address
,
m
,
off
,
flags
)
)
goto
error
;
goto
error
;
}
}
if
(
m
)
m
=
m
-
>
next
;
}
}
}
}
Write
Preview
Loading…
Cancel
Save