05 2020 档案

摘要:一、安装nginx 安装带有rtmp模块的nginx服务器(其它支持rtmp协议的流媒体服务器像easydarwin、srs等+Apache等web服务器也可以),此处使用nginx服务器,简单方便。 阅读全文
posted @ 2020-05-11 21:35 Dawn_FFIntell 阅读(1364) 评论(0) 推荐(0) 编辑
摘要:/* Await a connection on socket FD. When a connection arrives, open a new socket to communicate with it, set *ADDR (which is *ADDR_LEN bytes long) to the address of the connecting peer and *ADDR_LEN to the address's actual length, and return the new socket's descriptor, or -1 for errors. This function is a cancellation point and therefore not marked with __THROW. */ extern int accept (int __fd, __SOCKADDR_ARG __addr, socklen_t *__restrict __addr_len); 阅读全文
posted @ 2020-05-06 23:19 Dawn_FFIntell 阅读(993) 评论(0) 推荐(0) 编辑