angular - Strategy of uploading video file to Asset (Microsoft Azure Media Service) -


i'm building angular2 app user have ability upload video file microsoft azure media service via rest api.

if has such experience , can point me in correct way great.

the right solution first upload file azure storage container. once there, should use azure media services api/sdk end service (azure function or azure api management endpoint) trigger ingest process. way can keep keys ams account (aad access via service principal account) secure , not leak them clients in angular javascript code.

in future (this coming year) make process lot easier adding support ingest directly http(s) url or azure container.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -