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

Error in sending opus file without transcoding #110

Open
daimoc opened this issue Jul 13, 2024 · 0 comments
Open

Error in sending opus file without transcoding #110

daimoc opened this issue Jul 13, 2024 · 0 comments

Comments

@daimoc
Copy link

daimoc commented Jul 13, 2024

Hi,
The sample pipeline to send opus from a file is not working :

Using : " --send-pipeline="filesrc location=sample.opus ! queue ! oggdemux name=audio "

Return this error :
Error: Failed to link elements 'audio' and 'rtpopuspay0'

If we add an encoding step it works fine but it uses more CPU :(

–send-pipeline=“filesrc location=/media/sample3.opus ! queue ! oggdemux ! opusdec ! audioconvert ! audioresample ! opusenc name=audio”

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

1 participant