I found AzuraCast but it seems that it doesn’t work wit FireFox and Safari, but only with chrome to listen to music, and the DJ is a bit weird to use. I also found BottledRadio but have no experience on how it works. Any other one you may know of or can advise how to solve/work with the ones above?

  • @Anachron
    link
    53 years ago

    You don’t really need a tool by itself, a few shell scripts should be enough.

    I would use one shell script to loop through my song library and pipe data to some fifo.

    Then you can read this fifo with ffmpeg and broadcast it somewhere.

    The advantage of this approach is its flexible, easy to modify and you can use the tools you already have.

    See https://trac.ffmpeg.org/wiki/StreamingGuide

    • @Anachron
      link
      1
      edit-2
      3 years ago

      deleted by creator

    • ZoëOP
      link
      13 years ago

      I’d like something on which we can put music on and when we want stop it and broadcast source coming from a mic, or even input from our choice, instead of automated playlist from a folder.

      • @Anachron
        link
        13 years ago

        You can do that as well with scripts, easily. If you are looking for a GUI Version I can’t help you.

        • ZoëOP
          link
          13 years ago

          I’d be interested to learn how, I was just looking for a GUI bcs Im working for a friend that wants to do a Web radio station and with a GUI it would remive work that I’d have to do.