#streaming #http #image #server #video-streaming

basicvideostreamer

Primitive image streaming HTTP server

1 stable release

1.0.0 Jul 10, 2022

#807 in HTTP server

MIT license

13KB
194 lines

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.


lib.rs:

basicvideostreamer

Simple 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.

Dependencies

~92KB