Anyone successfully get an html5 video player to work through clientless VPN?

I’m curious if any of you have successfully been able to play a video in an embedded html5 player on a page that’s served through the clientless vpn portal. For example I’m trying to get a simple .m3u8 to play using videojs. The videojs player loads but will not play the stream. I know the files are accessible as I can browse the folder containing the files (on the same server) by inputting the directory into the url passed through the PA. But the player won’t work for some reason.

I’d just eve excited to hear if anyone has gotten ANY player to work… that would tell me it’s worth working at it :joy:.

Thank you!

Yup. You’re likely hitting an issue where its trying to load a manifest and it’s rewriting the library urls.

Had the same issue with an rds portal.

Debug the page and look for 404s - you will need to exclude some rewrites.

Thank you for the idea!!! I’m gonna look into that tomorrow!