C# Audio Streaming Ripper

Hello All,

I need some help creating this small application in C#. I have a .CS file that rips a shoutcast streaming to an mp3 file in a local folder. But that’s all I have, and I need to turn that into an actual application. I need to use this application to monitor some shoutcast streaming feeds, for this, we need to provide the HOST IP and PORT for each feed, and I can think of couple of ways we can do that, one is having a small form or fields in a window tab where we can assign each one streaming feed data, this way we can provide the streaming data to the application manually, the second way I’m thinking, is by querying a MYSQL table, where the data is currently stored, for this, we will need to have a fields to provide the mysql server data. Either way works fine for me, the easiest the better. Also, it would be nice to have a small window where we can monitor all the currently running feeds and if they are active or recording.

At the end, I would like to have all the files from the project, so if I need to make a small adjustment to it using Visual Studio C# I can just open it and do it.

Please let me know, I can provide the C# .CS file that rips the Shoutcast Streaming feed to .mp3

Leave a Reply

Your email address will not be published. Required fields are marked *