There was something wrong in my code. I found the following example file which shows the correct method. /usr/share/pyshared/pygame/examples/movieplayer.py
pygame.mixer.quit () needed to be before movie=pygame.movie.Movie ("o2.mpg")
Hello. I get video but no sound when I play videos with the pygame play.movie command. If I use pygame to play an mp3 I do get sound. My file is using the MPEG-1 Video Codec and the MP3 Audio Codec. Can anyone point me to a file that they have successfully played? Is there something wrong in my code...