vidstream icon indicating copy to clipboard operation
vidstream copied to clipboard

Doesn't work on MacOS

Open codinginpython123 opened this issue 4 years ago • 5 comments

On MacOS there is a limitation: You can't run a gui outside the MAIN Thread. @NeuralNine please find a way to run the the gui in the Main Thread to have compatability with MacOS.

codinginpython123 avatar Feb 12 '21 11:02 codinginpython123

Thanks for the information. I don't have any MacOS systems I can test this package on at the moment. I will work on it once I have the possibility. Of course I am also happy to accept pull requests from Mac users that are able to fix this issue.

NeuralNine avatar Feb 12 '21 12:02 NeuralNine

Thanks for the information. I don't have any MacOS systems I can test this package on at the moment. I will work on it once I have the possibility. Of course I am also happy to accept pull requests from Mac users that are able to fix this issue.

Thanks for replying to my issue. I also have a Windows machine but my mac is my main programming computer! I will also try it on the Windows machine. I will try to make the library work in MacOS myself too. Also huge fan of your Youtube Channel!

codinginpython123 avatar Feb 15 '21 14:02 codinginpython123

I studied the source code of vidstream and if i find a way to not put the __client_connection function on the StreamingServer class inside a Thread it may work on MacOS

codinginpython123 avatar Feb 17 '21 11:02 codinginpython123

I studied the source code of vidstream and if i find a way to not put the __client_connection function on the StreamingServer class inside a Thread it may work on MacOS

Hello, I'm also a mac user. Do you can share your solution ?

chatLong avatar Apr 05 '23 21:04 chatLong