Using openssl encryption for Apple's HTTP Live Streaming

后端 未结 4 879
夕颜
夕颜 2021-02-02 18:12

Has anyone had any luck getting encrypted streaming to work with Apple\'s HTTP Live Streaming using openssl? It seems I\'m almost there but my video doesn\'t play but I don\'t g

4条回答
  •  青春惊慌失措
    2021-02-02 18:45

    Okay, I figured it out... My hexdump command was wrong. It should be:

    hexKey=$(cat key.txt | hexdump -e '16/1 "%02x"')
    

提交回复
热议问题