-
Notifications
You must be signed in to change notification settings - Fork 888
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
Take url as input #1278
Comments
I'm also wondering this. the example I have doesn't work
|
I guess ffmpeg doesn't support Response objects |
You can pass a URL as an input ffmpeg().input('https://some-url.com/file.mp4') If you want to pass some auth data it should be URL-encoded. Streaming must work for some protocols, but for mp4 it doesn't work since ffmpeg needs to do See also #1185 |
Hello,
I would like to know if it is possible now to take an URL as an input ?
The text was updated successfully, but these errors were encountered: