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
1e5fb420
Commit
1e5fb420
authored
Feb 19, 2016
by
Simon Morlat
Browse files
robustize ice tests
parent
0cdd5546
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
mediastreamer2
mediastreamer2
+1
-1
tester/call_tester.c
tester/call_tester.c
+8
-0
No files found.
mediastreamer2
@
3d3a63e7
Subproject commit
19e101d26bb39b47e0dd75038e5c68bbff1fc364
Subproject commit
3d3a63e7d2eccb097ce7d472cbc67eee536609f3
tester/call_tester.c
View file @
1e5fb420
...
...
@@ -2502,6 +2502,10 @@ static void _call_with_ice_video(LinphoneVideoPolicy caller_policy, LinphoneVide
bool_t
call_ok
;
unsigned
int
nb_media_starts
=
1
;
/*force resolution of stun server before starting the test*/
linphone_core_get_stun_server_addrinfo
(
pauline
->
lc
);
linphone_core_get_stun_server_addrinfo
(
marie
->
lc
);
linphone_core_set_video_policy
(
pauline
->
lc
,
&
caller_policy
);
linphone_core_set_video_policy
(
marie
->
lc
,
&
callee_policy
);
linphone_core_set_firewall_policy
(
marie
->
lc
,
LinphonePolicyUseIce
);
...
...
@@ -2592,6 +2596,10 @@ static void call_with_ice_video_and_rtt(void) {
LinphoneCallParams
*
params
=
NULL
;
LinphoneCall
*
marie_call
=
NULL
;
/*force resolution of stun server before starting the test*/
linphone_core_get_stun_server_addrinfo
(
pauline
->
lc
);
linphone_core_get_stun_server_addrinfo
(
marie
->
lc
);
linphone_core_set_video_policy
(
pauline
->
lc
,
&
policy
);
linphone_core_set_video_policy
(
marie
->
lc
,
&
policy
);
linphone_core_enable_video_capture
(
marie
->
lc
,
TRUE
);
...
...
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