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

Opening a H.264 stream from a URL #25

Open
basvandijk opened this issue Feb 1, 2016 · 1 comment
Open

Opening a H.264 stream from a URL #25

basvandijk opened this issue Feb 1, 2016 · 1 comment

Comments

@basvandijk
Copy link

At work I'm planning to decode H.264 streams from camera's and I hope I can use your library for that.

The first goal is to open a URL of the H.264 stream. I noticed that the InputSource type only has a File and Camera constructor:

  data InputSource = File FilePath | Camera String CameraConfig

We probably need a separate URL InputSource.

@TomMD, it was mentioned by @acowley to add you to this issue because you recently added the InputSource support. He also mentioned this link to an example of opening a video stream from a URL:

http://stackoverflow.com/questions/23020294/c-ffmpeg-api-get-video-stream-from-https-link

@proger
Copy link
Contributor

proger commented Mar 30, 2017

I just put the URL into pretending it's a File in #35 — AFAIK ffmpeg doesn't really tell them apart from the surface.

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