basicvideostreamer 1.0.0

Primitive image streaming HTTP server.
Documentation
  • Coverage
  • 100%
    13 out of 13 items documented0 out of 8 items with examples
  • Size
  • Source code size: 31.06 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.82 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 11s Average build duration of successful builds.
  • all releases: 11s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • JhnW/basicvideostreamer
    3 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • JhnW

basicvideostreamer

Simple Rust video streaming library using HTTP 1.1 model.

The current version currently allows only jpg images to be sent using multipart content type from HTTP. The implementation uses internal threads without blocking the main program. It is possible a primitive library, but I think quite useful.

If you have any suggestions, comments, requests - don't hesitate to subscribe to me directly (check repository owner) or leave me a ticket on GitHub. Pull request are also welcome. I can make a simple feature request quickly (such as enabling png streaming) - I just need to know if there is a demand.