selsta / hlsdl

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

Any chance to make a module or patch for a ffmpeg out of it? #7

Closed fitz123 closed 7 years ago

selsta commented 8 years ago

I’ve tried but failed :/

sopparus commented 7 years ago

can I input a hls key some how?

selsta commented 7 years ago

No, why would you need this feature?

kaka052003 commented 7 years ago

i got this error in compile

:~/hlsdl# make cc src/main.o src/aes.o src/curl.o src/hls.o src/misc.o src/msg.o -lcurl -lavformat -lavutil -lavcodec -o hlsdl src/hls.o: In function decrypt_sample_aes': /root/hlsdl/src/hls.c:478: undefined reference toav_packet_unref' collect2: error: ld returned 1 exit status

need help please