mirror of
https://github.com/cenitelas/mse
synced 2026-04-22 23:57:22 +08:00
55811eb35e9f95b1a97caecda4d094e3e1d23a81
RTSPtoWSMP4f
RTSP Stream to WebBrowser MSE over WebSocket based MP4f segments
full native! not use ffmpeg or gstreamer
if you need RTSPtoWebRTC use https://github.com/deepch/RTSPtoWebRTC
Team
Deepch - https://github.com/deepch streaming developer
Dmitry - https://github.com/vdalex25 web developer
Installation
go get github.com/deepch/RTSPtoWSMP4f
cd src/github.com/deepch/RTSPtoWSMP4f
go run *.go
open web browser http://127.0.0.1:8083
Configuration
Edit file config.json
format:
{
"server": {
"http_port": ":8083"
},
"streams": {
"H264_AAC": {
"url": "rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov"
}
}
}
Limitations
Video Codecs Supported: H264 all profiles
Audio Codecs Supported: AAC
Test
CPU usage 0.2% one core cpu intel core i7 / stream
- You can make one-time donations via PayPal. I'll probably buy a
coffee tea. 🍵
Description
Languages
Go
98.6%
JavaScript
1.1%
HTML
0.2%
C
0.1%
