2023年2月18日
摘要: 开发过程中,有时候需要测测试一些开源框架,这时候开源使用create-vue来快速创建测试项目: create-vue开源地址:https://github.com/vuejs/create-vue 创建Vue2项目 npm create vue@2 创建Vue3项目 npm create vue@ 阅读全文
posted @ 2023-02-18 10:41 $$X$$ 阅读(49) 评论(0) 推荐(0)
摘要: 在日常开发中,有些时候需要做一些推拉流测试,但又找不到可以测试的拉流地址,这个时候,可以使用rtsp-simple-server来搭建rtsp/rtmp/HLS服务器。 1. 服务器搭建 rstp-simple-server支持各种操作系统,下载地址为:https://github.com/aler 阅读全文
posted @ 2023-02-18 10:37 $$X$$ 阅读(1583) 评论(0) 推荐(0)