Kodi - external players
#1
Hello,

I am using Jarvis, Kodi 15.2 on Windows 7 64 bit. I am trying to use VLC to record streams.
I use a playercorefactory.xml file that in put in the “C:\Users\me\AppData\Roaming\Kodi\userdata” directory.
When I open Kodi again, and click on a stream, there is no Video or Audio.
Please see below the content of the xml file.
Any ideas?

Thanks

Pierre

<playercorefactory>
<players>

<player name="VLCPlayer" type="ExternalPlayer" audio="false" video="true">
<filename>com.vlcforandroid.vlcdirectprofree</filename>
<hidexbmc>true</hidexbmc>
<playcountminimumtime>120</playcountminimumtime>
</player>

<player name="SopCast" type="ExternalPlayer" audio="false" video="true">
<filename>org.sopcast.android</filename>
<hidexbmc>true</hidexbmc>
<playcountminimumtime>120</playcountminimumtime>
</player>
<player name="LocalCast" type="ExternalPlayer" audio="false" video="true"> <filename>de.stefanpledl.localcast</filename> <hidexbmc>true</hidexbmc> <playcountminimumtime>120</playcountminimumtime> </player>
</players>
<rules action="prepend">
<rule protocols="smb" player="LocalCast" />
<rule dvdimage="true" player="LocalCast"/>
<rule protocols="rtmp" player="LocalCast"/>
<rule protocols="rtsp" player="LocalCast" />
<rule protocols="sop" player="LocalCast" />
<rule internetstream="true" player="LocalCast" />
<rule video="true" player="LocalCast"/> <!-- Default for anything else not listed -->
</rules>
</playercorefactory>
Reply

Logout Mark Read Team Forum Stats Members Help
Kodi - external players0