pyomxplayer icon indicating copy to clipboard operation
pyomxplayer copied to clipboard

Multiple instances

Open ellensundh opened this issue 11 years ago • 3 comments

Is it possible to run multiple instances of the OMXPlayer stating some kind of id or similar? I would like to have 2 instances I can switch between to achive video playback without any buffering.

ellensundh avatar Aug 14 '13 12:08 ellensundh

Nope, I don't think that will work. Once omxplayer runs, it locks the hardware resources, so running two instances of it in parallel is out of the question, at least from my understanding :-/

jbaiter avatar Aug 15 '13 08:08 jbaiter

I have seen example of play multiple windows of omxplayer(http://t3chadd1ct.wordpress.com/2013/04/19/omxplayer/). It would be great with support for this. And to be able to pass the window size of the omxplayer.

ellensundh avatar Aug 28 '13 09:08 ellensundh

I managed 2 instances with this python script it quickly breaks after that. ( perhaps because its in the stats mode? ) outside of python with multiple SSH connections and the latest omxplayer I managed to get 4 streams running at the same time but it crashed when I paused over 3 of them.

clacktronics avatar Jan 07 '14 15:01 clacktronics