Yet Another Newbie Question

Thanks in advance. I am trying to set up a CasparCG server as part of a replacement for a “TV Station in a Box” system that we have used for a dozen years at the Retirement Community where I live. We currently insert our programming on the local cable TV system through a Zycast 4 program HD digital modulator (HDME-4Q). Our programming includes in-house prerecorded productions and movies with music & slides as schedule filler. Our station is run by residents who are volunteers and NOT TV-professionals.

The hardware that we are moving to is spec’ed as follows:

PC = Dell XPS 8700
CPU = Intel Core i7-4770 - 3.4 GHz
RAM = 24 GB Dual Channel DDR3 1600MHz
C-Drive = 256 GB mSATA Solid State Drive
D-Drive = 2TB 7200 rpm Hard Drive
GPU = NVIDIA Geforce GTX 660 1.5G GD DR5
OS = Windows 7 Pro, SP 1 (64 bit OS)
Decklink Mini Monitor 4K (using HDMI playback)

We have successfully used this hardware with 2 different playout software packages. However, those packages were either not robust enough or not stable enough for our purposes. Hence, we are now trying CasparCG.

The active contents of my casparcg.config file are as follows:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <paths>
    <media-path>D:\\CasparCG-Media\\</media-path>
    <log-path>D:\\CasparCG-Log\\</log-path>
    <data-path>D:\\CasparCG-Data\\</data-path>
    <template-path>D:\\CasparCG-Templates\\</template-path>
    <thumbnails-path>D:\\CasparCG-Thumbnails\\</thumbnails-path>
  </paths>
  <channels>
    <channel>
        <video-mode>NTSC</video-mode>
        <consumers>
          <screen>
              <device>2</device>
              <aspect-ratio>default</aspect-ratio>
              <stretch>fill</stretch>
              <windowed>true</windowed>
              <key-only>false</key-only>
              <auto-deinterlace>true</auto-deinterlace>
              <vsync>false</vsync>
              <name>Screen Consumer</name>
              <borderless>false</borderless>
          </screen>
          <system-audio />
        </consumers>
    </channel>
    <channel>
        <video-mode>1080p2997</video-mode>
        <consumers>
          <decklink>
              <device>1</device>
              <channel-layout>stereo</channel-layout>
              <buffer-depth>3</buffer-depth>
              <latency>normal</latency>
              <custom-allocator>true</custom-allocator>
          </decklink>
        </consumers>
    </channel>
  </channels>
  <controllers>
    <tcp>
        <port>5250</port>
        <protocol>AMCP</protocol>
    </tcp>
  </controllers>
  <log-level>info</log-level>
</configuration>

=================================================================

With this configuration I can successfully play a video on the CasparCG Screen Console (video and audio are fine). However, when playing the video out the DeckLink you only see the video without any audio. I assume that I have something wrong in the config file, but can’t determine what is wrong. There is a warning and an error in the log file, but they don’t seem to me to be related to my issue. Any help will be greatly appreciated.

Text of Log file follows:

==============================================================

