PHP Notice: Undefined offset: 1
aldobel opened this issue · 3 comments
aldobel commented
Hi, I have a problem with this package...this is the error log:
`PHP Notice: Undefined offset: 2 in /vendor/gemorroj/m3u-parser/src/Tag/ExtInf.php on line 91
PHP Notice: Undefined offset: 1 in /vendor/gemorroj/m3u-parser/src/Tag/ExtInf.php on line 87 `.
Help me please 😊
aldobel commented
can anyone help me?
sdiama commented
I have the same problem for some m3u8 files, such as:
#EXTM3U
#EXT-X-TARGETDURATION:6
#EXT-X-VERSION:3
#EXT-X-MEDIA-SEQUENCE:35620
#EXT-X-PROGRAM-DATE-TIME:2020-12-05T08:37:11Z
#EXTINF:5.279,
2020/12/05/08/37/11-05280.ts
#EXTINF:5.280,
2020/12/05/08/37/17-05280.ts
#EXTINF:5.280,
2020/12/05/08/37/22-05280.ts
#EXTINF:5.280,
2020/12/05/08/37/27-05280.ts
The "funny" part is that is parsed correctly at the development environment (Windows) but I get the error at the production server (Linux)