摘要: getcontext/setupcontext/swapcontext/setcontext 方式的协程实现 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <poll.h> #include <errno.h> 阅读全文
posted @ 2022-11-10 07:01 superconvert 阅读(186) 评论(0) 推荐(0)
摘要: ​ smart rtmpd web 接口分为下面几类 分类名称 功能描述 live 这个就是平常我们的直播播放接口 rec 这个就是平常我们的录像回放接口 vod 这个就是我们点播接口,支持字目录,对应服务器上的 vod 目录 api 主要是为了 web 管理预留的接口,当然前端页面可能也有可能用到 阅读全文
posted @ 2022-07-31 22:31 superconvert 阅读(920) 评论(0) 推荐(0)
摘要: 一分钟快速搭建 rtmpd 服务器: https://blog.csdn.net/freeabc/article/details/102880984 软件下载地址: http://www.qiyicc.com/download/rtmpd.rar github 地址:https://github.c 阅读全文
posted @ 2020-11-06 12:01 superconvert 阅读(2001) 评论(0) 推荐(0)