Sound works just fine on everything else but while trying to use the applet, it just doesn't work. I tried everything that I could find such as alarm-clock-music-problem and gstreamer-installation-is-missing-a-plug-in but that did not work. Does anyone know how to fix this? I am running Ubuntu 16.04
Asked
Active
Viewed 699 times
1 Answers
1
You can try
sudo add-apt-repository ppa:mc3man/gstffmpeg-keep
sudo apt-get update
sudo apt-get install gstreamer0.10-ffmpeg
sudo apt-get install gstreamer0.10-plugins-ugly
(as suggested in this answer and also this one on Stack Overflow).
Otherwise, can you add the output of gst-launch -m
?
-
I actually just downgraded from 18.04 to 16.04 and it works fine. But thanks anyway. – Anshuman Kumar Dec 21 '18 at 11:47