IOS+视频
文章平均质量分 72
沉思的猴子
这个作者很懒,什么都没留下…
展开
-
IOS5.0+ffmpeg+模拟器
在转载的基础上增加了一些自己编译的问题:编译ffmepg模拟器版本:1. 到https://github.com/gabriel/ffmpeg-iphone-build下载ffmpeg-iphone-build2.先将gas-preprocessor.pl拷贝到/usr/sbin/目录中。3.到ffmpeg官网上下载ffmpeg源码4.在终端下定位到ffmpeg的目录运原创 2012-04-06 18:35:05 · 1861 阅读 · 0 评论 -
基于PJSIP的视频通信在IOS上的实现
From http://code.google.com/p/siphon/wiki/VIdeoSupport PJSIP 在IOS视频通信的方案,sipho开源项目已经告诉了我们!感谢他们~等会自己来试一下。IntroductionCurrently, pjsip 2.0 includes the video support, also we will use it. And转载 2013-03-07 10:45:22 · 4763 阅读 · 2 评论 -
FFmpeg 抽取出音频流数据
这个程序实现了从音视频文件中抽取出音频流数据并保存成wav音频格式文件的功能。#include "avcodec.h"#include "avformat.h"#include #include #include #include #pragma comment(lib,"avformat.lib")#pragma comment(lib,"avutil.lib转载 2012-08-22 11:00:09 · 2898 阅读 · 0 评论 -
Linphone for iphone 编译
这两天 和一位网络好友 在做sip电话,他比较厉害 unix 命令知道的比较多英文也比较好 很早就编译完成了我通过聊天方式向他请教了编译linphone的过程http://www.linphone.org/eng/download/git.html linphone源码根据自己的需要下载git http://git-scm.com/ 安装git 之后在 终端 命令行转载 2012-07-25 16:55:18 · 7944 阅读 · 1 评论 -
Android Live555
如何让Android支持C++异常机制Android不支持C++异常机制,如果需要用到的话,则需要在编译的时候加入比较完整的C++库. Android支持的C++库可以在Android NDK中找到(解压后找到libsupc++.a放到代码环境中即可): http://www.crystax.net/en/android/ndk/7 编译时加上参数: -fexceptions转载 2012-07-09 09:49:54 · 2073 阅读 · 0 评论 -
doubango ims 构架
转载自:http://blog.csdn.net/perfectpdl/article/details/7552216转载 2012-05-13 13:58:22 · 1047 阅读 · 0 评论 -
H264 MP4起止码
@http://blog.chinaunix.net/uid-24404030-id-2609483.html1. H.264起始码 在网络传输h264数据时,一个UDP包就是一个NALU,解码器可以很方便的检测出NAL分界和解码。但是如果编码数据存储为一个文件,原来的解码器将无法从数据流中分别出每个NAL的起始位置和终止位置,为此h.264用起始码来解决这一问题。转载 2012-04-18 13:40:12 · 2995 阅读 · 0 评论 -
按照RFC3984协议实现H264视频流媒体
@http://blog.chinaunix.net/uid-24404030-id-2609484.htmlrfc3984 Standards Track [Page 2] RFC 3984 RTP Payload Format for H.264 Video February 2005 1. 按照RFC3984协议实现H264视频流媒体nalu单元 包起始转载 2012-04-18 13:42:50 · 2515 阅读 · 0 评论 -
关于IOS的视频录制
昨天写了一段程序关于视频录制的,老是库找不到,提示错误。 首先要加的是AVFoundtion.framework. 接着提示 "_CVPixelBufferGetPixelFormatType", referenced from: -[AVCallController captureOutput:didOutputSampleBuffer:fromConnect原创 2012-04-18 09:19:11 · 7037 阅读 · 4 评论 -
doubango耻辱榜
http://code.google.com/p/doubango/wiki/Wall_of_ShameThis is the list of companies using our products in violation of GNU GPL terms and not willing to cooperate.NameOperating system原创 2013-03-09 13:29:15 · 1802 阅读 · 0 评论