pramod
pramod

Reputation: 5

signed url from s3 bucket for m3u8 extension file

iam not able to play s3 signed url for m3u8 file extension on jw-player but it is working for mp4 extension file.

Please can any one help me out from this problem..

here is my code

var player = jwplayer('myDiv').setup({ file: 'signed url from s3 bucket(m3u8 extension)', "image": "thumb.jpg", "height": 360, "width": 640, });

Upvotes: 0

Views: 1053

Answers (1)

Pierre
Pierre

Reputation: 716

Having the same issue, I think it is due to the paths in the m3u8 file itself. They are not signed url.

I am pretty sure I will end up doing a self generated m3u8 containing the signed urls.

Upvotes: 0

Related Questions