UK BASED ∙ UK STOCK ∙ ESTABLISHED 2010
2 YEAR WARRANTY ∙ FAST DELIVERY
EXPERT TECHNICAL SUPPORT
1-MAY UK PUBLIC HOLIDAY 4-MAY   28-APR ARYLIC LP-10 CLEARANCE SALE!   30-JAN ZIDOO 8K FIRMWARE UPDATE 1.3.05   5-JAN ARYLIC LP10 ADDS QOBUZ CONNECT  
This forum was closed in October 2025 in response to sustained DDOS type attacks. It has been left up read-only to allow access to support information and downloads. Thanks to all the users who contributed over the years.

Visit futeko.com for new Audio and Video Media Players!

Author Topic: Secure SMB connection  (Read 6937 times)

maelor

  • Senior Member
  • ***
  • Posts: 324
Secure SMB connection
« on: March 12, 2019, 12:28:45 PM »
 I don't think anyone has mention this yet but Kodi 18 now supports the SECURE SMBv3.

If you are connecting your HiMedia Q10 box to a Windows 10 desktop for file transfer, you can now switch OFF the older and totally  INSECURE SMBv1!!!

On the Windows 10 Desktop:

Open the Control Panel
Click on "Programs.
Click on "Turn Windows features on or off"
Untick "SMB 1.0/CIFS File Sharing Support" & "SMB 1.0/CIFS Server" & "SMB 1.0/CIFS Client"
Click "OK"
Click "Restart now"

Then on the HiMedia Q10 box:

Open Kodi 18.x
Click on "Settings"
Click on "Services"
Click on "SMB Client"
Click on "Minimum protocol version" and select "SMBv3"
Click on "Maximum, protocol version" and select "SMBv3"

Your system will then only work using the SECURE SMBv3 protocol.

newbi14

  • Full Member
  • **
  • Posts: 69
Re: Secure SMB connection
« Reply #1 on: April 03, 2019, 04:02:54 PM »
Thank you for this information, did this interfere with samba conections from WIN10 to NAS???  THX

maelor

  • Senior Member
  • ***
  • Posts: 324
Re: Secure SMB connection
« Reply #2 on: April 04, 2019, 12:45:23 PM »
Thank you for this information, did this interfere with samba conections from WIN10 to NAS???  THX

I don't know as I don't have a NAS  :-[.

I just use SAMBA to copy DVD rips from my Windows 10 Pro desktop computer to the internal HiMedia Q10 HDD.

Mount81

  • Senior Member
  • ***
  • Posts: 1097
Re: Secure SMB connection
« Reply #3 on: April 05, 2019, 04:57:50 AM »
Guess this will only work if you're suing KOID's internal Player. If you are using the Wrapper it will still use SMB v.1 to connect ad thus fail. Right?

maelor

  • Senior Member
  • ***
  • Posts: 324
Re: Secure SMB connection
« Reply #4 on: April 05, 2019, 10:54:55 AM »
« Last Edit: April 05, 2019, 10:57:19 AM by maelor »

Joker

  • Full Member
  • **
  • Posts: 79
Re: Secure SMB connection
« Reply #5 on: April 05, 2019, 04:18:46 PM »

Mount81

  • Senior Member
  • ***
  • Posts: 1097
Re: Secure SMB connection
« Reply #6 on: April 07, 2019, 05:18:18 AM »
« Last Edit: April 07, 2019, 03:12:45 PM by Mount81 »

maelor

  • Senior Member
  • ***
  • Posts: 324
Re: Secure SMB connection
« Reply #7 on: April 07, 2019, 01:23:14 PM »

Mount81

  • Senior Member
  • ***
  • Posts: 1097
Re: Secure SMB connection
« Reply #8 on: April 07, 2019, 03:15:35 PM »
« Last Edit: April 07, 2019, 03:21:43 PM by Mount81 »

maelor

  • Senior Member
  • ***
  • Posts: 324
Re: Secure SMB connection
« Reply #9 on: April 09, 2019, 12:25:14 PM »

You have set SMB v.3 on HiMedia in WHAT? In KODI or in that Wrapper, or both? There's no setting for SMB protocol by default in the Settings or in the factory Wrapper. It could be because you're not using the factory, rather that other Wrapper. I guess it won't work with the factory one, only with SMB v.1.

Just for curiosity, if not only for this, why are you using that Wrapper anyway, what's good and better compared to the factory Wrapper?

Set in Kodi (as I stated in the original post!). I have removed the HiMedia wrapper app from the Q10.

I use the alternative wrapper because it has a far better interface than the HiMedia one.
https://play.google.com/store/apps/details?id=hu.xmister.xbmcwrapper

playercirefactory.xnl now reads:

<?xml version="1.0" encoding="UTF-8"?><playercorefactory>
<players>
<player name="XBMCWrapper" type="ExternalPlayer" audio="false" video="true">
<filename>hu.xmister.xbmcwrapper</filename>
<playcountminimumtime>120</playcountminimumtime>
</player>
</players>
<rules action="prepend">
<rule internetstream="true" player="VideoPlayer"/>
<rule protocols="smb|nfs">
<rule video="true" player="XBMCWrapper"/>
<rule dvd="true" player="XBMCWrapper"/>
<rule dvdimage="true" player="XBMCWrapper"/>
<rule dvdfile="true" player="XBMCWrapper"/>
<rule filename=".*BDMV.*" player="XBMCWrapper"/>
<rule filename=".*bdmv" player="XBMCWrapper"/>
</rule>
<rule dvd="true" player="XBMCWrapper"/>
<rule dvdimage="true" player="XBMCWrapper"/>
<rule dvdfile="true" player="XBMCWrapper"/>
<rule filename=".*BDMV.*" player="XBMCWrapper"/>
<rule filename=".*bdmv" player="XBMCWrapper"/>
<rule video="true" player="XBMCWrapper"/>
</rules>
</playercorefactory>


Mount81

  • Senior Member
  • ***
  • Posts: 1097
Re: Secure SMB connection
« Reply #10 on: April 12, 2019, 06:55:10 PM »
Ok, so it really does work with that other Wrapper and HiMedia Player for SMB v.3? Sorry, but I've I have posted 3x times this question now, and you still didn't give a relevant answer... Cause as far as I know, it won't work with the stock Wrapper.

maelor

  • Senior Member
  • ***
  • Posts: 324
Re: Secure SMB connection
« Reply #11 on: April 14, 2019, 12:21:00 PM »
Ok, so it really does work with that other Wrapper and HiMedia Player for SMB v.3? Sorry, but I've I have posted 3x times this question now, and you still didn't give a relevant answer... Cause as far as I know, it won't work with the stock Wrapper.

I give up! There is obviously something going wrong in the translation!

Mount81

  • Senior Member
  • ***
  • Posts: 1097
Re: Secure SMB connection
« Reply #12 on: April 14, 2019, 08:10:44 PM »
All you wrote for sure that it works with KODI, but does it work with the Wrapper for HiPlayer???... There's nothing wrong with translation, its your answers that lack relevant information.

maelor

  • Senior Member
  • ***
  • Posts: 324
Re: Secure SMB connection
« Reply #13 on: April 14, 2019, 08:27:46 PM »
This conversation has ENDED!

 

DELIVERY ∙ PAYMENT ∙ WARRANTY+RETURNS ∙ INTERNATIONAL TAX ∙ ABOUT ∙ PRIVACY ∙ NEWS ∙ CONTACT
© SDHDIGITAL LTD 2026
SITEMAP