Jak przesłać plik wideo na serwer internetowy w systemie Android?

Cześć Chcę przesłać mój plik wideo na serwer internetowy w systemie Android. Poszedłem za tym samouczkiem:

Przesyłanie plików do serwera HTTP za pomocą POST na Androida.

Ale. Dostałem ten błąd w moim logatorze. Dostałem też wiadomość od serwera.

 09-11 10:20:55.088: D/dalvikvm(284): GC_FOR_MALLOC freed 1137 objects / 74200 bytes in 70ms
 09-11 10:20:55.768: I/dalvikvm-heap(284): Grow heap (frag case) to 3.611MB for 1048592-byte allocation
 09-11 10:20:55.918: D/dalvikvm(284): GC_FOR_MALLOC freed 202 objects / 10144 bytes in 142ms
 09-11 10:20:56.178: D/dalvikvm(284): GC_FOR_MALLOC freed 86 objects / 3424 bytes in 91ms
 09-11 10:20:56.568: I/dalvikvm-heap(284): Grow heap (frag case) to 5.601MB for 2097364-byte allocation
 09-11 10:20:56.868: D/dalvikvm(284): GC_FOR_MALLOC freed 2 objects / 56 bytes in 304ms
 09-11 10:20:57.178: D/dalvikvm(284): GC_FOR_MALLOC freed 4 objects / 1120 bytes in 48ms
 09-11 10:20:57.748: I/dalvikvm-heap(284): Grow heap (frag case) to 11.600MB for 6291668-byte allocation
 09-11 10:20:57.918: D/dalvikvm(284): GC_FOR_MALLOC freed 0 objects / 0 bytes in 168ms
 09-11 10:21:24.827: I/uploadFile(284): HTTP Response is : OK: 200
 09-11 10:21:24.847: E/Debug(284): Server Response There was an error uploading the file, please try again!
 09-11 10:21:24.858: I/System.out(284): RES : 200
 09-11 10:21:24.997: WARN/InputManagerService(59): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@44ff6cc8
 09-11 10:23:34.277: DEBUG/SntpClient(59): request time failed: java.net. Socket Exception: Address family not supported by protocol

Postępuj zgodnie z tym procesem, chcę przesłać plik wideo na serwer multimediów wowza. Jak mogę to rozwiązać? A jak mogę przejść na serwer wowza? Czy ktoś może mi pomóc to osiągnąć? Z góry dziękuję.

questionAnswers(2)

yourAnswerToTheQuestion