Categories
Android

LightCompressor – Video Compressing Library for Android

A powerful and easy-to-use video compression library for android uses MediaCodec API. This library generates a compressed MP4 video with a modified width, height, and bitrate (the number of bits per seconds that determines the video and audio files’ size and quality). It is based on Telegram for Android project. The general idea of how the library […]

Categories
Android

Android Library for Live Stream in RTMP and RTSP.

Library to stream in rtmp and rtsp for Android. All code in Java This library get audio and video data, encode it in AAC and H264 respectively and send it to rtsp or rtmp module to stream. In rtsp module create a RTP packets of video and audio and send to server. In rtmp module […]