Need to make a website for streaming mp3 songs

Discussion in 'HTML & Website Design' started by pri2sh, Jul 7, 2011.

  1. #1
    i'm working on making a site for streaming mp3 songs , probably make a online radio site,
    i need a good mp3 player for streaming mp3, i prefer ajax,flash, or html5 or other common language script.

    I'm going to upload all mp3 to another server and then stream it on my site so i need a player that can stream remote mp3.
    any suggestions, alternative actions i can take , script suggestion is welcomed.
     
    pri2sh, Jul 7, 2011 IP
  2. mad-x-dog

    mad-x-dog Peon

    Messages:
    41
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    u like me to code you one?
     
    mad-x-dog, Jul 7, 2011 IP
  3. pri2sh

    pri2sh Active Member

    Messages:
    169
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #3
    i would like to do it myself,, problem is i don't have money , if you can do for free its ok :p
     
    pri2sh, Jul 7, 2011 IP
  4. Anna Lang

    Anna Lang Active Member

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    93
    #4
    u can find lots of free mp3 steaming scripts online google them
     
    Anna Lang, Jul 10, 2011 IP
  5. pri2sh

    pri2sh Active Member

    Messages:
    169
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #5
    google showed lots of option , but could not choose which one i tried 3-4 player but their playlist management is not good
     
    pri2sh, Jul 12, 2011 IP
  6. gviger

    gviger Peon

    Messages:
    38
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    gviger, Jul 12, 2011 IP
  7. rajmv

    rajmv Peon

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I'm using jPlayer for mediabeez-dot-ws/music. dunno if it supports streaming remote mp3's though..
     
    rajmv, Jul 12, 2011 IP
  8. jenniferhudson

    jenniferhudson Peon

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    You can search from Google, there you will find many of players according your match.
     
    jenniferhudson, Jul 12, 2011 IP
  9. pri2sh

    pri2sh Active Member

    Messages:
    169
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #9
    i'm currently using embed WMP ,good point is that is that it supports playlist files and read artist info,album etc tags attached in MP3. down point is , it is hard to get working in cross platform . i need to download separate plugin for it to run in Firefox,chrome
    i tried jplayer , it is in html5 with flash fall back but it's playlist management is not good.. it seems like it is made to stream static content only ..

    @gviger
    that is started from scratch or fork of some other open source ?

    @rajmv
    that site look great , but don't u think it is hard to manage playlist ? specially when content is chancing frequently.
     
    pri2sh, Jul 15, 2011 IP
  10. gviger

    gviger Peon

    Messages:
    38
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10

    It is created from scratch.
    I am storing playlist in session and starting to play from song that is currently playing if page is refreshed, but I keep almost everything in ajax calls, to stop restarting songs.

    Also flash player is working with JS on page with AS<->JS calls, for playlist management.
     
    gviger, Jul 15, 2011 IP
  11. Fredan

    Fredan Greenhorn

    Messages:
    53
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #11
    gviger ver nice site you made.
    Can i ask what you made that with and was it pretty hard to design?
    Apologies to pri2sh for asking other people questions while on your thread.
     
    Fredan, Jul 18, 2011 IP
  12. gviger

    gviger Peon

    Messages:
    38
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #12
    It was created with PHP/MYSQL/JS/ActionScript and it was developed on top of custom CMS platform.
     
    gviger, Jul 19, 2011 IP
  13. Fredan

    Fredan Greenhorn

    Messages:
    53
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #13
    Ahh ok and thnx.
    Will have to check it out :)
     
    Fredan, Jul 19, 2011 IP