| View previous topic :: View next topic |
| Author |
Message |
Praveen
Joined: 04 Nov 2008 Posts: 8 Location: Hyderabad
|
Posted: Tue Nov 04, 2008 5:36 am Post subject: Problem with Streaming........ |
|
|
I am disconnecting immediately from my icecast server...
The relay server log details as follows
[2008-11-04 10:20:20] INFO slave/slave.c Starting relayed source at mountpoint "/imiradio.mp3"
[2008-11-04 10:20:20] INFO slave/slave.c connecting to 10.0.2.39:8001
[2008-11-04 10:20:21] INFO source/source.c listener count on /imiradio.mp3 now 1
[2008-11-04 10:20:21] INFO source/source.c Client 26 (10.0.2.39) has fallen too far behind, removing
[2008-11-04 10:20:21] INFO source/source.c listener count on /imiradio.mp3 now 0
[2008-11-04 10:20:21] INFO source/source.c Source "/imiradio.mp3" exiting
listening URL:http://10.0.2.36:8000/imiradio.mp3
what is the problem... why it is not streaming complete file....
very urgent... help me out.. plz... _________________ Prawin |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Tue Nov 04, 2008 3:01 pm Post subject: |
|
|
very little to go on, but the reason why the listener was dropped was because the they weren't getting enough of the stream data to the player. At some point the queue size limit was reached and then icecast had to drop them. So look at the stream bitrate, what burst the master end of the relay will send and the queue size for the mountpoint.
karl. |
|
| Back to top |
|
 |
Praveen
Joined: 04 Nov 2008 Posts: 8 Location: Hyderabad
|
Posted: Thu Nov 06, 2008 7:46 am Post subject: |
|
|
Thnx for Quick Reply.....
I increased the burst-size and que size of my master server and relay-server.... actually i am having a little bit confusion here....
please checkout my master & slave server settings.....
master-server xml file
<mount>
<mount-name>/song.mp3</mount-name>
<fallback-mount>/dilse.mp3</fallback-mount>
<fallback-override>1</fallback-override>
<fallback-when-full>1</fallback-when-full>
<charset>ISO8859-1</charset>
<public>1</public>
<stream-name>My audio stream</stream-name>
<stream-description>My audio description</stream-description>
<genre>classical</genre>
<bitrate>64</bitrate>
<burst-size>1165536</burst-size>
<mp3-metadata-interval>4096</mp3-metadata-interval>
</mount>
slave-server xml file
<relay>
<server>10.0.2.39</server>
<port>8000</port>
<mount>/song.mp3</mount>
<local-mount>/radio.mp3</local-mount>
<relay-shoutcast-metadata>1</relay-shoutcast-metadata>
<on-demand>0</on-demand>
</relay> _________________ Prawin |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Thu Nov 06, 2008 5:24 pm Post subject: |
|
|
I can't tell from those snippets what the queue setting is, but your master is bursting over 1 Meg of stream data (I'm' assuming the queue size is greater than that) so the queue size of the relay needs to be more than that 1Meg.
karl. |
|
| Back to top |
|
 |
|