[2019-11-13 16:48:50.675] [3672] [info]    ############################################################################
[2019-11-13 16:48:50.676] [3672] [info]    CasparCG Server is distributed by the Swedish Broadcasting Corporation (SVT)
[2019-11-13 16:48:50.676] [3672] [info]    under the GNU General Public License GPLv3 or higher.
[2019-11-13 16:48:50.676] [3672] [info]    Please see LICENSE.TXT for details.
[2019-11-13 16:48:50.676] [3672] [info]    http://www.casparcg.com/
[2019-11-13 16:48:50.676] [3672] [info]    ############################################################################
[2019-11-13 16:48:50.676] [3672] [info]    Starting CasparCG Video and Graphics Playout Server 2.0.7.e9fc25a Stable
[2019-11-13 16:48:50.676] [3672] [info]    on Windows 7 Professional 
[2019-11-13 16:48:50.676] [3672] [info]    Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz Physical Threads: 8
[2019-11-13 16:48:50.676] [3672] [info]    XPS 8700
[2019-11-13 16:48:50.735] [3672] [info]    Decklink 11.4.1
[2019-11-13 16:48:50.750] [3672] [info]     - DeckLink Mini Monitor 4K [1]
[2019-11-13 16:48:50.754] [3672] [info]    Bluefish Not found
[2019-11-13 16:48:50.755] [3672] [info]    FreeImage 3.15.4
[2019-11-13 16:48:50.755] [3672] [info]    FFMPEG-avcodec 55.52.102
[2019-11-13 16:48:50.755] [3672] [info]    FFMPEG-avformat 55.33.100
[2019-11-13 16:48:50.755] [3672] [info]    FFMPEG-avfilter 4.2.100
[2019-11-13 16:48:50.755] [3672] [info]    FFMPEG-avutil 52.66.100
[2019-11-13 16:48:50.755] [3672] [info]    FFMPEG-swscale 2.5.102
[2019-11-13 16:48:50.755] [3672] [info]    Flash 32.0.0.270
[2019-11-13 16:48:50.758] [3672] [info]    flash[cg20.fth.pal|0] Initialized.
[2019-11-13 16:48:50.758] [3672] [info]    flash[cg20.fth.pal|0] Invoking info-command: <invoke name="GetInfo" returntype="xml"><arguments></arguments></invoke>
[2019-11-13 16:48:51.088] [2580] [info]    flash-player[cg20.fth.pal|1024x576] Initialized.
[2019-11-13 16:48:51.166] [3672] [trace]   Template-Host 2.0.4.3803 RC
[2019-11-13 16:48:51.167] [3672] [info]    NewTek iVGA unavailable (Processing.AirSend.x86.dll)
[2019-11-13 16:48:51.167] [3672] [info]    casparcg.config:
-----------------------------------------
<?xml version="1.0" encoding="utf-8"?>
<configuration>
   <paths>
      <media-path>D:\\CasparCG-Media\\</media-path>
      <log-path>D:\\CasparCG-Log\\</log-path>
      <data-path>D:\\CasparCG-Data\\</data-path>
      <template-path>D:\\CasparCG-Templates\\</template-path>
      <thumbnails-path>D:\\CasparCG-Thumbnails\\</thumbnails-path>
   </paths>
   <channels>
      <channel>
         <video-mode>NTSC</video-mode>
         <consumers>
            <screen>
               <device>2</device>
               <aspect-ratio>default</aspect-ratio>
               <stretch>fill</stretch>
               <windowed>true</windowed>
               <key-only>false</key-only>
               <auto-deinterlace>true</auto-deinterlace>
               <vsync>false</vsync>
               <name>Screen Consumer</name>
               <borderless>false</borderless>
            </screen>
            <system-audio/>
         </consumers>
      </channel>
      <channel>
         <video-mode>1080p2997</video-mode>
         <consumers>
            <decklink>
               <device>1</device>
               <channel-layout>stereo</channel-layout>
               <buffer-depth>3</buffer-depth>
               <latency>normal</latency>
               <custom-allocator>true</custom-allocator>
            </decklink>
         </consumers>
      </channel>
   </channels>
   <controllers>
      <tcp>
         <port>5250</port>
         <protocol>AMCP</protocol>
      </tcp>
   </controllers>
   <log-level>info</log-level>
</configuration>
-----------------------------------------
[2019-11-13 16:48:51.167] [3672] [info]    Initialized html module.
[2019-11-13 16:48:51.167] [3672] [info]    Initializing OpenGL Device.
[2019-11-13 16:48:51.202] [3076] [info]    OpenGL 4.6.0 NVIDIA 391.35 NVIDIA Corporation
[2019-11-13 16:48:51.202] [3076] [info]    Successfully initialized OpenGL Device.
[2019-11-13 16:48:51.208] [3672] [info]    Initialized ffmpeg module.
[2019-11-13 16:48:51.209] [3672] [info]    Initialized bluefish module.
[2019-11-13 16:48:51.210] [3672] [info]    Initialized decklink module.
[2019-11-13 16:48:51.210] [3672] [info]    Initialized oal module.
[2019-11-13 16:48:51.210] [3672] [info]    Initialized newtek module.
[2019-11-13 16:48:51.211] [3672] [info]    Initialized ogl module.
[2019-11-13 16:48:51.211] [3672] [info]    Initialized flash module.
[2019-11-13 16:48:51.211] [3672] [info]    Initialized image module.
[2019-11-13 16:48:51.230] [3076] [info]    [shader] Blend-modes are disabled.
[2019-11-13 16:48:51.231] [3672] [info]    video_channel[1|NTSC] Successfully Initialized.
[2019-11-13 16:48:51.237] [3672] [info]    
+---------------+
| filter_buffer |default--[720x486 9:10 bgra]--auto-inserted scaler 1:default
|   (buffer)    |
+---------------+

                                                            +-------------------+
auto-inserted scaler 0:default--[720x486 9:10 bgra]--default| filter_buffersink |
                                                            |   (buffersink)    |
                                                            +-------------------+

                                                            +-----------------+
auto-inserted scaler 1:default--[720x486 9:10 gbrp]--default| Parsed_format_0 |default--[720x486 9:10 gbrp]--Parsed_yadif_1:default
                                                            |    (format)     |
                                                            +-----------------+

                                                     +----------------+
Parsed_format_0:default--[720x486 9:10 gbrp]--default| Parsed_yadif_1 |default--[720x486 9:10 gbrp]--auto-inserted scaler 0:default
                                                     |    (yadif)     |
                                                     +----------------+

                                                    +------------------------+
Parsed_yadif_1:default--[720x486 9:10 gbrp]--default| auto-inserted scaler 0 |default--[720x486 9:10 bgra]--filter_buffersink:default
                                                    |        (scale)         |
                                                    +------------------------+

                                                   +------------------------+
filter_buffer:default--[720x486 9:10 bgra]--default| auto-inserted scaler 1 |default--[720x486 9:10 gbrp]--Parsed_format_0:default
                                                   |        (scale)         |
                                                   +------------------------+


