Re: Non working Parallel videoplayer

2016-02-04 Thread mdelamo90
I think it has to be with some functions that I think they are defined on the "forked" processes and maybe they don't, if I create a class on the new process it should have all the defined functions than the original right? -- https://mail.python.org/mailman/listinfo/python-list

Non working Parallel videoplayer

2016-02-04 Thread mdelamo90
I have coded a program with python and vlc that plays some videos, but whenever I try to play 3 videos at once, Windows closes the program, I'm guessing that the reason is that one process can't play 3 videos at once (but I don't really know). My trimmed program plays one video (trhough a globa

multiprocessing videoplayer

2016-02-04 Thread mdelamo90
I have coded a program with python and vlc that plays some videos, but whenever I try to play 3 videos at once, Windows closes the program, I'm guessing that the reason is that one process can't play 3 videos at once (but I don't really know). My trimmed program plays one video (trhough a globa

Multiprocess videoplayer

2016-02-04 Thread mdelamo90
I have coded a program with python and vlc that plays some videos, but whenever I try to play 3 videos at once, Windows closes the program, I'm guessing that the reason is that one process can't play 3 videos at once (but I don't really know). My trimmed program plays one video (trhough a globa