# smart-screen **Repository Path**: mybtc_0/smart-screen ## Basic Information - **Project Name**: smart-screen - **Description**: 智慧视频监控 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-05-29 - **Last Updated**: 2022-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 智慧视频 TODOLIST - [x] 报警显示 - [x] 视频分页 ## ffmpeg转换视频为rtsp流 ``` ffmpeg -re -i D:\BaiduNetdiskDownload\video2.mp4 -rtsp_transport tcp -vcodec h264 -f rtsp rtsp://localhost/video1 ``` ## 启动EasyDarwin推流 [https://github.com/EasyDarwin/EasyDarwin](https://github.com/EasyDarwin/EasyDarwin) ## rtsp就地拉流 ``` ffplay rtsp://localhost/video1 ``` ## run dev ``` npm run dev ``` ## 构建client应用 **构建前请务必修改plugins/axios下的后端地址** ``` npm run generate ``` ### **请务必使用360浏览器打开并安装vlc插件** ![](https://github.com/zzh97228/smart-screen/blob/master/examples/pg1.png)