https://github.com/use-go/wsa
WSA(Websocket Streaming Agent) is a stream server target for mp4/h264 streaming over websocket
https://github.com/use-go/wsa
dash fmp4 h264 hls rtmp rtsp stream streaming streaming-agent support-websockets ts websocket websocket-streamserver
Last synced: 2 months ago
JSON representation
WSA(Websocket Streaming Agent) is a stream server target for mp4/h264 streaming over websocket
- Host: GitHub
- URL: https://github.com/use-go/wsa
- Owner: use-go
- License: bsd-2-clause
- Created: 2017-12-20T07:38:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T04:40:08.000Z (about 5 years ago)
- Last Synced: 2024-07-31T20:27:44.123Z (10 months ago)
- Topics: dash, fmp4, h264, hls, rtmp, rtsp, stream, streaming, streaming-agent, support-websockets, ts, websocket, websocket-streamserver
- Language: Go
- Homepage:
- Size: 4.66 MB
- Stars: 46
- Watchers: 7
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Instruction
websocket agent server for h264 streaming over websocket
## target
current repo has a target
+ a stream server support rtmp and websocket in html5
+ init Order : streamserver --> process ---> service
+ RTP-Data packet over websocket
+ WSP cmd Protocal
+ WSP over websocketthat wrap rtsp content
## Structure instruction
+ prcoessing
## inspired by
+ [websocketStreamServer](https://github.com/widefire/websocketStreamServer)
+ [websocket-mse-demo](https://github.com/elsampsa/websocket-mse-demo)
+ [WebStreamer](https://github.com/urbenlegend/WebStreamer)