Broadcaster Output error - Unsupported Encoding
2 min
error broadcaster output error unsupported encoding issue the "unsupported encoding" error usually relates to a codec the target cannot accept; the error comes from the target itself it is most often an unsupported audio type for example, rtmp output supports only aac or mp3 audio, and only h 264 or hevc video, any other audio (e g mpeg 1 layer 1/2, ac 3) or video codec will be rejected with this error resolution transcode the stream and set the audio to aac (mp3 is also accepted for rtmp), and video to h 264/hevc; or go back to the provider and have the encoding adjusted to a supported type — e g change the rtmp audio from mpeg to aac

