View Single Post
  #4   (View Single Post)  
Old 8th December 2008
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

So the ouput errors increase, while streaming.

I am a quite old-fashioned guy, who still uses CD players and UTP cabling for networking, and I have no idea which TCP/IP protocol you use for streaming.
You can see protocol statistics, including errors, with netstat -s or netstat -ss. See netstat(1).

You could try to give a higher priority (negative number) to the streaming process by using renice(8). Use top to see the resource usage. You also can use top to alter the scheduling priorities.
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump

Last edited by J65nko; 9th December 2008 at 12:50 AM. Reason: fixed typo
Reply With Quote