futzu / SCTE35_threefive

threefive is the one you want. threefive is the best SCTE-35 tool available. SCTE-35 Decoder, SCTE-35 Encoder, SCTE-35 Parser.
https://slow.golf
MIT License
136 stars 26 forks source link

'hlsparse.py' for SCTE-35 HLS parsing throws error "FileNotFoundError: [Errno 2] No such file or directory" #50

Closed moving-digital closed 2 years ago

moving-digital commented 2 years ago

Hi @futzu

When using hlsparse.py with the following command: pypy3 hlsparse.py <m3u8_manifest> I keep getting the following error:

Traceback (most recent call last):
  File "hlsparse.py", line 12, in <module>
    with open(sys.argv[1], "r") as manifest:
FileNotFoundError: [Errno 2] No such file or directory: 

I have tried with:

Would you happen to know what could be the issue? I can provide you with the m3u8 manifest that are causing the issue.

moving-digital commented 2 years ago

Closed. Let's focus on the other ticket https://github.com/futzu/scte35-threefive/issues/49