# RTSPtoWebRTC **Repository Path**: shi-mingmin/RTSPtoWebRTC ## Basic Information - **Project Name**: RTSPtoWebRTC - **Description**: gin构建web服务,接收rtsp地址。使用 deepch/vdk建立rtsp会话。go后端使用 pion/webrtc与网页端webrtc建立连接。rtsp会话拉取的流通过webrtc连接传送到网页端 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 4 - **Created**: 2022-03-02 - **Last Updated**: 2024-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: Gin, webrtc, RTSP ## README # 通过 webrtc 播放 rtsp 视频 ![RTSPtoWebRTC image](demo.png) ## 说明 基于 gin 服务端 web 框架。webrtc 采用 pion/webrtc。rtsp 会话使用 deepch/vdk。 ## 使用 ``` cd ../RTSPtoWebRTC go run *.go ``` 浏览器中输入 127.0.0.1:8083