Skip to content

Commit

Permalink
⚗️ FFhelper: Debugging get_supported_demuxers.
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiTronix committed Jun 23, 2024
1 parent 621d1e6 commit d2bd334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deffcode/ffhelper.py
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,7 @@ def is_valid_url(path, url=None, verbose=False):
supported_protocols = splitted[splitted.index("Output:") + 1 : len(splitted) - 1]
# RTSP is a demuxer somehow
# support both RTSP and RTSPS(over SSL)
logger.critical(get_supported_demuxers(path))
supported_protocols += (
["rtsp", "rtsps"] if "rtsp" in get_supported_demuxers(path) else []
)
Expand Down

0 comments on commit d2bd334

Please sign in to comment.