thedudeguy / JukeIt

A Bukkit plugin for Minecraft that allows you to "Burn" new music onto Music Discs and play them in the Jukeboxes.
GNU General Public License v3.0
10 stars 10 forks source link

Songs not downloading #82

Closed leo82309 closed 12 years ago

leo82309 commented 12 years ago

I was testing this plugin and it only works for me and none of my friends with "SpoutCraft" wont finish downloading files after 5 minites(5mb) and yes there using spoutcraft and i have Spout & jukeBukkit installed.

thedudeguy commented 12 years ago

are the songs coming from the server or from an external url?

leo82309 commented 12 years ago

Server

thedudeguy commented 12 years ago

are you on the same network as your server?

thedudeguy commented 12 years ago

With the information I have, Im guessing that you are on the same network, and your friends are outside of your network. You want to make sure that your network is properly configured to forward traffic from the internet to the web server on the appropriate port.

leo82309 commented 12 years ago

Anyone can access the web server http://www.terracraft.us:2020

thedudeguy commented 12 years ago

can you whitelabel me on your server?

thedudeguy commented 12 years ago

"chrisrulesall" that is

DrakeBD commented 12 years ago

I can verify that this does happen sometimes the songs from the server do not download at all lol songs from URL work one day then dont work the next

leo82309 commented 12 years ago

kk on that

leo82309 commented 12 years ago

Done thedudeguy

thedudeguy commented 12 years ago

hm, make sure your other players have their Music volume above 0. A lot of people turn music volume to 0 and forget its muted, which music doesn't even start playing for a player with music volume set to 0. Try to keep your music's file size to a minimum, larger file download can be difficult for spout, and seem to be able to be easily interrupted. Also, it is very much so possible that a user's firewall be blocking access to the server over the specified port. you can try changing the port number to something more compatible. you can also test the web servers music in a browser by going to http://[serverHost]:[serverPort]/music/[filename]

also refrain from using spaces in file names, if possible try to name your files with only alpha-numeric characters.

leo82309 commented 12 years ago

Ok works with the external urls my friends & I am very Happy thanks!

thedudeguy commented 12 years ago

also make sure the config option webServerHost is set correctly. see the Configuration page in the wiki.