How can I stream with PCM audio codec?

Century21

New Member
Audio Codec.png


Hello, I’m developing rtmp server with java for automatic language recognition with translation feature in our company.

However, I’m struggling about handling aac format decode. Our STT server only supports PCM audio.

Is there any way or plugin that output audio stream (for broadcast, not recording) with PCM, not AAC.
There is the option that only I can choose for streaming is FFMPEG_AAC, and I can’t find any other options.

I have tried to convert AAC to PCM on the RTMP Server, but there are some error with about format.
I think it is more easier to change output setting of OBS rather then convert it on the stream server.
 
Top