Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.23 KB

README.md

File metadata and controls

16 lines (13 loc) · 1.23 KB

basicvideostreamer

License: MIT Tests GitHub issues crates.io Released API docs Crates.io - Download

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.