alumae / kaldi-gstreamer-server

Real-time full-duplex speech recognition server, based on the Kaldi toolkit and the GStreamer framwork.
BSD 2-Clause "Simplified" License
1.07k stars 342 forks source link

Your GStreamer installation is missing a plug-in #175

Closed wblgers closed 5 years ago

wblgers commented 5 years ago

Hi,

I meet this error if I try to decode a encoder audio file rather than the raw audio file. Can you give me some suggestions? PS: I've already installed the plugins of gstreamer 1.0 via this command: sudo apt-get install gstreamer1.0-plugins-bad gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-pulseaudio gstreamer1.0-plugins-ugly gstreamer1.0-tools libgstreamer1.0-dev

Best, Wen Bolong

bliunlpr commented 5 years ago

I have met the same error. Any ideas to solve it? Thanks!

wblgers commented 5 years ago

I have met the same error. Any ideas to solve it? Thanks!

It seems that adding the gstreamer0.1 will solve this issue. You can try it