UK BASED ∙ UK STOCK ∙ ESTABLISHED 2010
2 YEAR WARRANTY ∙ FAST DELIVERY
EXPERT TECHNICAL SUPPORT
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: Problem Q10 Pro 4K  (Read 16596 times)

pigx

  • Newbie
  • *
  • Posts: 26
Re: Problem Q10 Pro 4K
« Reply #15 on: January 07, 2019, 08:02:47 AM »
<playercorefactory>
<players>
<!-- himedia player for video -->
      <player name="Wrapper" type="ExternalPlayer" audio="false" video="true">
         <filename>com.himedia.xbmcwrapper</filename>
         <hidexbmc>true</hidexbmc>
         <playcountminimumtime>120</playcountminimumtime>
      </player>
</players>

<rules action="prepend">

<!--network protocol rules-->

<rule protocols="nfs|smb" player="Wrapper" /> <!--all nfs|smb-->
<rule protocols="nfs|http|rtmp|sop" player="VideoPlayer" /> <!--all nfs-->

<!--internet streams rules-->

<rule protocols="pvr" player="VideoPlayer" /> <!--all pvr-->
<rule internetstream="true" player="VideoPlayer" /> <!--all streams-->

<!--video audio channels rules-->

<rule video="true" audiochannels="6" player="Wrapper" /> <!--5.1 audio-->
<rule video="true" audiochannels="8" player="Wrapper" /> <!-- 7.1 audio-->

<!--video resolution rules-->

<rule video="true" videoresolution="720" player="Wrapper" />
<rule video="true" videoresolution="1080" player="Wrapper" />
<rule video="true" videoresolution="2160" player="Wrapper" /> <!--4K-->

<!--audio / music rules-->

<rule audio="true" player="PAplayer"/> <!--all audio to kodi internal music player-->

<!--specific codecs rules-->

<rule video="true" audiocodec="truehd|true-hd|dtshd|dts-hd|dts" player="Wrapper"/>

<rule filename=".*.3D.*|.*.3D.iso|3D.*" player="Wrapper"/>
<rule filetypes="iso|bdmv|mpls|m2ts" player="Wrapper"/>
<rule video="true"  player="Wrapper"/>   
</rules>
</playercorefactory>

Mount81

  • Senior Member
  • ***
  • Posts: 1097
Re: Problem Q10 Pro 4K
« Reply #16 on: January 07, 2019, 09:29:59 AM »
Try to delete and change the relevant lines as this:

<!--network protocol rules-->

<rule protocols="http|https|rtmp|sop" player="VideoPlayer" /> <!--all http-->
<rule protocols="nfs|smb" player="Wrapper" /> <!--all nfs|smb-->


futeko.com

  • Administrator
  • Senior Member
  • *****
  • Posts: 4657
Re: Problem Q10 Pro 4K
« Reply #17 on: January 07, 2019, 09:58:55 AM »
You have two nfs entries in playercorefactory which contradict each other.

Code: [Select]
<!--network protocol rules-->

<rule protocols="nfs|smb" player="Wrapper" /> <!--all nfs|smb-->
<rule protocols="nfs|http|rtmp|sop" player="VideoPlayer" /> <!--all nfs-->

Change it to the Mount81 version:

Code: [Select]
<!--network protocol rules-->

<rule protocols="http|https|rtmp|sop" player="VideoPlayer" /> <!--all http-->
<rule protocols="nfs|smb" player="Wrapper" /> <!--all nfs|smb-->

pigx

  • Newbie
  • *
  • Posts: 26
Re: Problem Q10 Pro 4K
« Reply #18 on: January 07, 2019, 11:39:06 AM »
I've just tried the suggested change, but it keeps crashing, I'll try to reinstall the last original firmware from recovery and see if I get any improvement

Mount81

  • Senior Member
  • ***
  • Posts: 1097