[2019-11-13 16:48:51.238] [3672] [warning] Screen Consumer [1|NTSC] Could not find display settings for screen-index: 1
[2019-11-13 16:48:51.238] [3672] [info]    Screen Consumer [1|NTSC] Successfully Initialized.
[2019-11-13 16:48:51.238] [4532] [info]    output[1] Screen Consumer [1|NTSC] Added.
[2019-11-13 16:48:51.273] [2580] [info]    flash-player[cg20.fth.pal|1024x576] Uninitialized.
[2019-11-13 16:48:51.278] [1656] [info]    flash[cg20.fth.pal|5000] Uninitialized.
[2019-11-13 16:48:51.321] [5164] [info]    Screen Consumer [1|NTSC] Successfully Initialized.
[2019-11-13 16:48:51.365] [3672] [info]    oal[1|NTSC] Sucessfully Initialized.
[2019-11-13 16:48:51.398] [4532] [info]    output[1] oal[1|NTSC] Added.
[2019-11-13 16:48:51.399] [3672] [info]    video_channel[2|1080p2997] Successfully Initialized.
[2019-11-13 16:48:51.423] [5256] [info]    DeckLink Mini Monitor 4K [2-1|1080p2997] Using custom allocator.
[2019-11-13 16:48:51.423] [5256] [info]    DeckLink Mini Monitor 4K [2-1|1080p2997] Disabled low-latency mode.
[2019-11-13 16:48:51.423] [5256] [error]   DeckLink Mini Monitor 4K [2-1|1080p2997] Failed to enable external keyer.
[2019-11-13 16:48:51.437] [5256] [info]    DeckLink Mini Monitor 4K [2-1|1080p2997] Reference signal: not supported by hardware.
[2019-11-13 16:48:51.473] [3672] [info]    DeckLink Mini Monitor 4K [2-1|1080p2997] Successfully Initialized.
[2019-11-13 16:48:51.500] [5244] [info]    output[2] DeckLink Mini Monitor 4K [2-1|1080p2997] Added.
[2019-11-13 16:48:51.500] [3672] [info]    Initialized channels.
[2019-11-13 16:48:51.501] [3672] [info]    Initialized thumbnail generator.
[2019-11-13 16:48:51.502] [3672] [info]    WinSock2 Initialized.
[2019-11-13 16:48:51.502] [3672] [info]    Listener successfully initialized
[2019-11-13 16:48:51.502] [3672] [info]    Initialized controllers.
[2019-11-13 16:48:51.502] [3672] [info]    Initialized osc.
[2019-11-13 16:48:51.502] [3672] [info]    Started initial media information retrieval.
[2019-11-13 16:48:57.599] [5300] [info]    Accepted connection from 127.0.0.1 2
[2019-11-13 16:48:57.681] [5300] [info]    Received message from 127.0.0.1: VERSION SERVER\r\n
[2019-11-13 16:48:57.682] [5288] [info]    Sent message to 127.0.0.1: 201 VERSION OK\r\n2.0.7.e9fc25a Stable\r\n
[2019-11-13 16:48:57.682] [5300] [info]    Received message from 127.0.0.1: INFO\r\n
[2019-11-13 16:48:57.682] [5288] [info]    Sent message to 127.0.0.1: 200 INFO OK\r\n1 NTSC PLAYING\r\n2 1080p2997 PLAYING\r\n\r\n
[2019-11-13 16:48:57.682] [5300] [info]    Received message from 127.0.0.1: CLS\r\n
[2019-11-13 16:48:57.683] [5300] [info]    Received message from 127.0.0.1: TLS\r\n
[2019-11-13 16:48:57.683] [5300] [info]    Received message from 127.0.0.1: DATA LIST\r\n
[2019-11-13 16:48:57.684] [5300] [info]    Received message from 127.0.0.1: THUMBNAIL LIST\r\n
[2019-11-13 16:49:07.031] [5304] [info]    Initial media information retrieval finished.
[2019-11-13 16:49:07.113] [5288] [info]    Sent more than 512 bytes to 127.0.0.1
[2019-11-13 16:49:07.117] [5288] [info]    Sent message to 127.0.0.1: 200 TLS OK\r\n\r\n
[2019-11-13 16:49:07.117] [5288] [info]    Sent message to 127.0.0.1: 200 DATA LIST OK\r\n\r\n
[2019-11-13 16:49:07.163] [5288] [info]    Sent more than 512 bytes to 127.0.0.1
[2019-11-13 16:49:27.624] [5300] [info]    Received message from 127.0.0.1: PLAY 1-10 "CHAIRUPBACKANDNECK" CUT 1 Linear RIGHT\r\n
[2019-11-13 16:49:27.660] [5292] [info]    Initialized ffmpeg tbb context.
[2019-11-13 16:49:27.662] [5292] [info]    ffmpeg[ChairUpBackandNeck.mpg|720x480i59.94|0/20510] [video-decoder] MPEG-2 video
[2019-11-13 16:49:27.665] [5292] [info]    ffmpeg[ChairUpBackandNeck.mpg|720x480i59.94|0/20510] [audio-decoder] MP2 (MPEG audio layer 2)
[2019-11-13 16:49:27.667] [5292] [info]    transition[empty=>ffmpeg[ChairUpBackandNeck.mpg|720x480i59.94|0/20510]] Initialized.
[2019-11-13 16:49:27.667] [5292] [info]    Sent message to 127.0.0.1: 202 PLAY OK\r\n
[2019-11-13 16:49:27.668] [5096] [info]    transition[empty=>ffmpeg[ChairUpBackandNeck.mpg|720x480i59.94|0/20510]] End Of File.
[2019-11-13 16:49:27.675] [5096] [info]    
+---------------+
| filter_buffer |default--[720x480 8:9 yuv420p]--filter_buffersink:default
|   (buffer)    |
+---------------+

                                                     +-------------------+
