I have a video url (either progressive download or streaming) and I want to determine its format to check if it complies with Android's supported media formats. How can I check this? Is it enough if it works on the emulator?
(as far as I understand testing it on a device is not a warranty since some Android devices might support formats that others do not)