搜索资源列表
LocalMediaServer
- 基于Media Format SDK编写的一个流媒体服务器。采用多线程实现。一个线程负责读取数据放到缓冲流中,另一个线程负责从缓冲流中读取数据并对外发布。通过Medai Player可直接观看发布的视频流。是开发p2p视频点播服务器的基础。-Media Format SDK Based on the preparation of a streaming media server. Multi-threading to achieve. A thread is responsible for re
H264Android_code
- H264解码器源码,移植ffmpeg中的H264解码部分到Android,深度删减优化,在模拟器(320x480)中验证通过。 程序的采用jni架构。界面部分,文件读取,视频显示都是用java做的,底层的视频解码用C来做满足速度的要求。 在这个版本中,从H264码流中分割出Nal是在java层做的,这样在java层直接调用解码时就知道是否有显示视频,缺点的就是耦合度/封装性差一点。 如果采用在底层做Nal分割的方法,可以封装得好看一些,但是每次送的数据有限制,如果送
AXIS-rtsp
- 通过rtp协议实现了从安讯士axis摄像头读取完整的rtsp视频流rtp数据包-Rtp protocol by Axis axis from the camera to read the complete rtp rtsp video stream packets
src
- 从YUV文件中读取YUV数据,再将YUV数据转换为RGB数据,再通过SDL显示到手机上-YUV YUV file is read from the data, then the data is converted to RGB YUV data, and then displayed on the phone by SDL