Skip to content

dylif/zmqls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZMQ Live Stream (zmqls)

This project is based on https://github.com/chenxiaoqino/udp-image-streaming. Instead of raw UDP sockets, it uses ZMQ. This makes it more reliable and easier to scale. It retains negligible latency.

Encoding

No video codec is used. Every frame is encoded to jpeg format by OpenCV to drastically reduce the bandwidth consumption.

TODO

  • Small performance tweaks (limit frame copying, etc.)
  • Fix CMake

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published