"Network Buffer Size" option missing

Asked by Cameron

After upgrading to Ubuntu 11.10, Rhythmbox appears to have been updated to 2.90.1 - only problem is, the network buffer size option is now missing, rendering Airtunes play pointless, as it stutters and skips now. Will this be re-implemented?

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu rhythmbox Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

How much RAM does the system have? I may have a sneaky tweak you can use.

Revision history for this message
Cameron (s-cameron) said :
#2

I have 4gb of RAM and 4gb of swap.

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

If you run:

gksudo gedit /etc/sysctl.conf

add the below lines:

net.core.rmem_default = 524288
net.core.rmem_max = 524288
net.core.wmem_default = 524288
net.core.wmem_max = 524288
net.ipv4.tcp_wmem = 4096 87380 524288
net.ipv4.tcp_rmem = 4096 87380 524288
net.ipv4.tcp_mem = 524288 524288 524288
net.ipv4.tcp_rfc1337 = 1
net.ipv4.ip_no_pmtu_disc = 0
net.ipv4.tcp_sack = 1
net.ipv4.tcp_fack = 1
net.ipv4.tcp_window_scaling = 1
net.ipv4.tcp_timestamps = 1
net.ipv4.tcp_ecn = 0
net.ipv4.route.flush = 1
vm.swappiness = 10

Save the new file and close gedit, then run:

sudo sysctl -p

To apply the setting. Should make things a little nicer

Revision history for this message
pitchum (pitchum) said :
#4

The option disapeared from the GUI but is still configurable using gconf.
To see the current value, type the following in a terminal:
 gconftool -g /apps/rhythmbox/player/network_buffer_size

To set a buffer size of 512kB, type the following:
 gconftool -s /apps/rhythmbox/player/network_buffer_size -t int 512

It solved the lagging problem I had when listening to webradios.

Can you help with this problem?

Provide an answer of your own, or ask Cameron for more information if necessary.

To post a message you must log in.