Re: Problem Q10 Pro 4K
« Reply #19 on: January 07, 2019, 12:46:39 PM »
At first you can try: Be sure that you have Exit and Close KODI totally (not just with the Home button) before you begin to modify and save the playercorefactory.xml file. After you've finished, than you can Start KODI again and see if it's now working or not.
« Last Edit: January 07, 2019, 12:49:12 PM by Mount81 »

pigx

  • Newbie
  • *
  • Posts: 26
Re: Problem Q10 Pro 4K
« Reply #20 on: January 07, 2019, 01:02:39 PM »
I turned on the q10, through total commander I added the modified playeconfig, I started kodi.

pigx

  • Newbie
  • *
  • Posts: 26
Re: Problem Q10 Pro 4K
« Reply #21 on: January 07, 2019, 08:39:41 PM »
I lost hope, reinstalled the last original firmware via recovery, I modified the file playerconfig.xml as you suggested, but unfortunately wrapper on kodi still crashes, not to mention the fact that even the management of the frame rate is non-existent, both on kodi 1080p 60hz. (with its player) that on media center 1080p 50 hz., at this point I do not know what to do, please help me

Mount81

  • Senior Member
  • ***
  • Posts: 1097
Re: Problem Q10 Pro 4K
« Reply #22 on: January 08, 2019, 02:58:47 AM »
Copy again your playercorefactory content here.

What you mean you reinstalled FW with "recovery"?

pigx

  • Newbie
  • *
  • Posts: 26
Re: Problem Q10 Pro 4K
« Reply #23 on: January 08, 2019, 06:49:46 AM »
when I bought it at the first installation already had Android 7 and I updated to the latest n version via OTA, yesterday I downloaded the latest firmware from this forum on USB and I'm installed with the key procedure placed in the back of the q10 just finished the procedure I started kodi I closed it, I started the app wrapper I selected "to player kodi" I closed the wrapper, I reopened the wrapper and I selected "to player wrapper" and I went out, I restarted kodi and I started a movie, the player wrapper has started but it is stuck on black with gray top gray line written VidePlayer, at that point I modified the file playercore.xml as you suggested me yesterday, but I did not get results, again black screen and written VideoPlayer, now I'm writing from the iPad, as soon as I arrive at the office I send you the file. Thank you for your patience.

pigx

  • Newbie
  • *
  • Posts: 26
Re: Problem Q10 Pro 4K
« Reply #24 on: January 08, 2019, 07:15:57 AM »
<playercorefactory>
<players>
<!-- himedia player for video -->
      <player name="Wrapper" type="ExternalPlayer" audio="false" video="true">
         <filename>com.himedia.xbmcwrapper</filename>
         <hidexbmc>true</hidexbmc>
         <playcountminimumtime>120</playcountminimumtime>
      </player>
</players>

<rules action="prepend">

<!--network protocol rules-->

<rule protocols="http|https|rtmp|sop" player="VideoPlayer" /> <!--all http-->
<rule protocols="nfs|smb" player="Wrapper" /> <!--all nfs|smb-->

<!--internet streams rules-->

<rule protocols="pvr" player="VideoPlayer" /> <!--all pvr-->
<rule internetstream="true" player="VideoPlayer" /> <!--all streams-->

<!--video audio channels rules-->

<rule video="true" audiochannels="6" player="Wrapper" /> <!--5.1 audio-->
<rule video="true" audiochannels="8" player="Wrapper" /> <!-- 7.1 audio-->

<!--video resolution rules-->

<rule video="true" videoresolution="720" player="Wrapper" />
<rule video="true" videoresolution="1080" player="Wrapper" />
<rule video="true" videoresolution="2160" player="Wrapper" /> <!--4K-->

<!--audio / music rules-->

<rule audio="true" player="PAplayer"/> <!--all audio to kodi internal music player-->

<!--specific codecs rules-->

<rule video="true" audiocodec="truehd|true-hd|dtshd|dts-hd|dts" player="Wrapper"/>

<rule filename=".*.3D.*|.*.3D.iso|3D.*" player="Wrapper"/>
<rule filetypes="iso|bdmv|mpls|m2ts" player="Wrapper"/>
<rule video="true"  player="Wrapper"/>   
</rules>
</playercorefactory>

