自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(10)
  • 资源 (3)
  • 收藏
  • 关注

转载 封装音视频流为RTP包来网络传输

转自:  http://www.devdiv.com/iOS_iPhone-_rtp_-thread-118648-1-1.htmlios没有直接得api用来封装传输rtp,但是经常有用到得接收过来得音视频数据,经过X264处理转换便可以封装为Rtp包进行直接发送。大家可以看代码:#include "rtpsession.h"#include "rtppac

2013-12-05 13:20:15 1492

转载 H264 视频文件 帧格式 传输封装等 杂碎

rfc3984 Standards Track [Page 2] RFC 3984 RTP Payload Format for H.264 Video February 2005 1. 按照RFC3984协议实现H264视频流媒体nalu单元 包起始 0x 00 00 00 01H.264 NAL格式及分析器http://hi.baidu.com/zsw%5Fdavy

2013-12-03 20:49:53 1363

转载 Http协议详解

引言                                       HTTP是一个属于应用层的面向对象的协议,由于其简捷、快速的方式,适用于分布式超媒体信息系统。它于1990年提出,经过几年的使用与发展,得到不断地完善和扩展。目前在WWW中使用的是HTTP/1.0的第六版,HTTP/1.1的规范化工作正在进行之中,而且HTTP-NG(Next Generation of

2013-12-03 20:41:37 774

转载 UIView的层次结构--code

忘了是(=@__@=)哪里?来的代码了。用了好久了,之前同事也给我推荐过,非常方便的查看自己的view的层次结构,继承关系。对苦苦调试UI的你也许有点启发。// Recursively travel down the view tree, increasing the indentation level for children- (void)dumpView:(UIVie

2013-12-03 20:28:48 987

原创 Computer vision with iOS Part 2: Face tracking in live video

http://aptogo.co.uk/2011/09/face-tracking/Computer vision with iOS Part 2: Face tracking in live videoby ROBIN SUMMERHILL on SEPTEMBER 30, 2011Update: Nov 28 2011 – The OpenC

2013-12-02 20:49:21 2142

原创 Computer vision with iOS Part 1: Building an OpenCV framework

http://aptogo.co.uk/2011/09/opencv-framework-for-ios/Computer vision with iOS Part 1: Building an OpenCV frameworkby ROBIN SUMMERHILL on SEPTEMBER 7, 2011IntroductionThe exam

2013-12-02 20:43:01 1422

原创 OpenCV Tutorial roadmap

http://computer-vision-talks.com/opencv-tutorial-roadmap/         computer vision talksAll you want and should know about computer vision is hereHome » OpenCV Tutorial roadmap

2013-12-02 20:35:49 1054

原创 OpenCV iOS - Video Processing¶

OpenCV iOS - Video ProcessingThis tutorial explains how to process video frames using the iPhone’s camera and OpenCV.Prerequisites:Xcode 4.3 or higherBasic knowledge of iOS programming

2013-12-02 19:36:45 1089

原创 OpenCV iOS - Image Processing¶

OpenCV iOS - Image ProcessingGoalIn this tutorial we will learn how to do basic image processing using OpenCV in iOS.IntroductionIn OpenCV all the image processing operations are

2013-12-02 19:35:32 1370

原创 OpenCV iOS Hello¶

OpenCV iOS HelloGoalIn this tutorial we will learn how to:Link OpenCV framework with XcodeHow to write simple Hello World application using OpenCV and Xcode.Linking OpenCV iO

2013-12-02 19:32:22 765

MBProgressHUD(提示框第三方库)

MBProgressHUD是一个开源项目,实现了很多种样式的提示框,使用上简单、方便,并且可以对显示的内容进行自定义,功能很强大,很多项目中都有使用到。 项目地址:https://github.com/jdg/MBProgressHUD

2014-02-03

C++必知必会

C++必知必会,C++的知识点深入讲解,适合初学者

2013-09-18

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除