filter_buffer:default--[720x480 8:9 yuv420p]--default| filter_buffersink |
                                                     |   (buffersink)    |
                                                     +-------------------+


[2019-11-13 16:49:27.675] [5096] [info]    [frame_muxer] simple 720x480i59.94
[2019-11-13 16:49:27.681] [5096] [info]    transition[empty=>ffmpeg[ChairUpBackandNeck.mpg|720x480i59.94|1/20510]] Uninitialized.
[2019-11-13 16:49:36.310] [5300] [info]    Received message from 127.0.0.1: STOP 1-10\r\n
[2019-11-13 16:49:36.310] [5292] [info]    Sent message to 127.0.0.1: 202 STOP OK\r\n
[2019-11-13 16:49:36.311] [1656] [info]    Released ffmpeg tbb context.
[2019-11-13 16:49:46.863] [5300] [info]    Received message from 127.0.0.1: PLAY 2-10 "CHAIRUPBACKANDNECK" CUT 1 Linear RIGHT\r\n
[2019-11-13 16:49:46.880] [5296] [info]    Initialized ffmpeg tbb context.
[2019-11-13 16:49:46.890] [5296] [info]    ffmpeg[ChairUpBackandNeck.mpg|720x480i59.94|0/20510] [video-decoder] MPEG-2 video
[2019-11-13 16:49:46.892] [5296] [info]    ffmpeg[ChairUpBackandNeck.mpg|720x480i59.94|0/20510] [audio-decoder] MP2 (MPEG audio layer 2)
[2019-11-13 16:49:46.894] [5296] [info]    transition[empty=>ffmpeg[ChairUpBackandNeck.mpg|720x480i59.94|0/20510]] Initialized.
[2019-11-13 16:49:46.894] [5296] [info]    Sent message to 127.0.0.1: 202 PLAY OK\r\n
[2019-11-13 16:49:46.909] [5252] [info]    transition[empty=>ffmpeg[ChairUpBackandNeck.mpg|720x480i59.94|0/20510]] End Of File.
[2019-11-13 16:49:46.915] [5252] [info]    
+---------------+
| filter_buffer |default--[720x480 8:9 yuv420p]--Parsed_yadif_0:default
|   (buffer)    |
+---------------+

                                                      +-------------------+
Parsed_yadif_0:default--[720x480 8:9 yuv420p]--default| filter_buffersink |
                                                      |   (buffersink)    |
                                                      +-------------------+

                                                     +----------------+
filter_buffer:default--[720x480 8:9 yuv420p]--default| Parsed_yadif_0 |default--[720x480 8:9 yuv420p]--filter_buffersink:default
                                                     |    (yadif)     |
                                                     +----------------+


[2019-11-13 16:49:46.915] [5252] [info]    [frame_muxer] deinterlace 720x480i59.94
[2019-11-13 16:49:46.918] [5252] [info]    transition[empty=>ffmpeg[ChairUpBackandNeck.mpg|720x480i59.94|2/20510]] Uninitialized.
[2019-11-13 16:50:06.420] [5300] [info]    Received message from 127.0.0.1: STOP 2-10\r\n
[2019-11-13 16:50:06.420] [5296] [info]    Sent message to 127.0.0.1: 202 STOP OK\r\n
[2019-11-13 16:50:06.421] [1656] [info]    Released ffmpeg tbb context.
[2019-11-13 16:50:12.548] [5300] [info]    Client 127.0.0.1 was disconnected

==============================================================

Well, that post did not work as I expected. Can someone tell me how to insert the XML and log file correctly into a post?

Thanks.

There is a button </> that you can use to format the XML text.

You need:

<embedded-audio>true</embedded-audio>

In the <decklink> part of the config.

hreinnbeck thanks for that suggestion. I also studied the One Channel Player config file example and tried to go off of that in my config. I now get audio out of the HDMI port of the DeckLink. However, the audio is breaking up (or rather stuttering). Audio is fine on the Screen Console when I include it in the config file. Any ideas on what I have wrong here?

Latest log file follows:

