An open API service indexing awesome lists of open source software.

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

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