Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
21f419d2
Commit
21f419d2
authored
Sep 24, 2013
by
Simon Morlat
Browse files
fix unimplemented RTCP setup in belle-sip sal
parent
6f1bfbea
Changes
3
Hide whitespace changes
Inline
Side-by-side
coreapi/bellesip_sal/sal_op_call.c
View file @
21f419d2
...
...
@@ -72,11 +72,12 @@ static void sdp_process(SalOp *h){
h
->
result
->
bandwidth
=
h
->
base
.
remote_media
->
bandwidth
;
for
(
i
=
0
;
i
<
h
->
result
->
n_active_streams
;
++
i
){
/*fixme add rtcp*/
strcpy
(
h
->
result
->
streams
[
i
].
rtp_addr
,
h
->
base
.
remote_media
->
streams
[
i
].
rtp_addr
);
h
->
result
->
streams
[
i
].
ptime
=
h
->
base
.
remote_media
->
streams
[
i
].
ptime
;
h
->
result
->
streams
[
i
].
bandwidth
=
h
->
base
.
remote_media
->
streams
[
i
].
bandwidth
;
h
->
result
->
streams
[
i
].
rtp_port
=
h
->
base
.
remote_media
->
streams
[
i
].
rtp_port
;
strcpy
(
h
->
result
->
streams
[
i
].
rtcp_addr
,
h
->
base
.
remote_media
->
streams
[
i
].
rtcp_addr
);
h
->
result
->
streams
[
i
].
rtcp_port
=
h
->
base
.
remote_media
->
streams
[
i
].
rtcp_port
;
if
(
h
->
result
->
streams
[
i
].
proto
==
SalProtoRtpSavp
)
{
h
->
result
->
streams
[
i
].
crypto
[
0
]
=
h
->
base
.
remote_media
->
streams
[
i
].
crypto
[
0
];
...
...
tester/marie_rc
View file @
21f419d2
...
...
@@ -30,7 +30,7 @@ subscribe=0
[rtp]
audio_rtp_port=8070
video_rtp_port=
8
072
video_rtp_port=
9
072
[video]
display=0
...
...
tester/pauline_rc
View file @
21f419d2
...
...
@@ -29,7 +29,7 @@ dial_escape_plus=0
[rtp]
audio_rtp_port=8090
video_rtp_port=
8
092
video_rtp_port=
9
092
[video]
display=0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment