osxaudiosink not working on iOS 12

jml5qh jml5qh at gmail.com
Mon Jul 30 17:59:05 UTC 2018


I'm having an issue when using osxaudiosink on iOS 12. It looks like iOS 12
sets the AudioChannelLayout.mChannelLayoutTag = 6619138. However, in
gstosxcoreaudio, GStreamer only supports mChannelLayoutTag =
kAudioChannelLayoutTag_UseChannelDescriptions.

if (layout->mChannelLayoutTag !=
      kAudioChannelLayoutTag_UseChannelDescriptions) {
    GST_ERROR
        ("Only kAudioChannelLayoutTag_UseChannelDescriptions is
supported.");
    *channels = 0;
    *channel_mask = 0;
    return FALSE;
  }

Is this an iOS 12 bug or something GStreamer needs to update.



--
Sent from: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list