I have a stream in M3U8 with AES-128 encryption. I have access to the key but the IV is missing. VLC is playling the stream correctly but I have a software (ProgTV) who can't do that if the IV is not given.
How can I get the IV from the AES-128 key ? I know it is possible but I didn't understand what everyone said.
Thanks
Here is the M3U8 :
#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:9
#EXT-X-MEDIA-SEQUENCE:733889
#EXT-X-KEY:METHOD=AES-128,URI="25419608.key"
#EXTINF:8.0000,
video1.ts
#EXTINF:8.0000,
video2.ts
#EXTINF:8.0000,
video3.ts
....