0

How can i record a video using my android phone and uploaded to wowza server in android.i tried many codes .i can upload audio to wowza server using this code http://code.google.com/p/android-recorder/ .but i need video also.now i just want to record a video using my camera and just upload to wowza server .please help me.

jithu
  • 45
  • 1
  • 3
  • 7
  • do you want to record a local video and upload to the server or record the video using the rtmp streaming? – fmodos Jan 25 '13 at 06:28
  • yes exactly,i need rtmp streaming.is there some example ?give me some examples .please.i tried almost 2 weeks for this,but until i did't get anything working – jithu Jan 25 '13 at 06:31
  • my suggestion for you is to develop using flex adobe air for mobile, this is the only way that I know it's possible to stream the camera to a wowza server from a mobile application http://www.adobe.com/devnet/devices.html – fmodos Jan 25 '13 at 06:38
  • but we need to develop it on android or java. – jithu Jan 25 '13 at 06:49
  • flex for mobile compile to android, sorry but i dont know about any solution to develop it in java – fmodos Jan 25 '13 at 06:56

1 Answers1

0

Here is a tutorial that you need to record video in MP4 in android devices.

http://www.codeproject.com/Articles/107270/Recording-and-Playing-Video-on-Android

After recording the video you need to upload this video to Wowza content directory.

Nirbhay Kundan
  • 389
  • 2
  • 13