<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=koi8-r">
<META content="MSHTML 6.00.2900.2668" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2><SPAN class=postbody>hello <BR><BR>i'm trying to 
make server-client streaming of audio. server and client have windows xp sp2 
<BR>i'm using vlc-0.8.4a and vlc-0.8.5. but the situation is the same with both 
versions. <BR>so, i use wxwidgets interface, but i'll try to write server mrl: 
<BR></SPAN>
<TABLE cellSpacing=1 cellPadding=3 width="90%" align=center border=0>
  <TBODY>
  <TR>
    <TD></TD></TR>
  <TR>
    <TD class=code>vlc dshow://:dshow-vdev="none":dshow-adev="NVIDIA(R) 
      nForce(TM) Audio":dshow-size="" 
      --sout='#transcode{acodec=mpga,ab=192,channels=2}:duplicate{dst=std{access=http,mux=ts,dst=:1234}}'</TD></TR></TBODY></TABLE><SPAN 
class=postbody><BR><BR>the client mrl is simple: <BR></SPAN>
<TABLE cellSpacing=1 cellPadding=3 width="90%" align=center border=0>
  <TBODY>
  <TR>
    <TD><SPAN class=genmed><B><FONT size=2></FONT></B></SPAN></TD></TR>
  <TR>
    <TD class=code>vlc http://192.168.0.5:1234</TD></TR></TBODY></TABLE><SPAN 
class=postbody><BR><BR>so, at first it works well, the only messages are: 
<BR>main audio output warning: buffer is 40739 in advance, triggering 
downsampling <BR>main audio output warning: resampling stopped after 9533078 
usec (drift: 51) <BR>main audio output warning: buffer is 40005 in advance, 
triggering downsampling <BR>main audio output warning: resampling stopped after 
9639512 usec (drift: -135) <BR><BR>but after few hours of streaming the sound 
disappear, cpu load is 100% on client-side. and in the log i've got messages 
like: <BR>main audio output warning: PTS is out of range (4674343), dropping 
buffer <BR><BR>on server there are no critical mistakes, the stream is going, if 
i reconnect client, it works fine again, but only 3-5 hours <BR><BR>can anybody 
help with it? why such things appear?</SPAN></FONT></DIV></BODY></HTML>