AbiosGaming / desktop-stream-viewer

View multiple streams on your desktop!
7 stars 1 forks source link

Add support for macOS #119

Closed mictab closed 7 years ago

mictab commented 7 years ago

Description

macOS support wooooo! 🎉

Important files to review

videoframes.py

Screenshots

screen shot 2017-05-13 at 12 55 01

See also

Doesn't work on master due to getting NoneType like in https://github.com/kaszim/desktop-stream-viewer/pull/112, but this should work when that is fixed. I tested this on the commits before using the pip package for VLC.

mictab commented 7 years ago

Works if you use the vlc.py file we used before instead of the pip module.

kaszim commented 7 years ago

Can you try it now? With the changes in master.

mictab commented 7 years ago

@kaszim Crashes, still get NoneType.

mictab commented 7 years ago

@svenanderzen @kaszim Readded vlc.py as discussed (works now).