Raised This Month: $51 Target: $400
 12% 

Jukebox for Source - Streaming Music System v0.5.5.0 Beta


Post New Thread Reply   
 
Thread Tools Display Modes
nyf-nyf
Junior Member
Join Date: Sep 2009
Old 10-12-2010 , 11:32   Re: Jukebox for Source - Streaming Music System v0.5.4.2 Beta
Reply With Quote #711

Tryed different fixes of query.php, but the song is not playing ingame.
When i click on the song at the admin panel of the jukebox i see the message like this (Got soundmanager2 installed)

Code:
FUCK YEAH JUKEBOX :3

                          
-
SMSound._onload(): "sound" failed to load? - http://mysite/jukebox/1/0/10435683f269bf627c52c9e09b04aa81.mp3 HTML5::error: 4 HTML5::loadstart: sound HTML5::play: sound SMSound.play(): "sound" is starting to play SMSound.play(): Attempting to load "sound" creating HTML 5 audio element with URL: http://mysite/jukebox/1/0/10435683f269bf627c52c9e09b04aa81.mp3 Loading sound sound from HTML5 SMSound() merged options: { id: sound, url: http://mysite/jukebox/1/0/10435683f269bf627c52c9e09b04aa81.mp3, autoLoad: false, stream: true, autoPlay: false, loops: 1, onbeforefinishtime: 5000, onjustbeforefinishtime: 200, multiShot: true, multiShotEvents: false, pan: 0, volume: 100, usePeakData: false, useWaveformData: false, useEQData: false, useVideo: false, bufferTime: 3 } soundManager.createSound(): sound (http://mysite/jukebox/1/0/10435683f269bf627c52c9e09b04aa81.mp3) soundManager: Firing 1 onready() item -- SoundManager 2: loaded -- -- SoundManager 2: HTML5 support tests (/(.*)/i): mp3: true, mp4: true, ogg: true, wav: true -- -- soundManager::init() -- -- SoundManager 2 V2.96a.20100606 (HTML5-only mode), MovieStar mode, normal polling -- Note: Switching to flash 9, required for MP4 formats.
Still no sound is playing. But if i copy/paste the url line into my browser it opens quicktime player and plays the song.

When i return the original query.php file - it doesn't play the music too.

Any suggestions?

P.S. Also the motd window don't appear when i try to select the song. Don't know if it is right..

Last edited by nyf-nyf; 10-12-2010 at 11:35.
nyf-nyf is offline
MiracleM4n
Junior Member
Join Date: Oct 2010
Old 10-15-2010 , 04:07   Re: Jukebox for Source - Streaming Music System v0.5.4.2 Beta
Reply With Quote #712

I Dont Think The jb_db_conn_name Command Is Working As I Changed My Sourcemod "default" Database In Databases.cfg To A Remote Host (Just To See If This Was A Problem) And Created Another Database For Where The Jukebox Plugin Should Attach To as "juke" I Filed All Info In Correctly As The Other Database Plugin I Have Works With The Info (SourceBans) So It Is 100% Not A Problem On My End. Finally I Added jb_db_conn_name "juke" And On A Seperate Linejb_db_conn_name juke To The jukebox.cfg And Placed This In Both cstrike/addons/sourcemod/configs and cstrike/cfg/sourcemod folders To Be Sure I Didn't Do Anything Wrong. When I Restart Server I Get This Message In Console:[
PHP][jukebox.smx] Failed to clear streams database. Error: Table 'counters_default.jb_streams' doesn't exist [/php]

That Was The Database Name For The "default" MySql Database I Set Up So Is The jb_db_conn_name Working Properly Could Anyone Provide Help On This Issue As I Really Want To Use This Plugin Ive Seen It Implemented On Another Server Before.

EDIT: This Is My Full jukebox.cfg File:
PHP Code:
// Jukebox config file - distributed with Jukebox version 0.5.4.0
// This file was auto-generated by SourceMod (v1.3.1)
// ConVars for plugin "jukebox.smx"


// An admin flag string identifying the admin flags that grant Public Stream playback control permissions, or leave blank to grant access to all users.
// -
// Default: "jz"
jb_admin_flags_playall ""

// An admin flag string identifying the admin flags that grant Jukebox operation rights during the 'reserved' state.
// -
// Default: "jz"
jb_admin_flags_reserved "z"

// An admin flag string identifying the admin flags that grant Jukebox Admin Menu access, or leave blank to grant access to all users with general Admin Menu access rights.
// -
// Default: "hz"
jb_admin_flags_settings "z"

// The number of seconds after first spawning to display the Jukebox advertisement, or set to 0 to not display the advertisement.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "300.000000"
jb_advertisement "0"

// Sets the in-chat playback announcement mode.  0 = no announce, 1 = announce first track of each selection list, 2 = announce every track for Public Stream and only first track for Private Streams, 3 = announce every track for Public and Private Streams.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "3.000000"
jb_announce_mode "0"

// URL path to Jukebox's base folder.
// -
// Default: ""
jb_base_url "http://jb.miracleservers.co.cc/"

// Named SQL connection to be used by Jukebox.  Database must be defined within sourcemod/configs/database.cfg
// -
// Default: "default"
jb_db_conn_name "juke"
jb_db_conn_name juke
// SQL table name for the Log History table.
// -
// Default: "jb_log_history"
jb_db_log_history "jb_log_history"

// SQL table name for the Log Usernames table.
// -
// Default: "jb_log_usernames"
jb_db_log_usernames "jb_log_usernames"

// SQL table name for the Options table.
// -
// Default: "jb_options"
jb_db_options "jb_options"

// SQL table name for the Playlists table.
// -
// Default: "jb_stream_tracks"
jb_db_playlists "jb_stream_tracks"

// SQL table name for the Streams table.
// -
// Default: "jb_streams"
jb_db_streams "jb_streams"

// SQL table name for the Tracks table.
// -
// Default: "jb_tracks"
jb_db_tracks "jb_tracks"

// Enables Jukebox operation.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
jb_enabled "1"

// Anti-leech password used to timestamp produced URLs.  Must match the leech password specified on the web server.
// -
// Default: ""
jb_leech_password ""

// Enables playback logging.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
jb_log_use "0"

// The number of times the user must cancel a public song to be automatically reminded and invited to adjust personal playback settings. Set to 0 to disable.
// -
// Default: "3"
// Minimum: "0.000000"
jb_monitor_jboff_use "3"

// When enabled, users will be reconnected to their music stream after being interrupted by an HTML-based Message of the Day display.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
jb_motd_restart "0"

// Default setting for if clients should be subscribed to public streams.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
jb_playall_default "1"

// When enabled, connecting new players will be merged into the active public stream.
// -
// Default: "1"
// Minimum: "0.000000"
// Maximum: "1.000000"
jb_playall_on_connect "1"

// The interval time between popularity decay events, in seconds
// -
// Default: "86400"
// Minimum: "60.000000"
jb_popularity_decay_interval "86400"

// Percentage rate of decay of popularity scores per interval time
// -
// Default: "5"
// Minimum: "0.000000"
// Maximum: "100.000000"
jb_popularity_decay_rate "5"

// Default setting for automatic music queuing.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
jb_queue_default "0"

// Reserves Jukebox operation for admins.
// -
// Default: "0"
// Minimum: "0.000000"
// Maximum: "1.000000"
jb_reserved "0"

// Default playback volume for new users
// -
// Default: "80"
// Minimum: "1.000000"
// Maximum: "100.000000"
jb_volume_default "80"

// Volume boost for 'loud' playback
// -
// Default: "20"
// Minimum: "0.000000"
// Maximum: "50.000000"
jb_volume_loud "20"

// The minimum permitted volume setting, as a percentage of maximum volume.
// -
// Default: "10"
// Minimum: "1.000000"
// Maximum: "100.000000"
jb_volume_min "10"

// Volume reduction for 'soft' playback
// -
// Default: "-20"
// Minimum: "-50.000000"
// Maximum: "0.000000"
jb_volume_soft "-20" 

Last edited by MiracleM4n; 10-15-2010 at 04:11.
MiracleM4n is offline
2befine
Junior Member
Join Date: Nov 2009
Old 10-17-2010 , 08:15   Re: Jukebox for Source - Streaming Music System v0.5.4.2 Beta
Reply With Quote #713

Does not working with Left 4 Dead. Jukebox playing but no sound.

Last edited by 2befine; 10-18-2010 at 18:59.
2befine is offline
j0k4w1ld
Member
Join Date: Jul 2010
Old 10-18-2010 , 21:13   Re: Jukebox for Source - Streaming Music System v0.5.4.2 Beta
Reply With Quote #714

any one has a demo link for this plugin
__________________
------------------------------------------------
j0k4w1ld is offline
Darkimmortal
Senior Member
Join Date: Aug 2008
Old 10-19-2010 , 18:22   Re: Jukebox for Source - Streaming Music System v0.5.4.2 Beta
Reply With Quote #715

Not sure if this is already known, but whatever Valve has done recently to TF2 has fixed my modded version of Jukebox - it no longer crashes at all

It's posted somewhere several pages back
__________________
Darkimmortal is offline
DontWannaName
Veteran Member
Join Date: Jun 2007
Location: VALVe Land, WA
Old 10-19-2010 , 23:03   Re: Jukebox for Source - Streaming Music System v0.5.4.2 Beta
Reply With Quote #716

I sent in a bug report a few weeks ago, did they really fix it?

I still crash?
__________________


Last edited by DontWannaName; 10-19-2010 at 23:21.
DontWannaName is offline
Drixevel
AlliedModders Donor
Join Date: Sep 2009
Location: Somewhere headbangin'
Old 10-21-2010 , 02:24   Re: Jukebox for Source - Streaming Music System v0.5.4.2 Beta
Reply With Quote #717

Any major updates on this plugin? does it work? I've been busy with school work so i couldn't keep track of it myself. -.-

-DJ
Drixevel is offline
DontWannaName
Veteran Member
Join Date: Jun 2007
Location: VALVe Land, WA
Old 10-22-2010 , 19:19   Re: Jukebox for Source - Streaming Music System v0.5.4.2 Beta
Reply With Quote #718

So I have been trying to fix this. There is a work around that I am sure will work, I just dont know how to implement it. Basically, the page needs to get reloaded to another site after the end of a song. Such as about:blank before another song can start. Not sure why though. If you go ingame, play a full song, then open motd, and play a song it will not crash.
__________________

DontWannaName is offline
red_snow
SourceMod Donor
Join Date: Jul 2010
Location: 127.0.0.1
Old 11-03-2010 , 03:08   Re: Jukebox for Source - Streaming Music System v0.5.4.2 Beta
Reply With Quote #719

Anybody is having any luck getting this thing to work?
__________________
red_snow is offline
badwolf
Senior Member
Join Date: Apr 2010
Old 11-04-2010 , 16:55   Re: Jukebox for Source - Streaming Music System v0.5.4.2 Beta
Reply With Quote #720

Is there not any way this type of thing can be made so people can really use this... legally... you know what I mean...

Like maybe add support for streaming from a website..like youtube or something...
badwolf is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:10.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode