├── .gitignore ├── README.md ├── api.js ├── client ├── index.html ├── script.js └── style.css ├── package-lock.json ├── package.json └── shrinkwrap.yaml /.gitignore: -------------------------------------------------------------------------------- 1 | node_modules/ 2 | .cache/ 3 | static/ 4 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # video-proxy 2 | 3 | A simple example of how to utilize a proxy server to bypass cross-origin video limitations. See http://node-video-proxy.herokuapp.com for a demonstration. 4 | 5 | ### Motivation 6 | 7 | Servers can be configured to refuse cross-origin video requests; ie, setting the `src` attribute in a `