Click here to Skip to main content
15,891,748 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to play mp3 files from internet while it's downloading at the same time. I have worked with NAudio but it is difficult to implement internet streaming with NAudio library for me. Are there more flexible open source libraries you can suggest for streaming mp3?
Posted
Updated 21-Nov-15 13:32pm
v2
Comments
HTML5 audio tag?
Sergey Alexandrovich Kryukov 21-Nov-15 23:01pm    
Well, yes, but if this is a Web application. It is not apparent from this unclear question. Just the opposite: the inquirer asks for streaming. HTML5 audio can use streaming, but not used to stream audio...
—SA
Correct. :)
Sergey Alexandrovich Kryukov 21-Nov-15 23:00pm    
What is your application type?
You need to understand: streaming audio is one thing, playing it is something very different. You need to describe what you really want to achieve.
—SA
Amt-Coder 27-Nov-15 6:49am    
It is a Windows Form Application. The source url that contains mp3 file is taken from www.youtube-mp3.org

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