pyodor / Android-RTMP

streaming microphone to RTMP and back on android

Home Page:http://www.camundo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Little prototype for streaming audio.

Target is the android platform ( APK 8 ).
For the moment it streams audio from the microphone to a RTMP server and can receive it back.
http://www.youtube.com/watch?v=pqUUL0QwuMo


To do

  • Latency is approximately 2-3 seconds depending the network.
  • Add video
  • Tune FFMPEG build
  • Streaming from files can be added

FFMPEG

FFMPEG is wrapped and accessed via java using pipes :)
Enabled decoders:
aac			amrnb			h263
adpcm_swf					flv			nellymoser

Enabled encoders:
aac			h263			pcm_s16le
adpcm_swf					nellymoser		pcm_u8
flv

About

streaming microphone to RTMP and back on android

http://www.camundo.com