Skip to content

mogo29/Android-RTMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages