Skip to content

TheApeMachine/sockstream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SockStream

This project is my continuing experimentation with streaming video data over web-sockets in binary format, and reconstructing the video frame on the client side.

Goal

The goal of this project is to get a more real-time experience that one can usually get from more traditional methods like HLS, while also having a data channel that allows you to have synchronized arbitrary meta data with your video stream.

TODO

  • Break up the frames in smaller pieces.
  • Reconstruct the smaller pieces on the client side when a complete frame is received.

About

Streaming video data over web-sockets.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published