gbstack / ffprobe-python

A wrapper of ffprobe command to extract metadata from media files.
Other
59 stars 56 forks source link

SRT protocol #13

Open Lexx1318 opened 3 years ago

Lexx1318 commented 3 years ago

Tried using ffprobe-python to check SRT stream. Unfortunately because of: if os.path.isfile(self.path_to_video) or self.path_to_video.startswith('http’): it didn't work.