Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video artifacts on suspend/resume #48

Open
ervanalb opened this issue Dec 30, 2014 · 2 comments
Open

Video artifacts on suspend/resume #48

ervanalb opened this issue Dec 30, 2014 · 2 comments
Assignees

Comments

@ervanalb
Copy link
Collaborator

Due to keyframe issues due to how we are showing / hiding the video.

How to fix: implement something different here:

def hide(self):
self.vlc_mp.video_set_track(-1)
def show(self):
self.vlc_mp.video_set_track(0)

@ervanalb ervanalb self-assigned this Dec 31, 2014
@ervanalb
Copy link
Collaborator Author

this is terrible

i think the solution is to make a new xwindow using e.g. tkinter and tell libvlc to do its rendering in it

@zbanks
Copy link
Owner

zbanks commented Dec 31, 2014

If we do that, we might not need a window manager, which might be kind of
cool...

-Zach

On Tue, Dec 30, 2014 at 9:37 PM, Eric Van Albert [email protected]
wrote:

this is terrible

i think the solution is to make a new xwindow using e.g. tkinter and tell
libvlc to do its rendering in it


Reply to this email directly or view it on GitHub
#48 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants