-
Notifications
You must be signed in to change notification settings - Fork 68
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
Player not opening in MacOS #253
Comments
I cannot help you with that since I don't have an Apple device to test this on. Here's a few suggestions of what you could try:
def my_log(loglevel, component, message):
print('[{}] {}: {}'.format(loglevel, component, message.strip()))
player = mpv.MPV(log_handler=my_log, loglevel='debug')
|
I'm running into the same issue. The debug logs look like it's running but nothing shows. Just a python icon that pops up but no player. |
Also on MacOS (Apple Silicon). Wilder still, I hear the video playing back, do not see the window/image. Both versions of mpv match. From debug-level log:
|
Since command-line on MacOS works, ran in verbose mode. I see:
Compare this to logging from Python on same OS:
Obviously they diverge in the last two logs. Maybe there's a clue in the above as to how the C/L handles video playback more robustly on MacOS. |
I just ran into the same issue.
System: M4 MacBook Pro |
Hello,
I installed mpv using Homebrew and tested if it is working with the command
mpv {filename}
but it doesn't work using this Python library:The text was updated successfully, but these errors were encountered: