# video-live **Repository Path**: T-YU/video-live ## Basic Information - **Project Name**: video-live - **Description**: 直播测试,利用HTML MediaRecorder采集数据,Websocket传输到后台,后台使用FFmpeg推送到ossrs,页面采用flv.js和videojs显示直播视频 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://videolive.helong.me:444 - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-01-17 - **Last Updated**: 2023-01-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # video-live #### 介绍 直播测试,利用HTML MediaRecorder采集数据,Websocket传输到后台,后台使用FFmpeg推送到ossrs,页面采用flv.js和videojs显示直播视频 ossrs安装 ``` ossrs: container_name: ossrs image: ossrs/srs:4 ports: - 1935:1935 - 1985:1985 - 8080:8080 ```