We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 20865
    • 30 Posts
    Hello everyone.
    I want to have online radio for my music, basically that means that I need to make a stream and translate it to the file, typically it is icecast2 and a stream-generator(some kind of player or direct source). And icecast2 with stream-generator have their own web-interface, so I thought that there can be some sort of integrating of that web interface into modx admin panel.
    So, I'm just curious - is there some sort of audio players that will be good as a source for stream-server for modx revo with integrated interface?

    Basic purpose - want to have html5 audio player that has .ogg and .mp3 sources with the label of playing song, advanced - have a possability to administrate users and playlists in the modx with likes count and it would be really cool if webRTC would work on all of this.

    For now I know how to establish basic service for online-radio, but it isn't so comfortable to use one more service to manage online-radio.
    • You can embed any stream player in MODx you want. You can use any version of HTML that you want. Use any javascript library you want, with AJAX to store user selections and snippets to load customized page for the user.

      http://www.jplayer.org/latest/demos/

        Studying MODX in the desert - http://sottwell.com
        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
        Join the Slack Community - http://modx.org
        • 20865
        • 30 Posts
        I know how to embed a player to the output web page, it isn't so hard with html5 audio.
        I want to form a stream and broadcast it to that player on a page, and want to control the process of forming and broadcasting of a stream from modx admin panel. I know how to form it, but don't know any solutions for controlling inside of modx.