Skip to main content

A http stream proxy

Project description

http streaming proxy

This project implements HTTP streaming proxy that can be used to proxy webcam streams.

To run this software you may use Docker or PIP package manager such as shown below

Docker approach

docker run -p 8080:8080 -e target_url="https://192.168.1.70/anonymous/jpeg/stream=0" -e verify="False" grro/httpstreamproxy:0.1.0

PIP approach

sudo pip install httpstreamproxy

After this installation you may start the proxy inside your python code or via command line using

sudo httpproxy --command listen --port 8080 --target_url https://192.168.1.70/anonymous/jpeg/stream=0 --verify False

Here, the proxy will be bind to on port 8080.

By running a systemd-based Linux distribution you may use the register command to register and start the proxy as systemd unit. By doing this the proxy will be started automatically on boot. Starting the server manually using the listen command is no longer necessary.

sudo httpproxy --command register --port 8080 --target_url https://192.168.1.70/anonymous/jpeg/stream=0 --verify False

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

httpstreamproxy-0.0.6.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

httpstreamproxy-0.0.6-py3-none-any.whl (10.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page