live555
文章平均质量分 80
zccracker
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
live555
1、DynamicRTSPServer.cppServerMediaSession* DynamicRTSPServer::lookupServerMediaSession(char const* streamName, Boolean isFirstLookupInSession) { // First, check whether the specified "streamNam原创 2016-04-19 11:30:13 · 5693 阅读 · 0 评论 -
sem_timedwait的用法
#include int sem_timedwait(sem_t *sem, const struct timespec *abs_timeout); Link with -pthread. 对于这个函数,主要在于abs_timeout这个参数。一开始我以为是传入需要等待的时间。像这样:struct timespec ts;ts.tv_ns转载 2016-05-16 14:33:48 · 4328 阅读 · 0 评论
分享