Intensity Pro 4k RCA Audio Settings

Ask software engineering and SDK questions for developers working on Mac OS X, Windows or Linux.
  • Author
  • Message
Offline

Ron George

  • Posts: 1
  • Joined: Thu Aug 06, 2015 12:04 pm

Intensity Pro 4k RCA Audio Settings

PostFri Aug 07, 2015 5:30 am

Hi,

I am trying to run the following command on gst-1.0 :

gst-launch-1.0 decklinksrc connection =component mode =17 device-number =0 name = demux ! audioconvert ! queue ! level ! alsasink ! sync =false demux. ! videoconvert ! queue ! xvimagesink sync = false

The RCA Audio gets off automatically whenever I run this command .

Please suggest some workaround for this problem.
Offline

Christoph Willing

  • Posts: 25
  • Joined: Fri Jul 12, 2013 10:11 am
  • Location: Brisbane, Australia

Re: Intensity Pro 4k RCA Audio Settings

PostMon Aug 10, 2015 11:29 pm

Sorry I can't answer your immediate question - I just wanted to point out that the fact you're using "decklinksrc" indicates you're not using the latest gst-plugins-bad. The most recent version has separate decklinkvideosrc and decklinkaudiosrc source elements (and corresponding sink elements) which are intended to overcome video/audio shortcomings associated with the single deklinksrc element.

chris
Offline

Dave Johnstone

  • Posts: 223
  • Joined: Mon Dec 08, 2014 11:12 am
  • Location: Adelaide

Re: Intensity Pro 4k RCA Audio Settings

PostThu Aug 13, 2015 11:17 am

Hi Ron,

As Christophe posted, the decklinkaudiosrc plug-in within version 1.5.0.1 gst-plugins-bad has control of the audio connection:

Code: Select all
Element Properties:
  name                : The name of the object
                        flags: readable, writable
                        String. Default: "decklinkaudiosrc0"
  parent              : The parent of the object
                        flags: readable, writable
                        Object of type "GstObject"
  blocksize           : Size in bytes to read per buffer (-1 = default)
                        flags: readable, writable
                        Unsigned Integer. Range: 0 - 4294967295 Default: 4096
  num-buffers         : Number of buffers to output before sending EOS (-1 = unlimited)
                        flags: readable, writable
                        Integer. Range: -1 - 2147483647 Default: -1
  typefind            : Run typefind before negotiating
                        flags: readable, writable
                        Boolean. Default: false
  do-timestamp        : Apply current stream time to buffers
                        flags: readable, writable
                        Boolean. Default: false
  connection          : Audio input connection to use
                        flags: readable, writable
                        Enum "GstDecklinkAudioConnection" Default: 0, "Automatic"
                           (0): Automatic        - auto
                           (1): SDI/HDMI embedded audio - embedded
                           (2): AES/EBU input    - aes
                           (3): Analog input     - analog
                           (4): Analog input (XLR) - analog-xlr
                           (5): Analog input (RCA) - analog-rca
  device-number       : Output device instance to use
                        flags: readable, writable
                        Integer. Range: 0 - 2147483647 Default: 0
  alignment-threshold : Timestamp alignment threshold in nanoseconds
                        flags: readable, writable
                        Unsigned Integer64. Range: 0 - 18446744073709551614 Default: 40000000
  discont-wait        : Window of time in nanoseconds to wait before creating a discontinuity
                        flags: readable, writable
                        Unsigned Integer64. Range: 0 - 18446744073709551614 Default: 1000000000
  buffer-size         : Size of internal buffer in number of video frames
                        flags: readable, writable
                        Unsigned Integer. Range: 1 - 2147483647 Default: 5

Perhaps the later version will help.

Regards,

Dave.
Freelance Television Broadcast Engineer
and Software Programmer.

Return to Software Developers

Who is online

Users browsing this forum: No registered users and 18 guests