We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.

Shoutcast radio player (3d casette player style)

Home Forums Programming Shoutcast radio player (3d casette player style)

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #40923
    kamonciks
    Participant

    Hi. I just wonderin that is it possible create 3d radio-casette player with 3d buttons (made in blender) and trigger their push animation radio’s status like play, pause etc.?

    Also do you think is it possible use some sound visulaiser codes as texture for 3d radio object’s front panel? I am thinking of using shoutcast player like this ( https://audioplayer.luna-universe.com/fullsize ) and wondering is there any way to use some kind of realtime visulation style of streaming radio as a tecxture for 3d object?

    Attachments:
    You must be logged in to view attached files.
    #40931

    Hi,
    Sure, with WebAudio you can create advanced audio visualizations. See example here.

    Soft8Soft Tech Chief
    X | FB | LinkedIn

    #40933
    kamonciks
    Participant

    How can i stream shoutcast radio from puzzle scene?

    #40956

    Hi,

    How can i stream shoutcast radio from puzzle scene?

    You need to find a server or build one yourself so you be able to request audio from it via the load_sound puzzle.
    Something like this should work:
    puzzles.png

    You can go to the Icecast radio directory http://dir.xiph.org/ then open a station and copy its address into the load sound puzzle to test it out.

    Attachments:
    You must be logged in to view attached files.

    Co-founder and lead developer at Soft8Soft.

    #40962
    kamonciks
    Participant

    Shoutcast radio streams are not give any mp3 files. I added stream adress and it did not work. Your mentionet above as mp3 file but it does not make any sense for shoutcas/icecast radio servers. Any suggestion?

    #40973

    That’s not a file but just an address, so it doesn’t really matter if it has an extension or not. Some shoutcast stations have the mp3 extension, most likely as an audio format hint, for example, http://62.141.38.36:8080/dance.mp3

    Here’s a project example that works for me: radio_player.zip – just click on the cube and the radio should start playing.

    Attachments:
    You must be logged in to view attached files.

    Co-founder and lead developer at Soft8Soft.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.