logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

标准测试视频序列下载地址

http://media.xiph.org/video/derf/

关于setsid() 函数的说明

守护进程(Daemon)是运行在后台的一种特殊进程。它独立于控制终端并且周期性地执行某种任务或等待处理某些发生的事件。守护进程是一种很有用 的进 程。 Linux的大多数服务器就是用守护进程实现的。比如,Internet服务器inetd,Web服务器httpd等。同时,守护进程完成许多系统任务。 比如,作业规划进程crond,打印进程lpd等。守护进程的编程本身并不复杂,复杂的是各种版本的

原YUV格式的解析 Android NV21 视频采集

最近在搞视频分析类的项目,android默认视频采集格式是NV21,Y Cr Cb格式,4.2.0.方式采样还有其他采样方式,默认使用NV21Sets the image format for preview pictures.If this is never called, the default format will be NV21,which uses

avformat_open_input using custom AVDictionary to set parameter

I'm producing MPEGTS streams (h264/aac) using ffmpeg, so I know exactly how they are coded, and I could modify that if needed.Now, when I receive them in my own code, I always have to run them throu

#pragma pack(push,1)与#pragma pack(1)的区别

这是给编译器用的参数设置,有关结构体字节对齐方式设置, #pragma pack是指定数据在内存中的对齐方式。#pragma pack (n)             作用:C编译器将按照n个字节对齐。#pragma pack ()               作用:取消自定义字节对齐方式。#pragma  pack (push,1)     作用:是指把原来对齐方式设置压栈,并设

#网络协议
XP下Virtualbox虚拟Ubuntu共享文件夹设置

环境:主机操作系统是Windows XP,虚拟机是Ubuntu 8.10,虚拟机是VirtualBox 2.1.0。1. 安装增强功能包(Guest Additions)安装好Ubuntu 8.10后,运行Ubuntu并登录。然后在VirtualBox的菜单里选择"设备(Devices)" -> "安装增强功能包(Install Guest Additions)"。你会发现在Ubunt

#ubuntu#虚拟机#linux +1
BigBlueButton安装方法

BigBlueButton只需架设一台服务器,其他客户用浏览器直接访问服务器ip就能使用。方法一:使用虚拟机架设服务器,在http://code.google.com/p/bigbluebutton/wiki/BigBlueButtonVM中下载,之后直接用虚拟器打开,他会自动安装,最后需要修改一下密码,重启后就能使用。方法二:使用Ubuntu架设服务器1.安装BigBlueButto

Ubuntu 12.04 交叉编译 vlc 2.1.0 windows版本

环境:虚拟机里装 Ubuntu 12.04(32位)一、安装交叉编译环境1. sudo apt-get install gcc-mingw-w64-i686 g++-mingw-w642. sudo apt-get install mingw-w64// 下载安装最新包,要不会报错3. wget http://ftp.jp.debian.org/debi

android编译ffmpeg+x264+faac

1. 在x264的源码目录下创建b1.sh,内容如下:点击(此处)折叠或打开export NDK=/opt/google/android/android-ndk-r8eexport VERSION=4.4.3export PREBUILT=$NDK/toolchains/arm-linux-androideabi-$VERSION/prebuiltexport

Linux系统调用--getrusage函数详解

【getrusage系统调用】        功能描述:    获取进程的资源使用信息。    用法:    #include    #include    int getrusage(int who, struct rusage *usage);        参数:    who:可能选择有    RUSAGE_SELF:获取当前进程的资源使用信息

    共 15 条
  • 1
  • 2
  • 请选择