Search found 78 matches

by sound selecta
Mon Mar 02, 2015 6:25 pm
Forum: Steamcast
Topic: CPU going high 100%+
Replies: 17
Views: 52246

Re: CPU going high 100%+

I believe no encoding in mp3 to mp3 since I see minimal CPU usage vs when going from mp3 to ogg. I re econded all files to 41000 and will see if it still crashes. Since it didn't when going from MP3 to OGG I guess the 48000 files where maybe causing some issues.
by sound selecta
Sun Mar 01, 2015 4:21 pm
Forum: Steamcast
Topic: CPU going high 100%+
Replies: 17
Views: 52246

Re: CPU going high 100%+

Ok looking at some track through Kid3 I can see

Mojority of track are 128KB 44100 joint or stereo

Some are 128KB 48000

and for some kid3 doesn't shows the encoing info.
by sound selecta
Sat Feb 28, 2015 5:38 pm
Forum: Steamcast
Topic: CPU going high 100%+
Replies: 17
Views: 52246

Re: CPU going high 100%+

Hi This is what I got in mpd.conf # An example of a shout output (for streaming to Icecast): # audio_output { type "shout" encoding "mp3" # optional name "Old Skool and Ragga Jungle" host "ice.futureassassin.com" port "8000" mount "/auto.mp3&quo...
by sound selecta
Thu Feb 12, 2015 11:03 pm
Forum: Steamcast
Topic: CPU going high 100%+
Replies: 17
Views: 52246

Re: CPU going high 100%+

Hmm just happened again. Same error messages in the tmux session.
by sound selecta
Sun Feb 08, 2015 11:30 pm
Forum: Steamcast
Topic: CPU going high 100%+
Replies: 17
Views: 52246

CPU going high 100%+

I switched from MPC with mp3 to ogg to MPC mp3 and seems steamcast eats up CPU 100%+ once in a blue moon and stops responding. This is what I saw in the tmux session but non of this if is in the log file. 02/09/2015@00:20:03] Client: Invalid Socket Too many open files [02/09/2015@00:20:03] <www.stea...
by sound selecta
Tue Dec 30, 2014 2:37 am
Forum: Steamcast
Topic: Need a web player that shows current track
Replies: 1
Views: 16598

Need a web player that shows current track

Not having any luck finding a web base player that will display the current track, at least none of the HTML5 ones I've tested can do it.

Thanks
by sound selecta
Wed Dec 10, 2014 1:54 am
Forum: Steamcast
Topic: Any scripts to show current track/last play tracks?
Replies: 36
Views: 235160

Re: Any scripts to show current track/last play tracks?

Ok I'm gonna see if I can get someone to do this script into a Drupal module.
by sound selecta
Mon Dec 08, 2014 2:59 pm
Forum: Steamcast
Topic: Live and backup stream user count and YP listings.
Replies: 4
Views: 14428

Re: Live and backup stream user count and YP listings.

Thanks look forward to the new feature. So will the user count be transfered from the auto and live mounts to the primary mount which is lised in the YP's? In reality I guess this is onyl needed if yu are relying on the YP's to bring in listeners as otherwise most sites would have custom scripts to ...
by sound selecta
Sun Dec 07, 2014 12:37 pm
Forum: Steamcast
Topic: Live and backup stream user count and YP listings.
Replies: 4
Views: 14428

Live and backup stream user count and YP listings.

Hmm ran into some issues here but I guess this is by design. I have my mounts set up like this SourceMount1=/live.ogg SourceBackup1=/auto.ogg SourceUser1=user_name SourcePass1=password SourceUserMax1=30 SourceMount2=/auto.ogg SourceUser2=user_name SourcePass2=password SourceUserMax2=30 Now the mount...
by sound selecta
Sat Dec 06, 2014 1:06 pm
Forum: Steamcast
Topic: MPD as source works
Replies: 18
Views: 53902

Re: MPD as source works

Also here's a write up on getting MPD to run as a local user instead of a system daemon http://crunchbang.org/forums/viewtopic.php?pid=182574
by sound selecta
Sat Dec 06, 2014 1:02 pm
Forum: Steamcast
Topic: Any scripts to show current track/last play tracks?
Replies: 36
Views: 235160

Re: Any scripts to show current track/last play tracks?

Ok got that working but not sure if I structured the code properly but its working :P Ok now another question. If I have to mounts. /live and /auto (as fallback) I would use this $steamcast = new SteamcastStream('http://localhost:8000/', 'admin', 'mysecretpassword'); instead of $steamcast = new Stea...
by sound selecta
Fri Dec 05, 2014 4:21 pm
Forum: Steamcast
Topic: Any scripts to show current track/last play tracks?
Replies: 36
Views: 235160

Re: Any scripts to show current track/last play tracks?

Let me just say that I can't code my way out of a wet paper bag but is there a way to split the script into say three sections (Track name, listeners and last played) so that I just print those inside say a div <div id="current"> <?php current tack code here ?></div> <div id="listener...
by sound selecta
Fri Dec 05, 2014 4:14 pm
Forum: Steamcast
Topic: Compatible embedded players?
Replies: 2
Views: 11454

Re: Compatible embedded players?

Thanks I'll be doing some more testing tonight then.
by sound selecta
Fri Dec 05, 2014 3:49 pm
Forum: Steamcast
Topic: Compatible embedded players?
Replies: 2
Views: 11454

Compatible embedded players?

I found a few of them but haven't had a chance to test them out yet. Are there any wed/embedded audio players that are know to work with Steamcast?
by sound selecta
Fri Dec 05, 2014 1:02 am
Forum: Steamcast
Topic: Any scripts to show current track/last play tracks?
Replies: 36
Views: 235160

Re: Any scripts to show current track/last play tracks?

Ok here it is inserted into my home page http://futureassassin.com sill working on it. Will have more in the next few hours.