Detect Dolby Atmos programmatically

Hi, I am trying to detect if an audio stream is Dolby Atmos. I have existing code that determines if a stream is Dolby Atmos based on the following:

  • Channel count is greater than equal to 8
  • Binaural is true
  • Immersive is true
  • Downmix is false

I am trying to determine if these rules are correct and documentation that specifies these rules that I can reference in the future.

Any help you can provide is greatly appreciated.

Regards,

John

Answered by john_paramount in 803305022

See here for a table that details how to determine if a stream is Dolby Atmos based on audio bitrate.

https://developer.apple.com/documentation/http-live-streaming/hls-authoring-specification-for-apple-devices

Accepted Answer

See here for a table that details how to determine if a stream is Dolby Atmos based on audio bitrate.

https://developer.apple.com/documentation/http-live-streaming/hls-authoring-specification-for-apple-devices

Detect Dolby Atmos programmatically
 
 
Q