Viblast / ios-player-sdk

Viblast Player iOS SDK - native video playback of MPEG-DASH and HLS for live streaming. Extendable with P2P delivery through Viblast PDN.
http://viblast.com/player/
Other
91 stars 17 forks source link

Support for basic authentication #10

Open marcas91 opened 7 years ago

marcas91 commented 7 years ago

Is there support for loading URLs with basic authentication? I didn't see any configuration for authentication headers, and I already tried adding the username:password between the scheme and host, and the video would not load. I was able to curl the exact same URL, so I assume there is just not support in VBPlayer for authentication. Is this correct? If so, will this functionality be added?