Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gstreamer requirements are missing #6

Open
jaques-sam opened this issue Mar 21, 2023 · 4 comments
Open

gstreamer requirements are missing #6

jaques-sam opened this issue Mar 21, 2023 · 4 comments

Comments

@jaques-sam
Copy link

It's not clear which gstreamer installs are needed for this to build, it definitely requires already:
gstreamer-1.0 >= 1.8
gstreamer-video-1.0 >= 1.8
Possibly more...

@philn
Copy link
Member

philn commented Mar 21, 2023

As a rule of thumb, you should install the latest stable release. Currently it's 1.22, but versions as old as 1.18 are also known to work.

@philn
Copy link
Member

philn commented Mar 21, 2023

cc @thiblahute

@jaques-sam
Copy link
Author

Tried the examples again on my fedora, but they fail because of this error:

*********************** OpenTok Linux SDK ****************************
**** Version/Revision: linux_llvm-2.19.1/7b24b80eb36da92f16c39e3cfee55fd2b4eef6aa
**** Library built on: Apr 15 2021
**** Copyright 2021 TokBox, Inc.
**** Licensed under the Apache License, Version 2.0
****
Error! Missing element opentoksink

The examples from opentok-rs work and the opentok lib are properly installed as was mentioned on the README.
So how come it's not finding opentoksink?

@jaques-sam
Copy link
Author

Okay, found out after building the plugin, the GST_PLUGIN_PATH env variable needed to be set with the location of the plugin. Good to add to the readme ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants