0.0.11 • Published 10 years ago

limelight_proxy v0.0.11

Weekly downloads
47
License
-
Repository
-
Last release
10 years ago

Limelight CDN Media Proxy

This is a node.js application that serves as a media proxy for Limelight CDN. This basically takes the following URL and maps it to the actual media download.

http://localhost:4000/0011aee4e21d4b84aecc342960eb876a.mp4

Where 0011aee4e21d4b84aecc342960eb876a is the Limelight CDN media ID. When this application is running on a server, you can then just navigate to that URL and it will download the file directly from Limelight CDN.

You can also use this with the <video> and <audio> tags.

<video src="http://localhost:4000/0011aee4e21d4b84aecc342960eb876a.mp4" controls />

Installation

You can install this module using NPM.

npm install -g limelight_proxy

Usage

To run the proxy on your server or computer, you can run with the following parameters.

limelight_proxy --organization 12345678 --secret abcd1234 --access_key zyx987 --port 4000
0.0.11

10 years ago

0.0.10

11 years ago

0.0.9

11 years ago

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago