android - Encoding mp4 to other -


we have uploaded several videos android windows azure cloud. videos (by default mp4) uploaded blobs storage container.

i've seen there's media service has option convert *.mp4 other extensions.

my issues are: - how connect automatically blobs media service? - possible run tasks android media service? (so far found .net solutions).

thanks

you can use media services convert h.264 mp4 file other formats!

first, suggest familiar media services - concepts, how works.

next, can check media services rest api, can used platform, not .net. there no andorid sdk media services, there "building applications media services rest api" documentation.

once through documentation, suggest make small change code uploads file azure blob container. small. instead of uploading blob storage directly, can:

  1. create empty asset
  2. create sas locator asset (type 1) 2.1. create locator, need first create access policy locator. ned specify access policy write (permissions: 2) able upload.
  3. upload mp4 video using sas locator - way upload normal blob storage.

at point have media asset can convert various other formats.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -