windows - Compression method for file transfers in Android -


i developing android app, require upload image/video files quick. best approach same? using windows azure media server.

i researched , went through entire documentation on azure yet couldn't find right solution below problems. so, elaborating list of issues , scenarios understanding.

just add top-up on issue. following scenarios.

  1. we uploading video through app. - need optimising upload transfer rate using viable compression.

as of taking approximately 1-2 mins complete upload.

  1. post uploading video crop video using ffmpeg codecs in our application on vm , move video file blob storage.

followed use azure media sdk make asset encode cropped video adaptive streaming , create progressive download file downloading video cropped , has stiched images it.

  • cropped , unstichhed video played in app of max length 32 seconds.
  • this still shows buffering on 4g network questionable?
  • downloadable file has images stiched comes out noise in bottom of video. (attached image ref.) ref. image. @ right botton pixelation.

Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -