android 读取摄像头和麦克风,使用rtmp推流
☆395Oct 23, 2017Updated 8 years ago
Alternatives and similar repositories for AndroidFFmpeg
Users that are interested in AndroidFFmpeg are comparing it to the libraries listed below
Sorting:
- 展现Android硬编码下的视频数据流动,可以对视频做处理,例如加滤镜,加水印等,做直播推流(用RTMP)。 Show the stream of Android video hardware encode, including video processing and …☆722Dec 18, 2022Updated 3 years ago
- NDK+FFmpeg+OpenSL+OpenGL+Mediacodec 的视频播放SDK源码和实例APP,很适合学习ffmpeg解码流程和Android中NDK实战开发☆506Dec 6, 2019Updated 6 years ago
- 使用x264编码android camera回调yuv为h264的简单例子,camera回调nv21yuv转为yuv420 ,再编码☆63Mar 10, 2017Updated 8 years ago
- this program can get android camera data and encode it into h264 encoded flv file using ffmpeg. 本程序可以读取安卓手机摄像头数据并利用ffmpeg实时编码为H.264编码格式的F…☆99Jan 25, 2022Updated 4 years ago
- 音视频学习实践,从移植ffmpeg库到android平台,混合编译x264库以及fdk-aac库,到相机音频采集编码推流到RTMP服务器的学习记录☆813Oct 10, 2021Updated 4 years ago
- android audio and video capture and rtmp protocol streaming.☆67Jun 22, 2018Updated 7 years ago
- RTMP live streaming client for Android☆4,942Jun 12, 2024Updated last year
- It is probably the smallest(~60KB, fat version ~300KB) rtmp client for android. It calls librtmp functions over JNI interface☆706Sep 3, 2025Updated 5 months ago
- 使用JavaCV提供的支持, 使用OpenGL实时处理+显示摄像头采集的图像, 并使用FFMPEG实时录制音视频☆361Jan 6, 2017Updated 9 years ago
- 最新版ffmpeg3.3-android,并通过CMake方式移植到Android中,并实现编解码,转码,推拉流,滤镜等各种功能☆585May 22, 2017Updated 8 years ago
- FFmpeg实现视频裁剪、水印、转码、编解码、转Gif动图;FFmpeg本地推流、H264与RTMP实时推流直播;OpenGL滤镜特效,视频拍摄。音视频学习路线,音视频知识总结、流媒体协议☆5,688Jan 29, 2026Updated last month
- Android中用OpenSL ES来播放SoundTouch转换后的PCM数据☆31Aug 14, 2018Updated 7 years ago
- 音视频,直播SDK,rtmp推流,录制视频,滤镜。百万用户,线上迭代半年,已经稳定。☆2,055Apr 4, 2022Updated 3 years ago
- H264(AVC) and H265(HEVC) bit stream Analyzer, VS2010 MFC project(Windows 7 x64).☆923Sep 22, 2018Updated 7 years ago
- Android rtmp推流器☆179Dec 19, 2016Updated 9 years ago
- Android real-time effect filter rtmp streaming library.using Mediacodec HWencoding&librtmp stream.☆957Aug 3, 2020Updated 5 years ago
- android视频直播库,视频H264,H265硬编码,音频AAC编码,使用UDP协议提供实时预览,传输,解码播放,录制功能。也支持单独语音对讲☆221Nov 29, 2018Updated 7 years ago
- 使用libyuv对yuv数据进行缩放,旋转,镜像,裁剪等操作☆227Jan 16, 2020Updated 6 years ago
- 音视频(MediaCodec、ffmpeg、OpenSL、OpenGL)开发入门指南☆129Apr 14, 2019Updated 6 years ago
- Streaming media study example☆293Jun 4, 2019Updated 6 years ago
- RTMP 推流器,RTMP(HLS)秒开播放器,直播点播,跨平台(Win,IOS,Android)开源代码☆4,891Apr 22, 2025Updated 10 months ago
- ☆478Jan 6, 2018Updated 8 years ago
- A Simple Android MediaPlayer using FFmpeg, OpenSLES and OpenGLES base on ffplay☆106Mar 22, 2020Updated 5 years ago
- Android Rtmp播放器,基于MediaCodec与srs-librtmp,不依赖ffmpeg☆232Nov 17, 2025Updated 3 months ago
- Mp4Coder,H264和AAC合成MP4视频库,视频拼接。Android版本,也可使用aar库☆84Oct 28, 2016Updated 9 years ago
- 👍YUV-->H264,YUV-->RGB, GL Blur, GPUImage☆214Apr 13, 2016Updated 9 years ago
- Android音视频相关的Demo☆220Sep 23, 2017Updated 8 years ago
- 博客地址☆69Apr 28, 2019Updated 6 years ago
- A simple Android project to convert images into video file using javacv which uses ffmpeg☆24Mar 28, 2013Updated 12 years ago
- Android平台使用Camera和AudioRecord采集音视频数据,通过MediaCodec对音视频实施硬编码为H264码流和AAC码流,移植rtmpdump开源库通过Rtmp协议将音视频数据发送到流媒体服务器的直播方案☆48Oct 29, 2019Updated 6 years ago
- 聚焦于Android Multimedia模块,结合Android5.X到Android7.X最新Multimedia相关的API等,实现录制音视频,播放音视频,截图,录屏,编解码等实用功能!☆76Apr 28, 2017Updated 8 years ago
- 利用FFmpeg视频录制微信小视频与其压缩处理☆3,455Jun 13, 2020Updated 5 years ago
- HackWebRTC Book source repo, please check those updated hack_webrtc_xxxxx branches.☆859Oct 10, 2025Updated 4 months ago
- 关于美颜/滤镜 从OpenGl录制视频的一种方案☆169Apr 27, 2017Updated 8 years ago
- Android OpenGL ES从零开始的Demo☆2,233Mar 24, 2024Updated last year
- 使用FFmpeg做语音直、点播方案。使用RTMP进行推流,同时搭建nginx+rtmp+hls服务器☆21Sep 19, 2016Updated 9 years ago
- ☆11Nov 9, 2018Updated 7 years ago
- HardwareVideoCodec is an efficient video recording library for Android. Supports software and hardware encode. With it, you can record a …☆457Dec 19, 2020Updated 5 years ago
- An Android library that provides views using openGL canvas to draw things on SurfaceView or TextureView.☆1,145Apr 2, 2024Updated last year