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 

no audio

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



Joined: 07 Oct 2008
Posts: 2

PostPosted: Tue Oct 07, 2008 2:15 am    Post subject: no audio Reply with quote

I've poured over the fourms the last 2 days and still cannot figure out the issue I am having. No one (using any platform, ie. wmp,realplayer,itunes etc.) can receive audio. when they enter the ip address:port/mount.ogg they get the authorization login info. When they login, my server sees them however the audio never seems to pass through. I am using winamp/edcast and icecast2 version 2. I may have something configured wrong I am not too familiar with coding, bso any help would be apreciated. I can put my config file here when I get home from work.

thanks

greg
Back to top
View user's profile Send private message
karlH
Code Warrior
Code Warrior


Joined: 13 Jun 2005
Posts: 5476
Location: UK

PostPosted: Tue Oct 07, 2008 2:30 am    Post subject: Reply with quote

If you are getting content which is silence then the problem is the source client not capturing what you want, typically caused by incorrect mixer settings for soundcard input.

karl.
Back to top
View user's profile Send private message Send e-mail Visit poster's website
gcs119



Joined: 07 Oct 2008
Posts: 2

PostPosted: Tue Oct 07, 2008 4:10 am    Post subject: Reply with quote

in the edcast encoding window I am getting meter readings. I am also getting the data feed. When I connect to the icecast server is show as source connected

here is my icecast config

<!-- This config file contains a minimal set of configurable parameters,
and mostly just contains the things you need to change. We created
this for those who got scared away from the rather large and heavily
commented icecast.xml.dist file. -->
<icecast>
<limits>
<clients>20</clients>
<sources>5</sources>
<threadpool>5</threadpool>
<queue-size>524288</queue-size>
<client-timeout>30</client-timeout>
<header-timeout>15</header-timeout>
<source-timeout>10</source-timeout>
<burst-on-connect>1</burst-on-connect>
<burst-size>65535</burst-size>
</limits>
<authentication>
<source-password>password</source-password>
<relay-password>password</relay-password>
<admin-user>admin</admin-user>
<admin-password>password</admin-password>
</authentication>
<hostname>my.ip.net</hostname>
<listen-socket>
<port>8000</port>
</listen-socket>
<mount>
<mount-name>/mount.ogg</mount-name>
<max-listeners>5</max-listeners>
<hidden>1</hidden>
<no-yp>1</no-yp>
<authentication type="htpasswd">
<option name="filename" value="passwords"/>
<option name="allow_duplicate_users" value="0"/>
</authentication>
</mount>
<fileserve>1</fileserve>
<paths>
<basedir>./</basedir>
<logdir>./logs</logdir>
<webroot>./web</webroot>
<adminroot>./admin</adminroot>
<alias source="/" dest="/status.xsl"/>
</paths>
<logging>
<accesslog>access.log</accesslog>
<errorlog>error.log</errorlog>
<loglevel>4</loglevel> <!-- 4 Debug, 3 Info, 2 Warn, 1 Error -->
</logging>
<security>
<chroot>0</chroot>
</security>
</icecast>

It seems to me that audio is getting to the server and listeners can log into the server but that is it, no stream seems to reach them. when I tried with media player at home using localhost, it just seemed to buffer, I closed wmp after about 10 min of this.
I did notic that I no information in the source level statictics windows.
Back to top
View user's profile Send private message
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