Skip to content

JhnW/basicvideostreamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.