selsta / hlsdl

C program to download VoD HLS (.m3u8) files
MIT License
630 stars 158 forks source link

remove png bytes if exists #109

Closed rabinovic closed 3 years ago

selsta commented 3 years ago

Hi, patch looks good. When is this useful?

selsta commented 3 years ago

Also please fix the indentation.

rabinovic commented 3 years ago

well, some time ago I tried to find out why some streaming viedeos with m3u8 were not working, until I came across the article: https://laurentmeyer.medium.com/deep-dive-in-the-illegal-streaming-world-cd11fae63497 . Indeed the stream seqments startet with a png header. So if i removed the png header the video worked.

Am Mo., 19. Apr. 2021 um 19:03 Uhr schrieb selsta @.***

:

Also please fix the indentation.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/selsta/hlsdl/pull/109#issuecomment-822628174, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACM63IZOH576WE7RX7NS2KTTJRO5NANCNFSM43C6PVQQ .

selsta commented 3 years ago

Thanks.