When I try to start pygame.mixer it results in:
import pygame
pygame.init()
pygame.mixer.init()
sounda= pygame.mixer.Sound("scream.ogg")
sounda.play()
No protocol specified No protocol specified No protocol specified xcb_connection_has_error() returned True
What to do? It always worked on other raspberrys. I allready checked the audio configuration and ran some other code..