basicvideostreamer

Crates.iobasicvideostreamer
lib.rsbasicvideostreamer
version1.0.0
sourcesrc
created_at2022-07-10 14:15:13.138075
updated_at2022-07-10 14:15:13.138075
descriptionPrimitive image streaming HTTP server.
homepage
repositoryhttps://github.com/jhnw/basicvideostreamer
max_upload_size
id623144
size31,563
(JhnW)

documentation

https://docs.rs/basicvideostreamer

README

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.

Commit count: 7

cargo fmt