OS X Video slow or better video choppy
#1
maOS Sierra
Version 10.12.8
Mac mini (Ende 2009)
Graphic NViDIA GeForce 9400 256 MB

Kodi Version 18 just downloaded and installed

Video is slow / choppy 

is there a chance to use external video player like Quicktime or VLC?
Does anybody have an example of playercorefactory.xml for that?

Thank you vary much
Reply
#2
Now I could solve the problem by myself. With this playercorefactory.xml :

<playercorefactory>
<players>
   <player name="VLC" type="ExternalPlayer" audio="false" video="true">
    <filename>/Applications/VLC.app/Contents/MacOS/VLC</filename>
    <args>--video-on-top --play-and-exit --fullscreen</args>
    <hidexbmc>false</hidexbmc>
     <hideconsole>false</hideconsole>
   </player>
</players>
<rules action="prepend">
   <rule name="DRM" filename="*.m4v" player="VLC" />
</rules>
</playercorefactory>

the old mac mini is well playing my videos with VLC
Reply
#3
This is very interesting. I'll try this during the weekend and will let you know about the results.

Thank you so much.
Reply

Logout Mark Read Team Forum Stats Members Help
Video slow or better video choppy0