[2019-11-14 18:08:47.991] [6756] [info]    ############################################################################
[2019-11-14 18:08:47.991] [6756] [info]    CasparCG Server is distributed by the Swedish Broadcasting Corporation (SVT)
[2019-11-14 18:08:47.991] [6756] [info]    under the GNU General Public License GPLv3 or higher.
[2019-11-14 18:08:47.992] [6756] [info]    Please see LICENSE.TXT for details.
[2019-11-14 18:08:47.992] [6756] [info]    http://www.casparcg.com/
[2019-11-14 18:08:47.992] [6756] [info]    ############################################################################
[2019-11-14 18:08:47.992] [6756] [info]    Starting CasparCG Video and Graphics Playout Server 2.0.7.e9fc25a Stable
[2019-11-14 18:08:47.992] [6756] [info]    on Windows 7 Professional 
[2019-11-14 18:08:47.992] [6756] [info]    Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz Physical Threads: 8
[2019-11-14 18:08:47.992] [6756] [info]    XPS 8700
[2019-11-14 18:08:48.007] [6756] [info]    Decklink 11.4.1
[2019-11-14 18:08:48.020] [6756] [info]     - DeckLink Mini Monitor 4K [1]
[2019-11-14 18:08:48.020] [6756] [info]    Bluefish Not found
[2019-11-14 18:08:48.021] [6756] [info]    FreeImage 3.15.4
[2019-11-14 18:08:48.021] [6756] [info]    FFMPEG-avcodec 55.52.102
[2019-11-14 18:08:48.021] [6756] [info]    FFMPEG-avformat 55.33.100
[2019-11-14 18:08:48.021] [6756] [info]    FFMPEG-avfilter 4.2.100
[2019-11-14 18:08:48.021] [6756] [info]    FFMPEG-avutil 52.66.100
[2019-11-14 18:08:48.021] [6756] [info]    FFMPEG-swscale 2.5.102
[2019-11-14 18:08:48.021] [6756] [info]    Flash 32.0.0.293
[2019-11-14 18:08:48.025] [6756] [info]    flash[cg20.fth.pal|0] Initialized.
[2019-11-14 18:08:48.025] [6756] [info]    flash[cg20.fth.pal|0] Invoking info-command: <invoke name="GetInfo" returntype="xml"><arguments></arguments></invoke>
[2019-11-14 18:08:48.221] [6084] [info]    flash-player[cg20.fth.pal|1024x576] Initialized.
[2019-11-14 18:08:48.300] [6756] [trace]   Template-Host 2.0.4.3803 RC
[2019-11-14 18:08:48.301] [6756] [info]    NewTek iVGA unavailable (Processing.AirSend.x86.dll)
[2019-11-14 18:08:48.301] [6756] [info]    casparcg.config:
-----------------------------------------
<?xml version="1.0" encoding="utf-8"?>
<configuration>
   <paths>
      <media-path>D:\\CasparCG-Media\\</media-path>
      <log-path>D:\\CasparCG-Log\\</log-path>
      <data-path>D:\\CasparCG-Data\\</data-path>
      <template-path>D:\\CasparCG-Templates\\</template-path>
      <thumbnails-path>D:\\CasparCG-Thumbnails\\</thumbnails-path>
   </paths>
   <log-level>info</log-level>
   <channels>
      <channel>
         <video-mode>1080p2997</video-mode>
         <channel-layout>stereo</channel-layout>
         <consumers>
            <decklink>
               <device>1</device>
               <embedded-audio>true</embedded-audio>
               <channel-layout>stereo</channel-layout>
            </decklink>
         </consumers>
      </channel>
   </channels>
   <controllers>
      <tcp>
         <port>5250</port>
         <protocol>AMCP</protocol>
      </tcp>
   </controllers>
   <osc>
      <default-port>6250</default-port>
      <predefined-clients>
         <predefined-client>
            <address>127.0.0.1</address>
            <port>6251</port>
         </predefined-client>
      </predefined-clients>
   </osc>
