instance of 2 players
#1
it's possible to instantiate two videos?

Code:
player_1 = xbmc.Player()
player_2 = xbmc.Player()

I tried this, but when I pause a video in player_1 for example, player_2 pause video too.
Reply
#2
no. it's just a wrapper object around the actual, singleton, player core in kodi.
Reply
#3
I was trying to use this functionality to load a second video before the first one to finish. Is there a way to do this with one player?
Reply
#4
nope.
Reply

Logout Mark Read Team Forum Stats Members Help
instance of 2 players0