1. flash端发布直播流2.在 ffplay 命令行中 播放rtmp 直播流ffplay "rtmp://127.0.0.1:80/live/ss live=1" 一直出现rtmp server sent error x在显示错误后 点击 dos窗口 回车即可看到视频的直播流 困扰了我一晚上的问...
分类:
其他好文 时间:
2015-02-23 14:18:03
阅读次数:
206
What are Long-Polling, Websockets, Server-Sent Events (SSE) and Comet?
分类:
Web程序 时间:
2015-02-13 13:09:46
阅读次数:
155
uva 10057 A mid-summer night’s dream
This is year 2200AD. Science has progressed a lot in two hundred years. Two hundred years is mentioned here because this problem is being sent back to 2000AD ...
分类:
其他好文 时间:
2015-02-12 09:22:42
阅读次数:
202
类: Class (description/template for an object)实例: Instance (manifestation of a class)消息: Message (sent to object to make it act)方法: Method (code invoke...
分类:
其他好文 时间:
2015-02-10 08:05:50
阅读次数:
139
http://acm.hdu.edu.cn/showproblem.php?pid=1011
Problem Description
You, the leader of Starship Troopers, are sent to destroy a base of the bugs. The base is built underground. It is actually a...
分类:
其他好文 时间:
2015-02-06 20:34:53
阅读次数:
135
001/*SendTCPtransportdatapacket*/
002void
003tcp_data_send(NSOutputStream*os,void*data,intlength)
004{
005intsent,total=0;
006while(total<length){
007sent=[oswrite:data+totalmaxLength:length-total];
008if(sent<0){
009error("send:%s\n",strerror(errno))..
分类:
移动开发 时间:
2015-02-02 20:07:05
阅读次数:
325
uva 1339 Ancient Cipher
Ancient Roman empire had a strong government system with various departments, including a secret service department. Important documents were sent between provinces and th...
分类:
其他好文 时间:
2015-02-01 13:35:46
阅读次数:
202
突然 squid 就启动不了了,打开 squid.out,发现报错:
WARNING: Cannot write log file: /var/log/squid/cache.log
/var/log/squid/cache.log: Permission denied
messages will be sent to 'stderr'....
分类:
系统相关 时间:
2015-01-30 15:54:30
阅读次数:
673
tcp状态:LISTEN:侦听来自远方的TCPport的连接请求SYN-SENT:再发送连接请求后等待匹配的连接请求SYN-RECEIVED:再收到和发送一个连接请求后等待对方对连接请求的确认ESTABLISHED:代表一个打开的连接FIN-WAIT-1:等待远程TCP连接中断请求,或先前的连接中断...
分类:
其他好文 时间:
2015-01-29 11:50:43
阅读次数:
192