diff --git a/CHANGELOG b/CHANGELOG index 55aaff67a..7a9530e57 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +sdrangel (4.11.4-1) unstable; urgency=medium + + * DATV demod: option to output transport stream to UDP. Implements #313 + + -- Edouard Griffiths, F4EXB Sun, 28 Jul 2019 09:04:06 +0200 + sdrangel (4.11.3-1) unstable; urgency=medium * PlutoSDR input: options for HW DC and IQ corrections. Implements #378 diff --git a/CMakeLists.txt b/CMakeLists.txt index bdc5859c5..1ce55412d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ set(CMAKE_CXX_EXTENSIONS OFF) # configure version set(sdrangel_VERSION_MAJOR "4") set(sdrangel_VERSION_MINOR "11") -set(sdrangel_VERSION_PATCH "3") +set(sdrangel_VERSION_PATCH "4") set(sdrangel_VERSION_SUFFIX "") # SDRAngel cmake options diff --git a/debian/changelog b/debian/changelog index 55aaff67a..7a9530e57 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sdrangel (4.11.4-1) unstable; urgency=medium + + * DATV demod: option to output transport stream to UDP. Implements #313 + + -- Edouard Griffiths, F4EXB Sun, 28 Jul 2019 09:04:06 +0200 + sdrangel (4.11.3-1) unstable; urgency=medium * PlutoSDR input: options for HW DC and IQ corrections. Implements #378 diff --git a/doc/img/DATVDemod_pluginDATV.png b/doc/img/DATVDemod_pluginDATV.png index dfbe59ec1..22ab56503 100644 Binary files a/doc/img/DATVDemod_pluginDATV.png and b/doc/img/DATVDemod_pluginDATV.png differ diff --git a/doc/img/DATVDemod_pluginDATV.xcf b/doc/img/DATVDemod_pluginDATV.xcf index b013125ae..a7db544bf 100644 Binary files a/doc/img/DATVDemod_pluginDATV.xcf and b/doc/img/DATVDemod_pluginDATV.xcf differ diff --git a/plugins/channelrx/demoddatv/readme.md b/plugins/channelrx/demoddatv/readme.md index bc5dd7b1f..402601e4d 100644 --- a/plugins/channelrx/demoddatv/readme.md +++ b/plugins/channelrx/demoddatv/readme.md @@ -40,6 +40,18 @@ Power of signal received in the channel (dB) ![DATV Demodulator plugin DATV GUI](../../../doc/img/DATVDemod_pluginDATV.png) +

B.3: Output transport stream to UDP

+ +Activate output of transport stream to UDP with 7 TS blocks per UDP frame + +

B.4: UDP address

+ +This is the address of the TS UDP + +

B.5: UDP port

+ +This is the port of the TS UDP +

B.1: Symbol constellation

This is the constellation of the PSK or QAM synchronized signal. When the demodulation parameters are set correctly (modulation type, symbol rate and filtering) and signal is strong enough to recover symbol synchronization the purple dots appear close to the white crosses. White crosses represent the ideal symbols positions in the I/Q plane. @@ -143,17 +155,17 @@ The mode and rate selection can be done manually but if a discrepancy in the num The controls specific to DVB-S are disabled and greyed out. These are: Fast Lock, Allow Drift, Hard Metric and Viterbi. -

B.2c: DATV video stream

+

C: DATV video stream

![DATV Demodulator plugin video GUI](../../../doc/img/DATVDemod_pluginVideo.png) -
B.2c.1: Image
+

C.1: Image

The decoded video is displayed here -
B.2c.2: Stream information
+

C.2: Stream information

-
B.2c.3: Stream decoding status
+

C.3: Stream decoding status

These non clickable checkboxes report the decoding status (checked when OK): @@ -162,7 +174,7 @@ These non clickable checkboxes report the decoding status (checked when OK): - video: video data detected - decoding: video being decoded -
B.2c.4: Video mute
+

C.4: Video mute

Toggle button to pause/run video decoding. This also indicates the video status: @@ -170,7 +182,7 @@ Toggle button to pause/run video decoding. This also indicates the video status: - Green: a video stream is present and successfully decoded - Red: a video stream is present but decoding fails -
B.2c.5: Audio mute
+

C.5: Audio mute

Toggle button to pause/run audio decoding. This also indicates the audio status: @@ -180,11 +192,11 @@ Toggle button to pause/run audio decoding. This also indicates the audio status: In addition right clicking on the button will give you access to the audio device selection dialog -
B.2c.6: Audio volume
+

C.6: Audio volume

Show the audio volume on a 0 to 100 scale. The actual coefficient applied to the audio samples follows a logarithmic rule where 0 corresponds to 0.01, 50 to 0.1 and 100 to 1.0 -
B.2c.7: Audio volume control
+

C.7: Audio volume control

Use this slider to control the value (0 to 100) of the audio volume.