https://bugs.kde.org/show_bug.cgi?id=421407
Bug ID: 421407 Summary: Unable to play embedded audio in pdf Product: okular Version: unspecified Platform: Archlinux Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: PDF backend Assignee: okular-de...@kde.org Reporter: fqri...@gmail.com Target Milestone: --- SUMMARY STEPS TO REPRODUCE 1. Open Okular 2. Open the pdf with audio embedding (The logs only show up if the pdf has audio embedding) 3. Click on show forms 4. No response when you play the audio OBSERVED RESULT Audio not played EXPECTED RESULT Audio plays SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: Archlinux (available in About System) KDE Plasma Version: 5.18.4 KDE Frameworks Version: 5.69.0 Qt Version: 5.14.2 PulseAudio Version: PulseAudio 13.0 Kernel Version: 5.6.10-arch1-1 phonon-qt5-vlc: 0.11.1-1 vlc version: 3.0.10-1 PDF backend: Poppler 0.88.0 ADDITIONAL INFORMATION There seem to be multiple errors trying to connect to pulse audio server when I checked the log, the error looks like ``` [0000562d10291070] vlcpulse audio output error: PulseAudio server connection failure: Connection terminated [0000562d102edf90] vlcpulse audio output error: PulseAudio server connection failure: Connection terminated ``` But when I checked my journalctl, I found that pulseaudio is dropping the connections because okular is ddosing pulseaudio's server ``` May 12 13:29:13 hostname pulseaudio[632]: W: [pulseaudio] protocol-native.c: Warning! Too many connections (64), dropping incoming connection. May 12 13:29:13 hostname pulseaudio[632]: W: [pulseaudio] protocol-native.c: Warning! Too many connections (64), dropping incoming connection. ``` -- You are receiving this mail because: You are watching all bug changes.