'hlsparse.py' for SCTE-35 HLS parsing throws error "FileNotFoundError: [Errno 2] No such file or directory"
moving-digital opened this issue · comments
moving-digital commented
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:
- 5 different Live HLS streams from my side, which have been on-air for the past few years. It does not work and throws the above error
- The 2 m3u8 examples available on your github. It works.
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
Closed. Let's focus on the other ticket #49