Unable to play aac file

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Unable to play aac file

Killerbee
This post was updated on .
Hello Fre;D

If you have some spare time, would you be so kind to investigate why I am unable to play this aac file?
[link removed]
I get and floating point error.

FYI
I am able to play it with cvlc but not with libvlc.

Thanks again
KB
Reply | Threaded
Open this post in threaded view
|

Re: Unable to play aac file

fredvs
Administrator
Hello Killerbee.

I have try your aac file with the 3 formats:

 MP4OpenFile(FileName, FAAD_FMT_FLOAT);
 MP4OpenFile(FileName, FAAD_FMT_32BIT);
 MP4OpenFile(FileName, FAAD_FMT_16BIT);
     
All does not create the stream.
Sadly aac codec does not give any infos why it cannot open the file.

I have loaded your file with Audacity: ok, Audacity can load it.
Then I have saved it with same name.

And... now uos can read it.

Sorry but I cannot help you for this.

Fre;D
Reply | Threaded
Open this post in threaded view
|

Re: Unable to play aac file

Killerbee
Okay thanks for your time
KB