# STL_Media_Server **Repository Path**: scitechlabs/STL_Media_Server ## Basic Information - **Project Name**: STL_Media_Server - **Description**: 第一阶段,拉去RTSP转发RTP包通过websocket传输到前端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # STL_Media_Server 流媒体服务器 ## future(0.0.1) - [ ] 通过rtsp拉取视频数据流 - [ ] 解析sps,pps获取视频流信息 - [ ] 基于websocket的rtsp拉流代理 - [ ] 使用vue创建播放器页面 - [ ] web端使用rtsp代理获取视频流数据 - [ ] web端rtp解封装 - [ ] webassembly解码数据 - [ ] 渲染canvas实现播放 - [ ] 音频播放