https://github.com/snuffydev/rust-proxy
https://github.com/snuffydev/rust-proxy
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/snuffydev/rust-proxy
- Owner: snuffyDev
- Created: 2022-09-29T22:12:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-23T00:42:45.000Z (over 3 years ago)
- Last Synced: 2025-03-01T00:59:23.442Z (over 1 year ago)
- Language: Rust
- Size: 41 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rust Proxy Server
This audio proxy server is still an early work-in-progress, use with caution!
> Note: Since this proxy is potentially unstable, a binary is not provided for the time being.
>
> In order to use this you must compile it locally!
The server will listen on port 33125.
## Features
- Works with `/videoplayback` URLs
- Rewrites and proxys HLS streams
- Small binary size (3.65MB on Windows)
- Uses very little resources
## Future Tasks
- Stream the HTTP Responses
- Write tests
- Better error handling
- Remove blacklisted headers
- Use Environment Variables to specify configuration options