-
fvplayer 8.0.5
Hi. i have HLS media files that Encrypted per segments in S3 bucket.
CORS headers for various types of video hosting is Enabled on S3.
Because my aws account is new, i cant use CloudFront.by default i cant play HLS in any browser . Admin: Video OK _ hlsjs-lite: Network error
when i turn of & unckeck “_ Block public and cross-account access to buckets and objects through any public bucket or access point policies”
and add code like this on bucket policy, everything is OK and fvp can play hls in all browsers.
{ "Version": "2012-10-17", "Id": "Policy1111111111111", "Statement": [ { "Sid": "Stmt1111111111111", "Effect": "Allow", "Principal": "*", "Action": "s3:GetObject", "Resource": "arn:aws:s3:::mybucket/*" } ] }
bu i want to hide my .m3u8 links on inspect elements. please help, whats your suggestion !?