Hello,
I try to encrypt video for fairplay streaming through mediafilesegmenter below command.
mediafilesegmenter -k Key.txt -K dm://keyid -S fps_test3.mp4
In Key.txt file : 16 byte key store
I encrypt well but can't add KEYFORMAT="com.apple.streamingkeydelivery" in m3u8 file.
When i excute this command mediafilesegmenter -k Key.txt -K dm://dm -S fps_test3.mp4
Can't encrypt video this command.
Please give me right command line, so i can encrypt fairplay streaming video.
Thanks - advance.