UK BASED ∙ UK STOCK ∙ ESTABLISHED 2010
2 YEAR WARRANTY ∙ FAST DELIVERY
EXPERT TECHNICAL SUPPORT
09-FEB UGOOS AM6B+ BACK IN STOCK   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: Not use wrapper for streams  (Read 15630 times)

skank

  • Senior Member
  • ***
  • Posts: 139
Not use wrapper for streams
« on: November 29, 2015, 05:23:01 PM »
Is there a way to not use the wrapper for internet streams but kodi?
For all other uses, i need the weapper.. But when using kodi addon ** i wouldnt use it.
Is this possible?

hdmkv

  • Senior Member
  • ***
  • Posts: 234
Re: Not use wrapper for streams
« Reply #1 on: November 29, 2015, 06:17:03 PM »
Yes, by customizing HiMedia's playercorefactory.xml. Google "playercorefactory.xml himedia" and you'll find some examples. It's a trial-and-error thing to get what you want.

skank

  • Senior Member
  • ***
  • Posts: 139
Re: Not use wrapper for streams
« Reply #2 on: November 30, 2015, 08:53:12 AM »
MM tried it yesterday and it seems it already uses kodi player lol

lukappaseidue

  • Newbie
  • *
  • Posts: 42
Re: Not use wrapper for streams
« Reply #3 on: December 06, 2015, 09:26:52 PM »
HI, I have installed IPTV Simple Client on Q10 4k3D, but TV treaming crash everytime, with wrapper installed: I need to unistall the wrapper and IPTV is ok, but I want to use wrapper for all purpose, and internal player for IPTV.
Please, could someone help me?
Here my playercorefactory.xml
<playercorefactory>
   <players>
      <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">
      <rule protocols="smb" name="XBMCWrapper" >
   <rule video="true" videoresolution="540" player="XBMCWrapper"/>
   <rule filename=".*540.*" player="XBMCWrapper"/>
   <rule video="true" videoresolution="720" player="XBMCWrapper"/>
   <rule filename=".*720.*" player="XBMCWrapper"/>
   <rule video="true" videoresolution="1080" player="XBMCWrapper"/>
   <rule filename=".*1080.*" player="XBMCWrapper"/>
</rule>

       
        <rule protocols="pvr" player="XBMCWrapper" >
   <rule video="true" videoresolution="540" player="XBMCWrapper"/>
   <rule filename=".*540.*" player="XBMCWrapper"/>
   <rule video="true" videoresolution="720" player="XBMCWrapper"/>
   <rule filename=".*720.*" player="XBMCWrapper"/>
   <rule video="true" videoresolution="1080" player="XBMCWrapper"/>
   <rule filename=".*1080.*" player="XBMCWrapper"/>
</rule>

       
      
      <!-- Internet streams -- Disabled for now -->
      <!--<rule internetstream="true" player="MXPlayerFree" />-->

         <rule video="true" videoresolution="540" player="XBMCWrapper">
   <rule filename=".*540.*" player="XBMCWrapper"/>
   </rule>   <rule video="true" videoresolution="720" player="XBMCWrapper">
   <rule filename=".*720.*" player="XBMCWrapper"/>
   </rule>   <rule video="true" videoresolution="1080" player="XBMCWrapper">
   <rule filename=".*1080.*" player="XBMCWrapper"/>
   </rule>
<rule dvdimage="true" player="XBMCWrapper" >
   <rule video="true" videoresolution="540" player="XBMCWrapper"/>
   <rule filename=".*540.*" player="XBMCWrapper"/>
   <rule video="true" videoresolution="720" player="XBMCWrapper"/>
   <rule filename=".*540.*" player="XBMCWrapper"/>
   <rule video="true" videoresolution="1080" player="XBMCWrapper"/>
   <rule filename=".*540.*" player="XBMCWrapper"/>
