ExoMedia
ExoMedia copied to clipboard
Authentication: Bearer token
Is it possible to pass an Authentication: Bearer token with an http player request possibly?
You can add network request headers through a custom DataSourceFactoryProvider similar to how the demo apps OkHttpDataSourceFactoryProvider provides an OKHttp DataSourceFactory
Nice, thank you. I'll give that a try!