logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Android音视频处理之MediaMuxer(MP4)

http://www.jianshu.com/p/aeadf260258a在Android中,可以使用MediaMuxer来封装编码后的视频流和音频流到mp4容器中:MediaMuxer facilitates muxing elementary streams. Currently supports mp4 or webm file as the output

流媒体传输控制协议(RTSP RTP SDP)详解之——RTSP

http://blog.csdn.net/xiejiashu/article/details/51914024版权声明:本文为EasyDarwin开源社区原创文章,未经博主允许不得转载。目录(?)[+]视频课程及相关文档代码地址:https://github.com/EasyDarwin/Course#course-3

HTML 5 视频直播一站式扫盲——整套直播系统介绍

http://www.cnblogs.com/Leo_wl/p/5646916.html 本文来自于腾讯bugly开发者社区,原文地址:http://bugly.qq.com/bbs/forum.php?mod=viewthread&tid=1277视频直播这么火,再不学就 out 了。为了紧跟潮流,本文将向大家介绍一下视频直播中

strcat源代码汇总

http://blog.csdn.net/u013354805/article/details/50057139版权声明:本文为博主原创文章,未经博主允许不得转载。1. ibc(Linux下的ANSIC的函数库)[cpp] viewplain copychar * strcat(char * des

nokia heif官网

https://nokiatech.github.io/heif/About HEIFHEIF (High Efficiency Image File Format) is a standard developed by the Moving Picture Experts Group (MPEG) for storage and sharing of images an

git使用教程三 本地分支操作

http://blog.csdn.net/yangwen123/article/details/8664637创建分支[plain] viewplain copy$ git branch testing        #创建新分支testing  $ git checkout –b testing       #创建并切换到te

如何生成mp4文件——封装muxer

http://blog.csdn.net/doitsjz/article/details/50002255版权声明:本文为博主原创文章,未经博主允许不得转载。生成mp4库的开源有很多 1.gpac  https://gpac.wp.mines-telecom.fr2.mpeg4ip http://mpeg4ip.sourceforge.N

Windows7下载、安装、配置ADB的步骤

Windows7下载、安装、配置ADB的步骤http://blog.sina.com.cn/s/blog_60bdd37d0101ezbg.html1、ADB工具在哪里?     下载最新的Android SDK,地址是:http://developer.android.com/sdk/index.html;     解压,ADB在解压目录下的\

到底了