encryption - MPMoviePlayerController - modify m3u8 file before playing -


i have url m3u8 file. lists .ts files encrypted using aes-128 encryption. m3u8 file contains uri decryption keys.

here's gets tricky. uri keys inside corporate firewall app can't access without vpn. solve this, have proxy server setup can tunnel http requests of app uri, usable outside vpn. trying figure out way can replace uri keys in m3u8 file proxy servers url , make work.

any ideas?

thanks in advance!

i able solve using nsurlprotocol , handling http requests made mpmovieplayercontroller , tunneling them own web server.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -