karlheyes / icecast-kh

KH branch of icecast
GNU General Public License v2.0
298 stars 106 forks source link

aac he v2 intro audio support #212

Closed DuncanFairley closed 6 years ago

DuncanFairley commented 6 years ago

Can AAC streams play intro audio?

I haven't managed to get it to play the stream after the introaudio file yet.

karlheyes commented 6 years ago

that should be fine assuming the intro is the same format as the stream, eg not in an mp4 container. The more recent commits on master report the detected format of the intro when stream starts. In such cases then it should report AAC and the basic details.

karl.

DuncanFairley commented 6 years ago

Oh cool - the issue was that I was putting the introaudio in a mp4 container - I added a -f adts to ffmpeg and it seems to work perfectly now. Thanks!