android视频直播库,视频H264,H265硬编码,音频AAC编码,使用UDP协议提供实时预览,传输,解码播放,录制功能。也支持单独语音对讲
☆220Nov 29, 2018Updated 7 years ago
Alternatives and similar repositories for VideoLive
Users that are interested in VideoLive are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 视频通话,采用H264进行硬编码与硬解码,数据通过RTP协议打包通过UDP发送到接收端解码展示。☆14Jan 17, 2019Updated 7 years ago
- 一个android/ios 的实时对讲库,基于opus,speex,webrtc☆25Jul 16, 2021Updated 5 years ago
- 展现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实战开发☆505Dec 6, 2019Updated 6 years ago
- 该工程的目标是实现Android局域网内的语音对讲。☆176Aug 19, 2017Updated 9 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 音视频,直播SDK,rtmp推流,录制视频,滤镜。百万用户,线上迭代半年,已经稳定。☆2,058Apr 4, 2022Updated 4 years ago
- ProCamera是一款基于Camera2 API的相机,实现了相机的常用功能,力求不断挖掘Camera2的巨大潜力,锻造一款在功能和设计上完美的相机产品。☆449Oct 14, 2022Updated 3 years ago
- 此项目为一对多投屏项目,多台Android设备通过连接同一WiFi,使用udp查找设备,UDP传输视频声音已及回控数据。由于录制内置声音与处理回控需要系统权限,所以需要将发送端编译进系统;成为系统级别的应用。☆23Sep 27, 2020Updated 5 years ago
- Android自动打包上传到蒲公英并发送APK下载消息到飞书群☆15Oct 28, 2021Updated 4 years ago
- 摄像头预览用MediaCodec编码h264数据,再用rtp发送实时数据流☆97Mar 14, 2018Updated 8 years ago
- 通过MediaProjectionManager采集android屏幕视频流,app中搭建简单rtsp server与客户端通信,通过rtp 协议传输视频流,vlc等客户端来观看手机的屏幕实时视频☆219Aug 20, 2019Updated 7 years ago
- an android APP implement video call base on LAN with UDP.一个基于局域网UDP的实时视频显示androidAPP☆38Mar 21, 2016Updated 10 years ago
- HardwareVideoCodec is an efficient video recording library for Android. Supports software and hardware encode. With it, you can record a …☆458Dec 19, 2020Updated 5 years ago
- android 读取摄像头和麦克风,使用rtmp推流☆396Oct 23, 2017Updated 8 years ago
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- Android 下Udp组播实现局域网视频同步播放功能☆39Aug 29, 2018Updated 8 years ago
- Edit, crop, filter, and add special effects to video using Android native MediaExtractor, MediaCodec, and OpenGL☆485May 31, 2026Updated 3 months ago
- 音视频学习实践,从移植ffmpeg库到android平台,混合编译x264库以及fdk-aac库,到相机音频采集编码推流到RTMP服务器的学习记录