Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
mediastreamer2
Commits
84c1fa34
Commit
84c1fa34
authored
Nov 18, 2015
by
Sylvain Berfini
🎩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Show RTP stats logs at end of call
parent
af36a13d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/voip/rfc4103_textstream.c
src/voip/rfc4103_textstream.c
+3
-0
No files found.
src/voip/rfc4103_textstream.c
View file @
84c1fa34
...
...
@@ -149,6 +149,9 @@ void text_stream_stop(TextStream *stream) {
stream
->
ms
.
ice_check_list
=
NULL
;
}
rtp_stats_display
(
rtp_session_get_stats
(
stream
->
ms
.
sessions
.
rtp_session
),
" TEXT SESSION'S RTP STATISTICS "
);
ms_connection_helper_start
(
&
h
);
ms_connection_helper_unlink
(
&
h
,
stream
->
rttsource
,
-
1
,
0
);
ms_connection_helper_unlink
(
&
h
,
stream
->
ms
.
rtpsend
,
0
,
-
1
);
...
...
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