MathewWi / mplayer-ce

Automatically exported from code.google.com/p/mplayer-ce
0 stars 0 forks source link

SMB Server is using port 139 #648

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Mplayer-CE 0.76 can connect without any problem to my computer through SMB.
But if I try it to connect to my NAS which is using port 139 for SMB, it
won't work. Is there a way to include a port in the SMB.conf for Mplayer-CE.

By the way is there a WAD file for Mplayer-CE

What version of the product are you using?
Mplayer-CE 0.76
System 4.2E
Homebrew Channel

Original issue reported on code.google.com by phoenix2...@slingshot.co.nz on 13 Feb 2010 at 11:10

GoogleCodeExporter commented 9 years ago
you might add 445 port support in your NAS:

1.sevices file in /etc,add:
microsoft-ds    445/tcp                         # NETBIOS session service
microsoft-ds    445/udp

2./etc/inetd.conf file,add:
microsoft-ds  stream tcp nowait root /usr/local/samba/sbin/smbd smbd -s/etc/smb$
microsoft-ds  stream udp nowait root /usr/local/samba/sbin/smbd smbd -s/etc/smb$

3.smb.conf file,add:
smb ports=445

Original comment by laurent.su@gmail.com on 14 Feb 2010 at 7:29

GoogleCodeExporter commented 9 years ago
Thanks for the comment. But can you explain it a little more detail as I'm not 
that
good in computers. No idea how to access those files. By the way my NAS is a 
NexStar LX.

Original comment by phoenix2...@slingshot.co.nz on 14 Feb 2010 at 7:39

GoogleCodeExporter commented 9 years ago

Original comment by metaradil on 9 Feb 2011 at 1:12