gst-examples Issue: Required gstreamer plugin 'nice' not found

Nicolas Dufresne nicolas at ndufresne.ca
Wed Sep 1 14:16:47 UTC 2021


Le mercredi 01 septembre 2021 à 08:50 -0500, Terence Darwen a écrit :
> > Please use https://packages.ubuntu.com/ to search specific packages. The
> > second
> > result is called "gstreamer1.0-nice", which seems like the one your are
> > looking
> > for.
> 
> Yes, I have that installed, yet still not working.  Here's my terminal output
> copied and pasted:
> 
> tmd at kurentovm:~/gst-install$ sudo apt-get install gstreamer1.0-nice
> Reading package lists... Done
> Building dependency tree       
> Reading state information... Done
> gstreamer1.0-nice is already the newest version (0.1.14-1).
> 0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
> tmd at kurentovm:~/gst-install$ ./webrtc-sendrecv
> bash: ./webrtc-sendrecv: No such file or directory

Well, this is a different problem. There is no webrtc-sendrecv executable in
your current directory, has nothing to do with nice.

To check that nice is installed, gst-inspect-1.0 nicesrc

> tmd at kurentovm:~/gst-install$ 
> 
> On Wed, Sep 1, 2021 at 8:06 AM Nicolas Dufresne <nicolas at ndufresne.ca> wrote:
> > Le mardi 31 août 2021 à 18:59 -0500, Terence Darwen via gstreamer-devel a
> > écrit :
> > > I'm trying to run the webrtc-sendrecv example here:
> > > 
> > https://gitlab.freedesktop.org/gstreamer/gst-examples/-/blob/master/webrtc/sendrecv/gst/webrtc-sendrecv.c
> > > I've followed the instructions and have successfully built the webrtc-
> > sendrecv
> > > executable, but when running it I get a "Required gstreamer plugin 'nice'
> > not
> > > found" error.
> > > I've manually built gstreamer v1.19.1, base plugins and the good /bad/ugly
> > > plugins, as well as manually built and installed libnice as instructed
> > > here
> > > https://github.com/libnice/libnice but still get this plug-in error.
> > > I'm using Ubuntu 18.04.3 LTS for this.
> > 
> > Please use https://packages.ubuntu.com/ to search specific packages. The
> > second
> > result is called "gstreamer1.0-nice", which seems like the one your are
> > looking
> > for.
> > 
> > > Any advice would be appreciated.
> > 
> > 




More information about the gstreamer-devel mailing list