搜索资源列表
VideoRTPH264
- Android 源码,从MediaRecorder类获取原始的H264视频流。并添加SPS、PPS和分隔符00000001。然后保存到文件。也可改为RTP发送。-Android DEMO。Get raw h264 stream use MediaRecorder 。
H264Android_code
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
H264Android_CPP
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。-The H264 decoder source code, transplant ffmpeg' s H264 decoding part to Android, depth deletion of optimized and verified by simulator (320x480).
352x288
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,此为测试码流-The H264 decoder source code, transplant ffmpeg' s H264 decoding part to Android, depth deletion optimization, this is a test stream
wifidisplay
- wifi display项目工程源码,可以移植到android手机,机顶盒,pad等设备,端到端的screen mirro功能-the wifi display project source code can be ported to android mobile phones, set-top boxes, pad equipment, end-to-end screen mirro function
VideoIntercom
- java rtsp 源码 android 采集数据发送到服务器 由服务器转发-java rtsp source
SeeJoPlayer_a5
- Android 视频音频播放器源码,支持MP3,MP4,M3U8,RTSP-Android video and audio player source code
vlc-android.tar
- VLC最新源码,已经经过个人优化,可以放心下载- VLC latest source code, has passed the individual optimization
pc6-telecapoland-jamendo-android
- 音乐播放器android源码,解压导入就可-it is media player
Vedio-player-code-and-article
- 视频源码与文章,Android,Java-Vedio player, source code and article,for Android and Java
spydroid-ipcamera-master
- spydroid-ipcamera是一个开源的andoird源码,运行在android手机上,可将手机的摄像头当做ipc camera,电脑可采用vlc实时监控手机的摄像头。-spydroid-ipcamera andoird source is an open source, runs on android phone, the phone' s camera can be used as ipc camera, the computer can be used vlc real-tim
安卓ffmpeg直播源码
- 基于FFMPEG开发的安卓直播源码,支持硬编码和软编码,以及FFMPEG解码播放(FFMPEG based Android live source code, support for hard coding and soft coding, as well as FFMPEG decoding playback)
视频播放器
- ava android版的视频播放器源码,代码里注释非常丰富,对学习来说,是有价值的参考程序,比较完整的视频在线播放器,实现了播放、暂停、进度条显示、全屏播放。可以根据自己需求,简单修改,就能加入自己的项目中。