Video.js not passing Cloudfront Signed Cookies for DASH player
I’m building in NextJS a video player using Video.js to serve DASH content, the user will be able to access the videos based on the Cloudfront Signed Cookies served by the backend. The issue is that the video.js doesn’t seem to share the cloudfront cookies from the browsers, it does fetch the .mpd file but not the specific .mp4 files. And I am also able to view all files independently in the browser.