https://github.com/mpromonet/video-ws
websocket player
https://github.com/mpromonet/video-ws
webcodecs websocket
Last synced: about 1 year ago
JSON representation
websocket player
- Host: GitHub
- URL: https://github.com/mpromonet/video-ws
- Owner: mpromonet
- Created: 2024-08-10T14:17:54.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-25T14:19:30.000Z (over 1 year ago)
- Last Synced: 2025-02-22T05:25:08.534Z (over 1 year ago)
- Topics: webcodecs, websocket
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
video-ws
===
It connects to a websocket server serving encoded frames and render using webcodecs
A simple page could be:
```
Video ws
```
Websocket server should send :
- binary annexb H264 & H265 frames, JPEG frames, audio frames
- json for metadata
```
{
"codec": "avc1.420029",
"media": "video",
"ts": 1723304995845852
}
```
It was done to work with https://github.com/mpromonet/rtsp2web and https://github.com/mpromonet/rtsp2web-rs