Server Version#: 1.32.5.7349
Player Version#: 9.29.0.3217
For the last few days I have had issues with media starting in a paused state and when I hit play there is no audio. Usually a reboot will fix it for a short time. Below file was DTS-HD audio. I have seen it with AC3 also.
08-07 15:16:53.915 i: [ExoPlayer][EventLogger] videoInputFormat [eventTime=75.86, mediaPos=16.90, window=0, period=0, id=0, mimeType=video/avc, bitrate=17899114, codecs=h264, res=1920x1080, fps=23.976025]
08-07 15:16:53.915 e: [ExoPlayer][ExoPlayerImplInternal] Playback error
androidx.media3.exoplayer.ExoPlaybackException: MediaCodecAudioRenderer error, index=3, format=Format(1, null, null, audio/vnd.dts.hd, dts, -1, english, [-1, -1, -1.0, null], [6, 48000]), format_supported=NO_UNSUPPORTED_TYPE
at androidx.media3.exoplayer.ExoPlayerImplInternal.handleMessage(SourceFile:370)
at android.os.Handler.dispatchMessage(Handler.java:102)
at android.os.Looper.loop(Looper.java:223)
at android.os.HandlerThread.run(HandlerThread.java:67)
Caused by: androidx.media3.exoplayer.mediacodec.MediaCodecRenderer$DecoderInitializationException: Decoder init failed: [-49999], Format(1, null, null, audio/vnd.dts.hd, dts, -1, english, [-1, -1, -1.0, null], [6, 48000])
at androidx.media3.exoplayer.mediacodec.MediaCodecRenderer.maybeInitCodecWithFallback(SourceFile:202)
at androidx.media3.exoplayer.mediacodec.MediaCodecRenderer.maybeInitCodecOrBypass(SourceFile:150)
at androidx.media3.exoplayer.mediacodec.MediaCodecRenderer.onInputFormatChanged(SourceFile:38)
at androidx.media3.exoplayer.audio.MediaCodecAudioRenderer.onInputFormatChanged(SourceFile:11)
at androidx.media3.exoplayer.mediacodec.MediaCodecRenderer.readSourceOmittingSampleData(SourceFile:22)
at androidx.media3.exoplayer.mediacodec.MediaCodecRenderer.render(SourceFile:29)
at androidx.media3.exoplayer.ExoPlayerImplInternal.doSomeWork(SourceFile:98)
at androidx.media3.exoplayer.ExoPlayerImplInternal.handleMessage(SourceFile:226)
... 3 more