RenderHeads / UnityPlugin-AVProVideo

AVPro Video is a multi-platform Unity plugin for advanced video playback
https://www.renderheads.com/products/avpro-video/
225 stars 28 forks source link

Please Add Custom Http Header also for non-adaptive media videos #1689

Open mattirck opened 7 months ago

mattirck commented 7 months ago

I need the possibility to add a Bearer Token for authorization as Custom HTTP Header Parameter but for normal videos instead of HLS or DASH-videos as you can see here:

grafik

This is a service-backend in Azure with anonymous access for testing purposes which delivers back a simple video-stream from a .mp4-files stored in a Blob storage which is working fine. But to access our productive service-backend a Bearer Token must be sent in the header to the endpoint-call because anonymous access is forbidden in enterprise context.

This is working with Custom HTTP Header but the file returned is, as said, not in HLS/DASH-format but just a simple .mp4 to be played,

Chris-RH commented 7 months ago

Is there a particular platform that you are wanting this on?

mattirck commented 7 months ago

HTC Vive Pro (Windows), Hololens 2 (UWP) and XR Elite (Android).

mattirck commented 7 months ago

Do you have an idea if and if yes, when this will be implemented?

Chris-RH commented 7 months ago

The dev team is busy on an external project at the moment. This will get looked at some point afterward and they will decide if its something that they are interested in implementing, and how soon they want to do it. It depends on a lot of factors.

mattirck commented 1 week ago

Hi. Since now there has been more than a half year has passed, is there anything new on this feature request? The company I am working for is considering buying the Enterprise edition but this feature is crucial for decision.