LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   samba: linux mounted share = choppy playback, windows mounted share = smooth (https://www.linuxquestions.org/questions/linux-software-2/samba-linux-mounted-share-%3D-choppy-playback-windows-mounted-share-%3D-smooth-311473/)

kleptophobiac 04-09-2005 02:54 PM

samba: linux mounted share = choppy playback, windows mounted share = smooth
 
I have a samba server that hosts various recorded tv episodes and whatnot for my mythtv system. I have the episodes share mounted to the filesystem on my mythtv frontend.

When I play back video with mplayer through smb, it pauses and chops every few seconds, like it drops one or two frames. This is tremendously annoying.

Under windows, using media player classic, everything plays through the same share with no problems whatsoever. Both computer are on the same 100mbps network segment, and are accessing the samba share using the same credentials.

Does anybody have any idea what may be the problem?

The samba logs show nothing of interest.

zeos 04-10-2005 07:49 AM

in /etc/samba/smb.conf, under the [global] section try:

socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192 SO_RCVBUF=8192

(Don't forget to restart samba after ;) )

kleptophobiac 04-10-2005 08:23 AM

Okay, I'll give that a shot. I think nodelay is already on. :)


All times are GMT -5. The time now is 04:12 PM.