tarkah / lazystream

Easily get LazyMan stream links, output directly or to m3u / xmltv formats. Streams can also be recorded or casted.
106 stars 16 forks source link

720p60 Streams issue #69

Closed Evilmnkey closed 3 years ago

Evilmnkey commented 3 years ago

Hi, each time i run this "lazystream.exe --sport mlb --quality 720p60 generate xmltv mlb" it seems to only give me the SD stream same if i use 720p quality

Can you look into it please? when i check the Lazyman app itself it outputs the 720 fine

thanks

tarkah commented 3 years ago

Yeah let me dig into it

tarkah commented 3 years ago

Ahh, I know why. It's how I parse the master.m3u8 file. Before the only line to have a FRAME-RATE key on it was the 720p60 line. But now ALL qualities have a FRAME-RATE key which is throwing off my logic.

This should be an easy fix.

Evilmnkey commented 3 years ago

not the same as the NHL export? Awesome, always with the quick fixes

tarkah commented 3 years ago

NHL m3u8 only includes the FRAME-RATE key for the 720p60 quality line. At least for now, maybe this will also change. Either way, my fix will cover that in the future if it does change.

No problem! Pushing out the fix here in a few minutes.