Chinaunix首页 | 论坛 | 博客
  • 博客访问: 7773318
  • 博文数量: 701
  • 博客积分: 2150
  • 博客等级: 上尉
  • 技术积分: 13233
  • 用 户 组: 普通用户
  • 注册时间: 2011-06-29 16:28
个人简介

天行健,君子以自强不息!

文章分类

全部博文(701)

文章存档

2019年(2)

2018年(12)

2017年(76)

2016年(120)

2015年(178)

2014年(129)

2013年(123)

2012年(61)

发布时间:2015-11-13 11:10:07

kurento-hello-world V6.0 源码分析 一、Web页面后台服务用命令行启动:   $ mvn clean compile exec:java启动成功后,在chorme浏览器的地址栏输入:   http://localhost:8080即可看到如下页面 二、系统分析2.1 示例程序的框架这是一个Web.........【阅读全文】

阅读(2889) | 评论(0) | 转发(0)

发布时间:2015-11-13 11:03:10

FFmpeg 中比较重要的函数以及数据结构如下:1. 数据结构:(1) AVFormatContext(2) AVOutputFormat(3) AVInputFormat(4) AVCodecContext(5) AVCodec(6) AVFrame(7) AVPacket(8) AVPicture(9) AVStream2. 初始化函数:(1) av_register_all()(2) avcodec_open()(3) avcodec_close()(4) av_open_input_file().........【阅读全文】

阅读(2203) | 评论(0) | 转发(2)

发布时间:2015-11-13 10:31:26

一般我们在Linux下执行某些外部程序的时候可能会提示找不到共享库的错误, 比如:tmux: error while loading shared libraries: libevent-1.4.so.2: cannot open shared object file: No such file or directory原因一般有两个:一个是操作系统里确实没有包含该共享库(lib*.so.*文件)或者共享库版本不对, 遇到这种.........【阅读全文】

阅读(1780) | 评论(0) | 转发(0)

发布时间:2015-10-29 14:36:15

1. NDK简介Android NDK 是在SDK前面又加上了“原生”二字,即Native Development Kit,因此又被Google称为“NDK”1.1 NDK产生的背景Android平台从诞生起,就已经支持C、C++开发。众所周知,Android的SDK基于Java实现,这意味着基于Android SDK进行开发的第三方应用都必须使用Java语言。但这并不等同于“第三方应用只.........【阅读全文】

阅读(16031) | 评论(0) | 转发(0)

发布时间:2015-10-23 16:32:49

When using the desktop version of Ubuntu you'll eventuall get or probably have the problem that apt-get update throws a lot "Failed to fetch 404 Not Found" errors. Additionally, you may have the same problem when running apt-get install. Don't worry, it will be fixed in a minute..........【阅读全文】

阅读(1954) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

七月羽歌2017-04-14 11:13

美的事物是永恒的喜悦。

回复  |  举报

七月羽歌2017-04-14 10:40

全局留言。哇,

回复  |  举报

指尖上的幽灵2015-03-17 18:05

看了你这么多东西,如果不留下点什么多说不过去啊!加油啊

回复  |  举报
留言热议
请登录后留言。

登录 注册