</rule>
<rule protocols="rtmp" player="XBMCWrapper"/>
<rule protocols="rtsp" player="XBMCWrapper" />
<rule protocols="sop" player="XBMCWrapper" />
      
      
      
      <rule video="true"  player="Wrapper">
         <rule  protocols="hdhomerun|myth|cmyth|mms|mmsh|udp" player="DVDPlayer" />         
          <rule name="rtmp" protocols="rtmp" player="DVDPlayer" />
          <rule name="rtsp" protocols="rtsp" filetypes="!(rm|ra)"  player="PAPlayer" />
         
          <rule name="streams" internetstream="true" player="DVDPlayer">
            <rule name="aacp/sdp" mimetypes="audio/aacp|application/sdp"  player="DVDPlayer"/>
            <rule name="mp2" mimetypes="application/octet-stream" filetypes="mp2" player="PAPlayer" />
          </rule>      
      </rule>      
   </rules>
</playercorefactory>


I attached my file


[attachment deleted by admin]

lukappaseidue

  • Newbie
  • *
  • Posts: 42
Re: Not use wrapper for streams
« Reply #4 on: December 14, 2015, 08:56:28 PM »
:( no help

lukappaseidue

  • Newbie
  • *
  • Posts: 42
Re: Not use wrapper for streams
« Reply #5 on: December 20, 2015, 10:37:46 AM »
thank to sprengbox, here the playercorefactory.xml that allow to use wrapper for video, and internal player for IPTV.
So no more crashing.
This file replace the one of the player.

[attachment deleted by admin]

futeko.com

  • Administrator
  • Senior Member
  • *****
  • Posts: 4657
Re: Not use wrapper for streams
« Reply #6 on: December 22, 2015, 10:03:21 AM »
thank to sprengbox, here the playercorefactory.xml that allow to use wrapper for video, and internal player for IPTV.
So no more crashing.
This file replace the one of the player.

Good work. Thanks.

tia1974

  • Newbie
  • *
  • Posts: 10
Re: Not use wrapper for streams
« Reply #7 on: May 20, 2016, 08:47:52 AM »
How is the correct way to use the new .XML file with the wrapper?

Thanks

tia1974

  • Newbie
  • *
  • Posts: 10
Re: Not use wrapper for streams
« Reply #8 on: May 20, 2016, 04:47:02 PM »
I used "file manager (explorer)" to copy and past the .xml file suggested by springbok in the folder android/data/org.xbmc.kodi/files/kodi/userdata
but when I use kodi, the wrapper functions only for my film and crashed when I try the IPTV.
What is the correct way to set up the wrapper with this xml file?

sofand

  • Newbie
  • *
  • Posts: 8
Re: Not use wrapper for streams
« Reply #9 on: May 21, 2016, 12:15:00 PM »
you can try install spmc from google play (a fork of kodi) and use it for iptv and misc addons

tia1974

  • Newbie
  • *
  • Posts: 10
Re: Not use wrapper for streams
« Reply #10 on: May 27, 2016, 07:00:54 PM »
Thanks but I prefer to use only one app, I set the hi media to start with kodi at launch and I want to use it for everything because it is possible to do, but I don't understand how to change the .xml file.
Someone could help me, please?

tia1974

  • Newbie
  • *
  • Posts: 10
Re: Not use wrapper for streams
« Reply #11 on: May 28, 2016, 07:58:10 AM »
thank to sprengbox, here the playercorefactory.xml that allow to use wrapper for video, and internal player for IPTV.
So no more crashing.
This file replace the one of the player.

Please would you like to explain step by step how do you change the .xml file? I did several attemps but all without success
Thanks

tia1974

  • Newbie
  • *
  • Posts: 10
Re: Not use wrapper for streams
« Reply #12 on: June 04, 2016, 06:53:58 PM »
Ok, finally I did it by myself.
Now everything is perfect: Kodi starts up automatically soon after Himedia booting, from Kodi when I choose one of my videos or Tv series they are played directly by the Himedia player, instead when I choose a stream or IPTV they are displayed automatically by the Kodi player.
Here are the steps I followed:
- normal installation of the wrapper and activation of the playercorefactory.xml that is with it
- launch file manager (explorer), shows hidden folder, copy the new playercorefactory.xml, go in the right folder android/data/org.xbmc.kodi/files/kodi/userdata   and press copy file, here pops up a windows that ask if you would like to overwrite the existing .xml file, press YES and now you can enjoy this wonderful HiMedia Player

 

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