Mount81

  • Senior Member
  • ***
  • Posts: 1097
Re: Problem Q10 Pro 4K
« Reply #25 on: January 08, 2019, 08:46:09 AM »
1. I suggest you to uninstall KODI, reboot the Box and than reinstall KODI from PlayStore.
2. Than reactivate the Wrapper.
3. Than make the same modification in the playercore file as before.

If it still doesn't work try the same again, but this time skip 2. and don't reactivate the Wrapper.

If it still fail to work, than maybe you need to reinstall the whole 2.1.1 FW again with the "paperclip" method.

Edit:

Or you can copy&paste the following entire playercore content inside the .xml file and overwrite/delete totally the exiting content as it is:

<playercorefactory>
<players>
<!-- himedia player for video -->
      <player name="Wrapper" type="ExternalPlayer" audio="false" video="true">
         <filename>com.himedia.xbmcwrapper</filename>
         <hidexbmc>true</hidexbmc>
         <playcountminimumtime>120</playcountminimumtime>
      </player>
</players>

<rules action="prepend">

<!--network protocol rules-->

<rule protocols="http|https|rtmp|sop" player="VideoPlayer" /> <!--all http-->
<rule protocols="nfs|smb" player="Wrapper" /> <!--all nfs|smb-->

<!--internet streams rules-->

<rule protocols="pvr" player="VideoPlayer" /> <!--all pvr-->
<rule internetstream="true" player="VideoPlayer" /> <!--all streams-->

<!--video audio channels rules-->

<rule video="true" audiochannels="6" player="Wrapper" /> <!--5.1 audio-->
<rule video="true" audiochannels="8" player="Wrapper" /> <!-- 7.1 audio-->

<!--video resolution rules-->

<rule video="true" videoresolution="480" player="VideoPlayer" />
<rule video="true" videoresolution="576" player="VideoPlayer" />
<rule video="true" videoresolution="720" player="Wrapper" />
<rule video="true" videoresolution="1080" player="Wrapper" />
<rule video="true" videoresolution="2160" player="Wrapper" /> <!--4K-->

<!--audio / music rules-->

<rule audio="true" player="PAplayer"/> <!--all audio to kodi internal music player-->

<!--specific codecs rules-->

<rule video="true" audiocodec="truehd|true-hd|dtshd|dts-hd|dts" player="Wrapper"/>

<rule filename=".*.3D.*|.*.3D.iso|3D.*" player="Wrapper"/>
<rule filetypes="iso|bdmv|mpls|m2ts" player="Wrapper"/>
<rule video="true"  player="Wrapper"/>   
</rules>
</playercorefactory>

 
« Last Edit: January 08, 2019, 09:01:20 AM by Mount81 »

pigx

  • Newbie
  • *
  • Posts: 26
Re: Problem Q10 Pro 4K
« Reply #26 on: January 08, 2019, 09:57:51 AM »
Thank you very much, I will try and keep you updated.

pigx

  • Newbie
  • *
  • Posts: 26
Re: Problem Q10 Pro 4K
« Reply #27 on: January 08, 2019, 10:34:10 AM »
I just tried to uninstall kodi, but every time I turn off and on again the Q10, I find kodi among the applications.

Mount81

  • Senior Member
  • ***
  • Posts: 1097
Re: Problem Q10 Pro 4K
« Reply #28 on: January 08, 2019, 10:39:57 AM »
Yep, I've forgot this, it's part of the firmware. Than just update it from PlayStore to 17.6, and continue the processes.

pigx

  • Newbie
  • *
  • Posts: 26
Re: Problem Q10 Pro 4K
« Reply #29 on: January 09, 2019, 06:47:23 AM »
I give up, I tried everything you suggested but kodi does not want to know, with wrapper freezes, I will use media center, in the meantime yesterday I have delivered the Panasonic 65FZ800 OLED, and I found that with the media center the movies 4K displays them in 24hz. while Full HD movies continue to display them at 50hz. (active patch), is this correct? Thank you for your time.

 

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