Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi there!
I download and convert a audio file from the web with ffmpeg and convert them to mp3 with "-acodec libmp3lame -ab 128k" using a selfwritten wrapper in C#. This file can be perfectly played in Winamp for example.
But now I want to play this file in my C# application with MFC and the "Error 277" is thrown. With some other music files it is working.
Do you know what the problem can be?

Thanks in advance!

------

PS: Do you know other working methods of how to play Mp3's using C#? I only found the MCI-way working (sometimes :P)
Posted
Updated 22-Aug-12 4:23am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900