I am trying to add manually to the .mpd file the following code.
<AdaptationSet contentType="audio" segmentAlignment="true" bitstreamSwitching="true" lang="English">
<Representation id="1" mimeType="audio/mp4" codecs="mp4a.40.2" audioSamplingRate="44100">
<AudioChannelConfiguration schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011" value="2" />
<SegmentTemplate timescale="44100" media="http://localhost/audio.aac" startNumber="1">
</SegmentTemplate>
</Representation>
</AdaptationSet>
But its not working, Does everything have to be segmented in .mpd files ? or can I have a single .acc file?