04 2023 档案

摘要:(1)使用curl 发送http请求 curl https://api.openai.com/v1/chat/completions \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $OPENAI_API_KEY" 阅读全文
posted @ 2023-04-13 10:52 没有故事的毛同学 阅读(481) 评论(0) 推荐(0)
摘要:1.协议 流媒体 webRtc:浏览器音视频会议2011年谷歌提出。 直播时移模式 返回直播 斗鱼web直播可以查看两小时内的内容。 1.1 RTMP协议 主流浏览器将不再支持flash,慎重考虑使用。 Flash流媒体系统 客户端:FlashPlayer 服务端:Flash Media Serve 阅读全文
posted @ 2023-04-03 10:09 没有故事的毛同学 阅读(124) 评论(0) 推荐(0)