How to configure LG Bluray Player Samba Share?

I recently purchased the LG 42LE5400 LED-LCD 42 inch TV and the LG BD570 Network Bluray player basically to stream movies from my Ubuntu Lucid Lynx 10.04 Home Server. Recently, I described how to stream content from network server on these devices using MiniDLNA. In this post, I will describe how to configure LG Bluray Player Samba Share.

Initially, I was disappointed that the LG BD570 cannot could not connect to my SMB share on my Linux Home Server. However, today I fixed this problem. Note that this might work on other LG bluray players such as BD590 and BD390 as well. So here is how I did it.

The bluray player failed to recognize the SMB share on my Linux server. While the DLNA server appeared on the server list, the SMB / CIFS server did not.

Configure LG Bluray Player Samba Share

Today, I identified that the problem was due to Linux firewall. Even though incoming connections on SMB ports TCP/UDP 137-139 and 445 were allowed the share did not appear on the player's server list. So I disabled my firewall as follows:

sudo ufw disable

Upon refreshing the server list my SMB share appeared on the player's server list. Note that disabling firewall is a security risk. Even though my server is behind a router, disabling firewall increases security risk. So do it at your own risk.

Now there were two media servers on the list: 1) My-MiniDLNA Server and 2) My-SAMBA Server. My smb.conf file looks like this:

[global]
log level = 0
workgroup = MYGROUP
netbios name = My-SAMBA Server

interfaces = lo eth0
bind interfaces only = Yes

security = user

# replace X as per your settings
hosts allow = 192.168.X.

wins support = Yes

preferred master = Yes
domain master = Yes

[media]
        comment = Media Folder
        path = /home/ryan/media
        read only = Yes
        browseable = Yes
        writeable = No
        guest ok = No

On the LG bluray player's server list my SMB Share "media" appears under "My-SAMBA Server". Upon clicking it, the player asks for CIFS ID and Password. There seems to be a lot of confusion over what values needs to be entered for this. The CIFS ID is the SMB share "username" and the Password is the SMB share "password". Since in my case "security = user" is enabled on smb.conf, my system username for CIFS ID and system password for Password worked. If the share is accessible to everyone without a password then you should not be prompted for a CIFS ID and Password. To access CIFS shares on a Windows machine, enter your Windows username for CIFS ID and Windows password for Password.

Thats it. You should now be able to browse your folders and play content. I am not able to videos with subtitles.

Be the 1 in 200,000. Help us sustain what we do.
31 / 150 by Dec 31, 2024
Join Us (starting from just $1.67/month)

Anand

Anand is a self-learned computer enthusiast, hopeless tinkerer (if it ain't broke, fix it), a part-time blogger, and a Scientist during the day. He has been blogging since 2010 on Linux, Ubuntu, Home/Media/File Servers, Smart Home Automation, and related HOW-TOs.