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

Cannot set up the audio rate or container in the Pulse plugin #113

Closed
sinhote opened this issue Sep 19, 2014 · 1 comment
Closed

Cannot set up the audio rate or container in the Pulse plugin #113

sinhote opened this issue Sep 19, 2014 · 1 comment

Comments

@sinhote
Copy link
Contributor

sinhote commented Sep 19, 2014

The pulse bin implementation in the latest stable version lacks a way to set the audio rate or the audio container.

The second problem comes from the fact that the default audio format (mp3) does not require a container on its own, but another formats (such as ogg or aac) do need one. I think one can use a construct like:

audioencoder = faac bitrate=160000 ! mp4mux

but this is clearly a misuse of the parameter, since we are not only including the encoder, but also the multiplexer.

On the other hand, the audio rate must be set via a caps filter before or after the encoder, but the pipeline doesn't have one.

@hcaloto
Copy link
Contributor

hcaloto commented May 12, 2015

Thanks Ruben!

@hcaloto hcaloto closed this as completed May 12, 2015
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