</configuration>
-----------------------------------------
[2019-11-14 18:08:48.301] [6756] [info]    Initialized html module.
[2019-11-14 18:08:48.302] [6756] [info]    Initializing OpenGL Device.
[2019-11-14 18:08:48.343] [6368] [info]    OpenGL 4.6.0 NVIDIA 391.35 NVIDIA Corporation
[2019-11-14 18:08:48.343] [6368] [info]    Successfully initialized OpenGL Device.
[2019-11-14 18:08:48.346] [6756] [info]    Initialized ffmpeg module.
[2019-11-14 18:08:48.347] [6756] [info]    Initialized bluefish module.
[2019-11-14 18:08:48.348] [6756] [info]    Initialized decklink module.
[2019-11-14 18:08:48.348] [6756] [info]    Initialized oal module.
[2019-11-14 18:08:48.348] [6756] [info]    Initialized newtek module.
[2019-11-14 18:08:48.348] [6756] [info]    Initialized ogl module.
[2019-11-14 18:08:48.348] [6756] [info]    Initialized flash module.
[2019-11-14 18:08:48.349] [6756] [info]    Initialized image module.
[2019-11-14 18:08:48.353] [6368] [info]    [shader] Blend-modes are disabled.
[2019-11-14 18:08:48.354] [6756] [info]    video_channel[1|1080p2997] Successfully Initialized.
[2019-11-14 18:08:48.377] [2764] [info]    DeckLink Mini Monitor 4K [1-1|1080p2997] Using custom allocator.
[2019-11-14 18:08:48.378] [2764] [info]    DeckLink Mini Monitor 4K [1-1|1080p2997] Enabled embedded-audio.
[2019-11-14 18:08:48.378] [2764] [info]    DeckLink Mini Monitor 4K [1-1|1080p2997] Disabled low-latency mode.
[2019-11-14 18:08:48.378] [2764] [error]   DeckLink Mini Monitor 4K [1-1|1080p2997] Failed to enable external keyer.
[2019-11-14 18:08:48.390] [2764] [info]    DeckLink Mini Monitor 4K [1-1|1080p2997] Reference signal: not supported by hardware.
[2019-11-14 18:08:48.406] [6084] [info]    flash-player[cg20.fth.pal|1024x576] Uninitialized.
[2019-11-14 18:08:48.408] [4988] [info]    flash[cg20.fth.pal|5000] Uninitialized.
[2019-11-14 18:08:48.441] [6756] [info]    DeckLink Mini Monitor 4K [1-1|1080p2997] Successfully Initialized.
[2019-11-14 18:08:48.459] [4900] [info]    output[1] DeckLink Mini Monitor 4K [1-1|1080p2997] Added.
[2019-11-14 18:08:48.459] [6756] [info]    Initialized channels.
[2019-11-14 18:08:48.460] [6756] [info]    Initialized thumbnail generator.
[2019-11-14 18:08:48.460] [6756] [info]    WinSock2 Initialized.
[2019-11-14 18:08:48.461] [6756] [info]    Listener successfully initialized
[2019-11-14 18:08:48.461] [6756] [info]    Initialized controllers.
[2019-11-14 18:08:48.461] [6756] [info]    Initialized osc.
[2019-11-14 18:08:48.461] [6756] [info]    Started initial media information retrieval.
[2019-11-14 18:08:49.325] [2676] [info]    Initial media information retrieval finished.
[2019-11-14 18:08:52.902] [6760] [info]    Accepted connection from 127.0.0.1 2
[2019-11-14 18:08:52.980] [6760] [info]    Received message from 127.0.0.1: VERSION SERVER\r\n
[2019-11-14 18:08:52.980] [2128] [info]    Sent message to 127.0.0.1: 201 VERSION OK\r\n2.0.7.e9fc25a Stable\r\n
[2019-11-14 18:08:52.980] [6760] [info]    Received message from 127.0.0.1: INFO\r\n
[2019-11-14 18:08:52.980] [2128] [info]    Sent message to 127.0.0.1: 200 INFO OK\r\n1 1080p2997 PLAYING\r\n\r\n
[2019-11-14 18:08:52.980] [6760] [info]    Received message from 127.0.0.1: CLS\r\n
[2019-11-14 18:08:52.981] [6760] [info]    Received message from 127.0.0.1: TLS\r\n
[2019-11-14 18:08:52.981] [6760] [info]    Received message from 127.0.0.1: DATA LIST\r\n
[2019-11-14 18:08:52.982] [6760] [info]    Received message from 127.0.0.1: THUMBNAIL LIST\r\n
[2019-11-14 18:08:53.134] [2128] [info]    Sent more than 512 bytes to 127.0.0.1
[2019-11-14 18:08:53.136] [2128] [info]    Sent message to 127.0.0.1: 200 TLS OK\r\n\r\n
[2019-11-14 18:08:53.136] [2128] [info]    Sent message to 127.0.0.1: 200 DATA LIST OK\r\n\r\n
[2019-11-14 18:08:53.139] [2128] [info]    Sent more than 512 bytes to 127.0.0.1
[2019-11-14 18:09:04.778] [6760] [info]    Received message from 127.0.0.1: PLAY 1-10 "STANDINGLTCARDSCULPT" CUT 1 Linear RIGHT\r\n
[2019-11-14 18:09:04.793] [4580] [info]    Initialized ffmpeg tbb context.
[2019-11-14 18:09:04.795] [4580] [info]    ffmpeg[StandingLtCardSculpt.mpg|720x480i59.94|0/51456] [video-decoder] MPEG-2 video
[2019-11-14 18:09:04.798] [4580] [info]    ffmpeg[StandingLtCardSculpt.mpg|720x480i59.94|0/51456] [audio-decoder] MP2 (MPEG audio layer 2)
[2019-11-14 18:09:04.799] [4580] [info]    transition[empty=>ffmpeg[StandingLtCardSculpt.mpg|720x480i59.94|0/51456]] Initialized.
[2019-11-14 18:09:04.799] [4580] [info]    Sent message to 127.0.0.1: 202 PLAY OK\r\n
[2019-11-14 18:09:04.855] [3964] [info]    transition[empty=>ffmpeg[StandingLtCardSculpt.mpg|720x480i59.94|0/51456]] End Of File.
[2019-11-14 18:09:04.862] [3964] [info]    
+---------------+
| filter_buffer |default--[720x480 8:9 yuv420p]--Parsed_yadif_0:default
|   (buffer)    |
+---------------+

                                                      +-------------------+
Parsed_yadif_0:default--[720x480 8:9 yuv420p]--default| filter_buffersink |
                                                      |   (buffersink)    |
                                                      +-------------------+

                                                     +----------------+
filter_buffer:default--[720x480 8:9 yuv420p]--default| Parsed_yadif_0 |default--[720x480 8:9 yuv420p]--filter_buffersink:default
                                                     |    (yadif)     |
                                                     +----------------+


[2019-11-14 18:09:04.862] [3964] [info]    [frame_muxer] deinterlace 720x480i59.94
[2019-11-14 18:09:04.873] [3964] [info]    transition[empty=>ffmpeg[StandingLtCardSculpt.mpg|720x480i59.94|2/51456]] Uninitialized.
[2019-11-14 18:10:41.504] [6760] [info]    Received message from 127.0.0.1: STOP 1-10\r\n
[2019-11-14 18:10:41.504] [4580] [info]    Sent message to 127.0.0.1: 202 STOP OK\r\n
[2019-11-14 18:10:41.507] [4988] [info]    Released ffmpeg tbb context.
[2019-11-14 18:10:48.450] [6760] [info]    Client 127.0.0.1 was disconnected

What is the audio sampling rate of that video? It should be 48kHz.

I checked the file. The audio rate is 48kHz. Specs on the file are as follows:

MPEG
Audio: 224 Kbps
48 kHz
16 Bit
Stereo
Video: 29.97 FPS
720 x 480
YUV
6 Mbps
Pixel Aspect Ratio = 0.909
Does that give any clues?

Thanks.