No embedded audio via DeckLink MiniMonitor

Hi.

I have a Problem considering playout with embedded audio… I am using a BlackmagicDesign Decklink MiniMonitor Card for playout.

Video is working fine, but there is no audio coming out of the video card…
The CasparCG Client otherlike is showing there is audio embedded in the video file.

I’ve added my CasparCG Server config file, maybe anyone of you can find a mistake… thanks!

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <paths>
    <media-path>media\</media-path>
    <log-path>log\</log-path>
    <data-path>data\</data-path>
</paths>
<accelerator>auto </accelerator>
  <channels>
    <channel>
        <video-mode>1080i5000</video-mode>
	<channel-layout>stereo</channel-layout>
      <consumers>
		<decklink>
			<device>1</device>
			<embedded-audio>ture</embedded-audio>
			<channel-layout>stereo</channel-layout>
 			<latency>normal</latency>
			<buffer-depth>4</buffer-depth>
			<custom-allocator>true</custom-allocator>
		</decklink>
     </consumers>
    </channel>
  </channels>
<audio>
  <channel-layouts>
    <channel-layout>
      <name>stereo</name>
      <type>2.0</type>
      <num-channels>2</num-channels>
      <channels>L R</channels>
    </channel-layout>
    <channel-layout>
      <name>passthru</name>
      <type>16ch</type>
      <num-channels>16</num-channels>
      <channels />
    </channel-layout>
  </channel-layouts>
</audio>
  <controllers>
    <tcp>
        <port>5250</port>
        <protocol>AMCP</protocol>
    </tcp>
  </controllers>
</configuration>

Check Spelling of true in embedded audio

Oh thanks! Sometimes you suffer from tunnel vision when you stare hours and hours at a PC screen…

1 Like

FYI the Online config file validator would have cought this as you can see with your config here:
Online CasparCG config file validator

2 Likes

I‘m completely new to CasparCG since today…

Nice hint! Thank you :+1:t2: