willprice / python-omxplayer-wrapper

:tv: Control OMXPlayer, the Raspberry Pi media player, from Python
http://python-omxplayer-wrapper.readthedocs.io
GNU Lesser General Public License v3.0
253 stars 71 forks source link

omxplayer wrapper as child tkinter frame #118

Closed stevanusadi closed 5 years ago

stevanusadi commented 6 years ago

hi, Sir.. i make an python application and i need to add my video in this python. my python application using 2 main frame, frame in left and right monitor. i wonder, can i add omxplayer to play video file in one of this frame, so omxplayer to be a child of a frame? thank you.

best regards, Stevanus Adi

willprice commented 6 years ago

Sorry, no idea. This wrapper just launches an omxplayer process, so if you can figure out how to embed the window launched by omxplayer on the command line into a tkinter window, then you can inject the same args into the constructor of the OMXPlayer object

stevanusadi commented 6 years ago

ok Sir.. thanks you.

sincerely yours..

On Thu, Jan 25, 2018, 19:12 Will Price notifications@github.com wrote:

Sorry, no idea. This wrapper just launches an omxplayer process, so if you can figure out how to embed the window launched by omxplayer on the command line into a tkinter window, then you can inject the same args into the constructor of the OMXPlayer object

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/willprice/python-omxplayer-wrapper/issues/118#issuecomment-360449292, or mute the thread https://github.com/notifications/unsubscribe-auth/AcTtxqSb0LATWnVpmIDzXwNfEx3YqW0fks5tOG-2gaJpZM4Rsvw4 .

innlight commented 4 years ago

stevanusadi i have the same problem. Have you resolved it?