Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Support remote video files #8

Copy link
Copy link
@brannondorsey

Description

@brannondorsey
Issue body actions

ffprobe supports probing remote files over HTTP. It would be great if this library could too.

Right now, if you try and load a remote file you get an OS Error because the file doesn't exist on disk.

>>> from ffprobe import FFProbe
>>> metadata = FFProbe("https://example.com/movie.mp4")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/example-user/virtual-env/lib/python3.6/site-packages/ffprobe/ffprobe.py", line 101, in __init__
    raise IOError('No such media file ' + self.path_to_video)
OSError: No such media file https://example.com/movie.mp4
Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.