GStreamer element cannot be created: no element textoverlay ?

276 views
Skip to first unread message

piwpiw

unread,
Jun 22, 2021, 12:30:21 AM6/22/21
to kurento
Hi community,

I'm trying to create a GStreamer element on Kurento with the following command : 

    Command : textoverlay text="Room A"

But I'm getting the error : 

    GStreamer element cannot be created: no element textoverlay ?

Am I missing a plugin or something ? Does anyone know how to solve that please ?

Thank you in advance for your help.

Regards,

Juan Navarro

unread,
Jun 22, 2021, 1:50:49 PM6/22/21
to kur...@googlegroups.com
Is that a local install? (with apt-get install) or a Docker container? (docker run)

please try installing this package: gstreamer1.5-x

$ sudo apt-get update && sudo apt-get install --yes gstreamer1.5-x
--
You received this message because you are subscribed to the Google Groups "kurento" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kurento+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/27203019-ba76-4bcd-871d-f5124813b531n%40googlegroups.com.

Youssef Mellouki

unread,
Jun 22, 2021, 8:53:23 PM6/22/21
to kur...@googlegroups.com
Thanks for your answer Juan.

Is that a local install? (with apt-get install) or a Docker container? (docker run) : 
I don't know actually. I have the version of Kurento that I installed from AWS Cloud Formation Template Here : https://doc-kurento.readthedocs.io/en/latest/user/installation.html#amazon-web-services

I run the command but I'm still getting the same error. Do you know how to add this plugin please ?

Thanks.
Regards,


You received this message because you are subscribed to a topic in the Google Groups "kurento" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/kurento/vd23-cnTbNU/unsubscribe.
To unsubscribe from this group and all its topics, send an email to kurento+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/a3dd2f29-3932-6a52-1034-3bfe85bd4f9c%40gmx.es.

Juan Navarro

unread,
Jun 23, 2021, 10:46:51 AM6/23/21
to kur...@googlegroups.com
You used the AWS CF template, which creates a new EC2 machine in your AWS account. So, just get an admin terminal to that machine (with the AWS console or just connecting with SSH from your computer), and run in there the apt-get command I suggested.

Youssef Mellouki

unread,
Jun 23, 2021, 11:06:41 AM6/23/21
to kur...@googlegroups.com
That's exactly what I did Juan. Running the command from ssh :  $ sudo apt-get update && sudo apt-get install --yes gstreamer1.5-x

But I'm still getting the same error. 

Do you what can cause this please ?

Thanks  

Garanti sans virus. www.avg.com

Juan Navarro

unread,
Jun 24, 2021, 5:42:30 AM6/24/21
to kur...@googlegroups.com
I can think of a couple checks:

  • Also install package "gstreamer1.5-tools", and then run "gst-inspect-1.5" to verify if the textoverlay plugin is correctly installed. You should see something like this:

    $ gst-inspect-1.5 | grep textoverlay
    pango:  textoverlay: Text overlay

  • Install package "kms-datachannelexample", and run the Java - Show DataChannel tutorial. This tutorial uses the textoverlay plugin to write text on top of the remote video. This would be a good way to ensure that the plugin itself is working with Kurento.

  • I found this message: https://github.com/Kurento/bugtracker/issues/78#issuecomment-502695184
    which seems to imply that the valignment and halignment parameters don't work well, but I didn't verify if that's true or not. Still, you might want to simplify your plugin config to the bare minimum, to see if it works (no parameters at all), before using any additional parameter.

Regards

piwpiw

unread,
Jun 25, 2021, 10:02:12 AM6/25/21
to kurento
Works perfect Juan  🙂 ! Thank you very much !

saifullah ilyas

unread,
Jan 2, 2023, 1:17:39 PM1/2/23
to kurento
i am getting this after installing. do you have any idea? 

Hit:1 http://azure.archive.ubuntu.com/ubuntu bionic InRelease
Get:2 http://azure.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB]
Get:3 http://azure.archive.ubuntu.com/ubuntu bionic-backports InRelease [83.3 kB]
Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]
Hit:5 https://nginx.org/packages/mainline/ubuntu bionic InRelease
Hit:6 https://download.docker.com/linux/ubuntu bionic InRelease
Fetched 261 kB in 1s (348 kB/s)
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package gstreamer1.5-x
E: Couldn't find any package by glob 'gstreamer1.5-x'
E: Couldn't find any package by regex 'gstreamer1.5-x'

saifullah ilyas

unread,
Jan 2, 2023, 1:19:10 PM1/2/23
to kurento
i am trying to use this with openvidu 2.24.0
Reply all
Reply to author
Forward
0 new messages