wireshark/docbook/wsug_src
Gerald Combs 3687d39304 Qt: Initial RTP playback.
Note the "initial". This is woefully incomplete.  See the "to do" lists
below and in the code.

This differs a bit from the GTK+ version in that you specify one or more
streams to be decoded.

Instead of showing waveforms in individual widgets, add them all to a
single QCustomPlot. This conserves screen real estate and lets us more
easily take advantage of the QCP API. It also looks better IMHO.

Change a bunch of checks for QtMultimediaWidgets to QtMultimedia. We
probably won't use the widgets until we make 5.0 our minimum Qt
version and plain old QtMultimedia lets us support Qt 4 more easily
(in theory at least).

Add resampling code from libspeex. I initially used this to resample
each packet to match the preferred rate of our output device, but this
resulted in poorer audio quality than expected. Leave it in and use to
create visual samples for QCP and to match rates any time the rate
changes. The latter is currently untested.

Add some debugging macros.

Note that both the RTP player and RTP analysis dialogs decode audio data
using different code.

Note that voip_calls_packet and voip_calls_init_tap appear to be dead
code.

To do:

- Add silence frames where needed.
- Implement the jitter buffer.
- Implement the playback timing controls.
- Tapping / scanning streams might be too slow.

Change-Id: I20dd3b66d3df53c9b1f3501262dc01458849f6b4
Bug: 9007
Reviewed-on: https://code.wireshark.org/review/10458
Petri-Dish: Gerald Combs <gerald@wireshark.org>
Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-10-02 18:26:05 +00:00
..
WSUG_app_files.asciidoc Point to GitHub for the pcapng specification. 2015-08-25 01:47:26 +00:00
WSUG_app_howitworks.asciidoc WSUG: Convert ``Protocols'', ``Messages'', and ``How Wireshark Works'' 2014-11-09 18:17:15 +00:00
WSUG_app_messages.asciidoc WSUG: Convert ``Protocols'', ``Messages'', and ``How Wireshark Works'' 2014-11-09 18:17:15 +00:00
WSUG_app_protocols.asciidoc WSUG: Convert ``Command Line Tools'' to AsciiDoc. 2014-11-09 19:41:44 +00:00
WSUG_app_tools.asciidoc DNS: move DNS name resolution pref to Name Resolution prefs 2015-07-25 17:05:01 +00:00
WSUG_chapter_advanced.asciidoc WSUG: Convert ``Advanced Topics'' to AsciiDoc. 2014-09-01 05:16:14 +00:00
WSUG_chapter_build_install.asciidoc Fix markup. 2014-08-02 22:47:58 +00:00
WSUG_chapter_capture.asciidoc WSUG: Fixed some typos. 2014-10-15 12:20:41 +00:00
WSUG_chapter_customize.asciidoc DNS: move DNS name resolution pref to Name Resolution prefs 2015-07-25 17:05:01 +00:00
WSUG_chapter_introduction.asciidoc WSUG: Fixed some typos. 2014-10-15 12:20:41 +00:00
WSUG_chapter_io.asciidoc WildPackets → Savvius. 2015-05-06 16:48:03 +00:00
WSUG_chapter_statistics.asciidoc WSUG and image updates. 2015-02-14 19:47:03 +00:00
WSUG_chapter_telephony.asciidoc Qt: Initial RTP playback. 2015-10-02 18:26:05 +00:00
WSUG_chapter_troubleshoot.asciidoc WSUG: Convert ``Troubleshooting'' to AsciiDoc. 2014-11-09 18:25:10 +00:00
WSUG_chapter_use.asciidoc WSUG: send readers to the wiki's SSL page for help on decryption. 2015-09-28 17:55:53 +00:00
WSUG_chapter_work.asciidoc dfilter: Add membership operator 2015-09-11 06:31:33 +00:00
WSUG_preface.asciidoc Finish converting the User's Guide to AsciiDoc. 2014-11-10 05:30:10 +00:00