August 2015
Intermediate to advanced
246 pages
4h 21m
English
Again, we need to include the GStreamer to play videos or sounds in our packaged app. In this recipe, we are taking a simple app that plays a video and generate package with it.
We will use an app within multimedia. We are going to utilize the same app that we used in the Including multimedia for Windows and Including multimedia for Mac OS recipes in this chapter. It uses the e2.py code. Also, do read those recipes for further information.
This app needs the file GOR.mov which is the video that needs to be played. Also, it is highly recommended to read the previous recipe as the packaging process is explained in depth there.
Again, we are going to work directly in the terminal in the PyInstaller ...
Read now
Unlock full access