how to play HLS aes encrypted video? #5065
Unanswered
JangJuMyeong
asked this question in
Q&A
Replies: 1 comment
-
I'd recommend taking a look at: https://github.com/Azure-Samples/media-services-3rdparty-player-samples/blob/master/src/hls.js/index.js They provide a sample for playing with the Azure Media Services stack here if this is still an issue for you. It looks like the JWT you provided should be provided as a request header on the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What do you want to do with Hls.js?
I want to play this file
https://beecastmediastaging-koct1.streaming.media.azure.net/2cdb5c11-1a01-4a63-a6f4-43f4bd17f0e3/TestMV.ism/manifest(format=m3u8-aapl,encryption=cbc).m3u8
Token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1cm46bWljcm9zb2Z0OmF6dXJlOm1lZGlhc2VydmljZXM6Y29udGVudGtleWlkZW50aWZpZXIiOiJhNDY2Njg0MS1mYjcyLTRmY2UtYmFkNy1hZTViZmMxNDc1OTUiLCJuYmYiOjE2MjY2NjE3NDksImV4cCI6MTYyNjY4MDA0OSwiaXNzIjoibXlJc3N1ZXIiLCJhdWQiOiJteUF1ZGllbmNlIn0.vkOiY0NuwClVl-tXUyw9Zbr7pgHzR22z6C855UU-9cw
What have you tried so far?
this is my code
I get the following error "The access token is not found in request header"
what can I do.....? help me.
Beta Was this translation helpful? Give feedback.
All reactions