no element vp8enc

Tim Müller tim at centricular.com
Thu Jan 12 10:54:19 UTC 2017


On Wed, 2017-01-11 at 23:11 -0800, mustafayuce66 wrote:

> I have installed gstreamer and all plugins to orange pi jessie. But
> it gives "no element vp8enc" error when i try to stream a video. My
> command is 
> ...
> 
> What might be the reason?

I guess you didn't install the package with the vp8enc element then :)

Check with

  gst-inspect-1.0 vp8enc

if it's installed. Check if the plugin is installed with

  gst-inspect-1.0 vpx

If the plugin is there but not vp8enc then your libvpx was built
without vp8 encoder support enabled.

If the plugin is not there, you need to install the libvpx development
headers and build gst-plugins-good again (check the configure output).

Cheers
 -Tim

-- 
Tim Müller, Centricular Ltd - http://www.centricular.com


More information about the gstreamer-devel mailing list