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

Decoder options #75

Open
slenin opened this issue Jul 21, 2021 · 0 comments
Open

Decoder options #75

slenin opened this issue Jul 21, 2021 · 0 comments

Comments

@slenin
Copy link

slenin commented Jul 21, 2021

We are planning to move much of our ffmpeg media processing to node. And this is a great library.

Media files are accessed from remote storage. For decoding, we set two parameters

  1. headers: The media we access requires custom auth headers, which we can set in ffmpeg through av_dict_set(.., "headers",..).
  2. timeout: To protect from long blocking calls, we set timeout using av_dict_set_int(.., "timeout",..)

How can we set these options through beamcoder?

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