The CSP for media source is always media-src * event I changed it by adding meta tag to html file like below
<meta http-equiv="Content-Security-Policy" content="media-src * data: blob: filesystem: mediastream:;" >
Then I can not load hls on video tag since the policy is not accept blob.
The CSP for media source is always media-src * event I changed it by adding meta tag to html file like below <meta http-equiv="Content-Security-Policy" content="media-src * data: blob: filesystem: mediastream:;" >
Then I can not load hls on video tag since the policy is not accept blob.