I need to play an AAC file at the same time as an MP4 file. Is this possible with the Javascript browser?
I tried to use ffmpeg on the server, but there is a problem of content length mismatch regarding AAC files (I have to do it on the fly). But I have a preference to do it in the browser.
I've already searched many forums but couldn't find what I wanted to do.