Player for your webradio : FREE
  • Hi everyone!

    Let me share with the community this AWSOME free falsh player dedicated to WebRadio (no memory size problems)

    No need to get the AirTime widget... this player grab all the tags info from your IceCast/ShoutCast stream! and many more features

    Perfect for a perfect webradio running on AirTime

    http://blog.codingexpert.de/?p=66

    Enjoy!
    Listen to Ness Radio LIVE
    NESS RADIO
  • 2 Comments sorted by
  • Vote Up0Vote Down Paul BaranowskiPaul Baranowski
    Posts: 389Member, Administrator, Sourcefabric Team
    Very cool, thanks!



    On Thu, Jul 21, 2011 at 10:09 AM, YounesDesign <
    airtime-dev@lists.sourcefabric.org> wrote:

    > **
    > Hi everyone!
    >
    > Let me share with the community this AWSOME free falsh player dedicated to
    > WebRadio (no memory size problems)
    >
    > No need to get the AirTime widget... this player grab all the tags info
    > from your IceCast/ShoutCast stream! and many more features
    >
    > Perfect for a perfect webradio running on AirTime
    >
    > http://blog.codingexpert.de/?p=66
    >
    > Enjoy!
    >

  • This is a wonderful script, thank you.

    I have figured out a work around to get this up and running in icecast 2.4.2...

    BEFORE UPGRADING:

    sudo cp /etc/icecast2/web/status.xml /etc/icecast2/web/status.xml.bak
    sudo cp /etc/icecast2/web/status2.xml /etc/icecast2/web/status2.xml.bak

    You can add the official icecast repo for your version of linux to get the update.

    During update, keep both configs default, or you will have issues to sort out manually.

    AFTER the upgrade..

    sudo cp /etc/icecast2/web/status.xml.bak /etc/icecast2/web/status.xml
    sudo cp /etc/icecast2/web/status2.xml.bak /etc/icecast2/web/status2.xml

    sudo service icecast2 restart

    There ya go, the nowplaying script works, airtime works, and you can leverage most of the new features in icecast (webm streaming for example) through another source/mount..

    This fix may break other new features in icecast2, or at least new data options.. I don't know, I do not care.. I just wanted a way to force everything to work on the new icecast so I can leverage webm streaming features..

    Hope this helps someone out there..