Icecast Streaming Media Server Forum Index Icecast Streaming Media Server
Icecast is a Xiph Foundation Project
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

radioplayer_v4.1.1 No sound

 
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Listener Clients
View previous topic :: View next topic  
Author Message
rasco38st



Joined: 01 Apr 2009
Posts: 1

PostPosted: Wed Apr 01, 2009 8:05 pm    Post subject: radioplayer_v4.1.1 No sound Reply with quote

This is my current config.php
i am unable to stream icecast server using this settings.
can someone tell me what i am doing wrong or is there something else i am soppose to configure.

thanks in advace.


//
// Generic config parameters
//

// Radio Station Name
$station_name = "beoneradio";

// IP address (e.g. localhost)
$caster_ip = "latinafm.homeip.net";

// Port for the caster (e.g. 8000) Leave blank if u don't know what your doing.
$caster_port = "8001";

// Caster type: shout or ice
$caster = "ice";

// What skin to use
$radio_skin = "default";

// What language to use
$language = "english";

// If Stream should start automatic when player is loaded
$autoplay = true;

//
// Icecast config parameters
//

// If icecast is used with mount points else leave blank (e.g. /128)
$icecast_mount_point = "/live";

// .pls type play list.
$playlist_pls = "";

// .asx type play list. Looks like u need an asx type of play list for wmp if
// u run Icecast.
$playlist_asx = "";

// IP address of the server where the play lists are located. Leave blank if
// they are on the same server as the caster ip.
$playlist_ip = "";

// Port of the server where the play lists are located. Leave blank if they
// are on the same server as the caster ip.
$playlist_port = "";

//
// Logo config parameters
//

// Logo should be put in the root of "/logos". U can use any format tha works
// on the web (jpeg, gif, png...)

// What do u want to use? CD-cover, equliazer, logo (cover, eq, logo)
$picture = "cover";

// Fallback if no cover is found (eq/logo)
$fallback = "eq";

// The filename of the logo u want to use
$logo_name = "logo.gif";

// Fallback URL to use when no cover is found
$no_cover_url = "http://www.google.com";

/************************* DO NOT EDIT BELOW THIS LINE *********************/
/************************ IF U DON'T KNOW WHAT U ARE DOING *****************/

//
// Advanced config parameters
//

// Use Curl to get cd cover data (yes/no)
$curl = "no";

// If both web server and icecast are behind a router and the web server needs
// to know the internal ip of caster so it can pull the info for the player.
// This could be the case if all three got different internal ip-s.
$caster_internal_ip = "latinafm.homeip.net";
$caster_internal_port = "8001";

// Easier java debug messages (yes/no).
$java_debug = "no";
Back to top
View user's profile Send private message
smad



Joined: 15 Jun 2009
Posts: 1

PostPosted: Mon Jun 15, 2009 2:29 am    Post subject: Same Problem Reply with quote

Hi

I've got the same problem.

with the file /short_status.xsl in the icecast Server, I can read the information about the song, but I don't have any sound.

drknas, where can I have some log to know, what's wrong?

and another question : why or where is the volume buton ?
is it possible to have one ?

thanks
Regards,
Smad
Back to top
View user's profile Send private message
informatica



Joined: 23 Jul 2009
Posts: 3

PostPosted: Fri Jul 24, 2009 5:43 pm    Post subject: solve? Reply with quote

Did you solve the problem?
Back to top
View user's profile Send private message
OryNider



Joined: 16 May 2013
Posts: 1
Location: Arad, Romania

PostPosted: Fri May 17, 2013 2:15 am    Post subject: Reply with quote

I only now have seen this topic here.
Check the latest version at:
http://forums.winamp.com/showthread.php?p=2934348#post2934348

I added more details that may help.

Code:
<?php
/***************************************************************************
 *
 *********************** SET UP VARIABLES HERE ****************************/

//
// Generic config parameters
//

// Radio Station Name here
$station_name = "Radio Station";

// IP address (e.g. kdshfm.com)
$caster_ip = "";

// Port for the caster (e.g. 7000) Leave blank if u don't know what your doing.
$caster_port = "";

// Caster type: shout or ice
$caster = "ice";

// What skin to use
$radio_skin = "default";

// What language to use
$language = "english";

// If Stream should start automatic when player is loaded
$autoplay = true;

//
// Icecast config parameters
//

// If icecast is used with mount points else leave blank (e.g. /livemp3)
$icecast_mount_point = "/livemp3";

// .pls type play list (e.g. listen.pls , livemp3)
$playlist_pls = "livemp3";
//$playlist_pls = "livemp3";

// .asx type play list. Looks like u need an asx type of play list for wmp if
// u run Icecast (e.g. livemp3)
$playlist_asx = "livemp3";

// IP address of the server where the play lists are located. Leave blank if
// they are on the same server as the caster ip.
$playlist_ip = "";

// Port of the server where the play lists are located. Leave blank if they
// are on the same server as the caster ip.
$playlist_port = "";

//Secure cookies on the site were the playlist(s) is located ?
$cookie_secure = false;

//If other then port 80 where the play lists are located. Leave blank if they
$server_port = '';

//
// Logo config parameters
//

// Logo should be put in the root of "/logos". U can use any format tha works
// on the web (jpeg, gif, png...)

// What do u want to use? CD-cover, equliazer, logo (cover, eq, logo)
$picture = "cover";

// Fallback if no cover is found (eq/logo)
$fallback = "eq";

// The filename of the logo u want to use
$logo_name = "logo.gif";

// Fallback URL to use when no cover is found. Leave blank if they
// are on the same server as the caster ip.
$caster_url = "";

   
/************************* DO NOT EDIT BELOW THIS LINE *********************/
/************************ IF U DON'T KNOW WHAT U ARE DOING *****************/

//
// Advanced config parameters
//

// Use Curl to get cd cover data (yes/no)
$curl = "no";

// If both web server and icecast are behind a router and the web server needs
// to know the internal ip of caster so it can pull the info for the player.
// This could be the case if all three got different internal ip-s.
$caster_internal_ip = "";
$caster_internal_port = "";

//Server protocol if we use cookies
$server_protocol = ($cookie_secure) ? 'https://' : 'http://';

// Fallback URL to use when no cover is found. Edit above.
$no_cover_url = (empty($caster_url)) ? $server_protocol.$caster_ip.":".$caster_port : $caster_url;

// Easier java debug messages (yes/no).
$java_debug = "no";

/************************* DO NOT EDIT BELOW THIS LINE *********************/
/***************************************************************************/
?>
Back to top
View user's profile Send private message Yahoo Messenger
Display posts from previous:   
Post new topic   Reply to topic    Icecast Streaming Media Server Forum Index -> Listener Clients All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2002 phpBB Group
subRebel style by ktauber