futzu / threefive

threefive is SCTE-35. threefive Parses SCTE-35 in every available format. MPEGTS, HLS, DASH. Yes.

Home Page:https://git.futzu.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

moving-digital opened this issue · comments

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.

Closed. Let's focus on the other ticket #49