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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file httpstreamproxy-0.1.6.tar.gz.
File metadata
- Download URL: httpstreamproxy-0.1.6.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aac5a5260a301e6f97acdb7cb5a9faa2784e94f1d9f959136e2b1df3640e03ed
|
|
| MD5 |
60cde02f0d469797917b6b4cad92e952
|
|
| BLAKE2b-256 |
c481864a4b3abf168d3cf8b32f4ee690b9fc221004364727230958285777dc4a
|
File details
Details for the file httpstreamproxy-0.1.6-py3-none-any.whl.
File metadata
- Download URL: httpstreamproxy-0.1.6-py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11edc8fbcce5732ccb9a0ee9e240d4f3b9968a4f2e8cbd11fc575733f8280ed2
|
|
| MD5 |
009111362e1bf74350583d5888a5b2da
|
|
| BLAKE2b-256 |
0d9dde9a0dc736c3f1e975dc3816328f69744c7addda25ccbd99e56a600572fe
|