aboutsummaryrefslogtreecommitdiffstats
path: root/docbook/wsug_src
diff options
context:
space:
mode:
authorJirka Novak <j.novak@netsystem.cz>2021-04-27 22:01:16 +0200
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-04-28 20:29:02 +0000
commit21b334fd827c9e37c8973ab7e6625784726be243 (patch)
treedb3f49014fa0c2957e245f27f50826477c65688e /docbook/wsug_src
parentebdb6784fade44a4b1e1d579bb1e51dc5310a707 (diff)
RTP Player: Export of audio can start at position of play cursor
Added additional option for audio exporting 'From cursor'. Documentation updated.
Diffstat (limited to 'docbook/wsug_src')
-rw-r--r--docbook/wsug_src/WSUG_chapter_telephony.adoc7
1 files changed, 4 insertions, 3 deletions
diff --git a/docbook/wsug_src/WSUG_chapter_telephony.adoc b/docbook/wsug_src/WSUG_chapter_telephony.adoc
index bb6d1f4e91..d48ec81980 100644
--- a/docbook/wsug_src/WSUG_chapter_telephony.adoc
+++ b/docbook/wsug_src/WSUG_chapter_telephony.adoc
@@ -510,12 +510,13 @@ Wireshark is able to export decoded audio in .au or .wav file format. Prior to v
Export options available:
* for one or more selected non-muted streams
-** Stream Synchronized Audio - streams are synchronized to earliest stream in export (there is no silence at beginning of it)
-** File Synchronized Audio - streams starts at beginning of file, therefore silence can be at start of file
+** From cursor - Streams are saved from play start cursor. If some streams are shorter, they are removed from the list before save and count of saved streams is lower than count of selected streams.
+** Stream Synchronized Audio - File starts at the begin of earliest stream in export, therefore there is no silence at beginning of exported file.
+** File Synchronized Audio - Streams starts at beginning of file, therefore silence can be at start of file.
* for just one selected stream
** Payload - just payload with no information about coded is stored in the file
-Audio is exported as multi-channel file - one channel per RTP stream. One or two channels are equal to mono or stereo, but Wireshark can export e g. 100 channels. For later playing a tool with multi-channel support must be used (e.g. https://www.audacityteam.org/).
+Audio is exported as multi-channel file - one channel per RTP stream. One or two channels are equal to mono or stereo, but Wireshark can export e.g. 100 channels. For playing a tool with multi-channel support must be used (e.g. https://www.audacityteam.org/).
Export of payload function is useful for codecs not supported by Wireshark.