0

I am in the process of creating an audio broadcasting app that will use either shoutcast or icecast (I need only one of them) and I can't seem to find any library that can help me out does any one have an Idea that can help me

Nader Zouaoui
  • 39
  • 3
  • 15
  • _"Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it"_ – stuartd Aug 17 '18 at 22:20
  • Possible duplicate of [Icecast 2: protocol description, streaming to it using C#](https://stackoverflow.com/questions/5215019/icecast-2-protocol-description-streaming-to-it-using-c-sharp) – Brad Aug 18 '18 at 21:03

1 Answers1

0

There are two possible approaches that I can think of right now for C#:

TBR
  • 2,790
  • 1
  • 12
  • 22
  • Thanks very much TBR that solved my problem and the Dll even though random they seem to work perfectly fine, although the only issue is that they are built to run on 32bit OS and I'm building it to target 64 bit because I wan't to listen to 64 bit processes that are running in the computer. I have no clue as to how I can convert them into a 64 dlls – Nader Zouaoui Aug 19 '18 at 13:33
  • Build from source, it's not that hard. There is no magic way to "convert" them otherwise. – TBR Aug 19 '18 at 14:04
  • I'm sorry if I'm being a bit stupid here but where can I get the source from? – Nader Zouaoui Aug 19 '18 at 14:17