java - Android video upload to server changes rotation 90° without any reason -


i have application records video , uploads server. however, when try play video back, find rotation changes without me doing such thing. have idea why happens ? knowing when play video local storage, rotation preserved recorded. so, whatever happens, happens during upload.


Comments

Popular posts from this blog

winapi - How to get a user input on a MessageBox on C++? -

c++ - How call method from Qt GUI in background worker thread using QThread -