I'm building a desktop GUI app which includes MP4 (audio/visual) files. I have compiled them using pyrcc5 however the way the app is coded so far, using PyVLC, it can't play the videos as compiled modules - I don't want users to copy or replace the videos. What are my options within PyQt5 as far as playing compiled video files are concerned? If I need additional codecs, where would I get these?
Thank you for all constructive feedback.