摄像头预览用MediaCodec编码h264数据,再用rtp发送实时数据流
☆97Mar 14, 2018Updated 8 years ago
Alternatives and similar repositories for MediaCodec_rtp_send
Users that are interested in MediaCodec_rtp_send are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 接收端,MediaCodec解码h264数据,再用SurfaceTexture显示解码的数据☆46Aug 9, 2017Updated 8 years ago
- (deprecated)使用 MediaCodec、jlibrtp 实现实时视频通话☆60Aug 25, 2018Updated 7 years ago
- ffmpeg mediacodec build script☆21Mar 9, 2024Updated 2 years ago
- 视频通话,采用H264进行硬编码与硬解码,数据通过RTP协议打包通过UDP发送到接收端解码展示。☆14Jan 17, 2019Updated 7 years ago
- 基于jrtplib,在Android平台上实现RTP/RTCP数据接收、发送等示例。(包含H264数据分包发送、推送H264、FLV数据至RTMP服务器)☆31Mar 31, 2023Updated 2 years ago
- DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 通过MediaProjectionManager采集android屏幕视频流,app中搭建简单rtsp server与客户端通信,通过rtp 协议传输视频流,vlc等客户端来观看手机的屏幕实时视频☆220Aug 20, 2019Updated 6 years ago
- It could play rtsp stream by use ijkplayer☆17May 15, 2017Updated 8 years ago
- A solution for streaming H.264, H.263, AMR, AAC using RTP on Android☆3,656Jan 26, 2023Updated 3 years ago
- initial project☆56May 17, 2019Updated 6 years ago
- RootEncoder for Android (rtmp-rtsp-stream-client-java) is a stream encoder to push video/audio to media servers using protocols RTMP, RTS…☆2,942Updated this week
- 基于Rxjava2+RxRelay 的RxBus☆21Mar 2, 2018Updated 8 years ago
- 该工程的目标是实现Android局域网内的语音对讲。☆178Aug 19, 2017Updated 8 years ago
- Streaming media study example☆292Jun 4, 2019Updated 6 years ago
- android视频直播库,视频H264,H265硬编码,音频AAC编码,使用UDP协议提供实时预览,传输,解码播放,录制功能。也支持单独语音对讲☆221Nov 29, 2018Updated 7 years ago
- End-to-end encrypted email - Proton Mail • AdSpecial offer: 40% Off Yearly / 80% Off First Month. All Proton services are open source and independently audited for security.
- 纯JAVA屏幕录制,可进行帧率控制☆154Jun 25, 2018Updated 7 years ago
- FFmpeg的Demo☆10Sep 18, 2018Updated 7 years ago
- UDP通信库,采用非阻塞模式(NIO)进行数据收发,主要针对数据量小且发送频繁的场景。☆24Feb 16, 2017Updated 9 years ago
- Android平台Camera采集预览nv21格式数据,AudioRecord采集音频pcm数据,使用MediaCodec分别进行h264和AAC硬编码,通过MediaMuxer合成MP4☆109Nov 25, 2019Updated 6 years ago
- 🎵 ADPCM Java sound SPIs and SSRC sample rate converter and MFi, SMAF(old school Japanese cellphone ringtone) Java MIDI SPI☆24Mar 18, 2026Updated last week
- MediaCodec 编码 onPreviewFrame 回调的YUV数据为 h264☆172Aug 16, 2019Updated 6 years ago
- mediacodec硬编硬解☆16Aug 18, 2017Updated 8 years ago
- 短视频录 制☆14Apr 14, 2021Updated 4 years ago
- Android中用OpenSL ES来播放SoundTouch转换后的PCM数据☆31Aug 14, 2018Updated 7 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- 展现Android硬编码下的视频数据流动,可以对视频做处理,例如加滤镜,加水印等,做直播推流(用RTMP)。 Show the stream of Android video hardware encode, including video processing and …☆722Dec 18, 2022Updated 3 years ago
- play rtsp stream with live555 + mediacode☆14Nov 11, 2019Updated 6 years ago
- ☆14Dec 13, 2017Updated 8 years ago
- My forked AppWebRTC project base AS4.0 with androidx.☆18Apr 14, 2021Updated 4 years ago
- 最通俗的安卓OpenGL教学系列☆21Dec 21, 2020Updated 5 years ago
- ☆26Jan 25, 2018Updated 8 years ago
- libjpeg-turbo、libpng、libyuv等图形图像处理库的移植与YUV和RGB的转换操作实践☆110Dec 29, 2018Updated 7 years ago
- Android 下Udp组播实现局域网视频同步播放功能☆39Aug 29, 2018Updated 7 years ago
- It is probably the smallest(~60KB, fat version ~300KB) rtmp client for android. It calls librtmp functions over JNI interface☆709Sep 3, 2025Updated 6 months ago
- DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 完美解决IM聊天窗口导致的输入法跳闪问题,平滑显示Emoji面板☆13Apr 5, 2017Updated 8 years ago
- leakcanary sample☆29Oct 29, 2015Updated 10 years ago
- MediaProjection demo☆186Jan 25, 2019Updated 7 years ago
- rtmp推送aac音频流 Android将麦克风采集的数据推送到服务器(RTMPorRTSP) 采用AudioRecoder收集音频数据MediaCodeC编码AAC,推送到服务器☆18May 15, 2018Updated 7 years ago
- 3D炫酷星空动画 不重叠随机点分布☆18Aug 22, 2022Updated 3 years ago
- 聚焦于Android Multimedia模块,结合Android5.X到Android7.X最新Multimedia相关的API等,实现录制音视频,播放音视频,截图,录屏,编解码等实用功能!☆76Apr 28, 2017Updated 8 years ago
- 音视频学习实践,从移植ffmpeg库到android平台,混合编译x264库以及fdk-aac库,到相机音频采集编码推流到RTMP服务器的学习记录☆814Oct 10, 2021Updated 4 years ago