Ultra Low-Latency DASH Streaming Platform
Sign in to generate API keys and start streaming
Generate keys for your encoder and server instances
Contact the maintainer to receive the viper-encoder and viper-server binaries.
On your encoder machine, run with your encoder key (which is tied to a specific stream ID):
./viper-encoder \ --key vpr_YOUR_ENCODER_KEY \ --watch /path/to/encoder/output \ --server origin.l3ddash.com
Note: Each encoder key is associated with a stream ID. The encoder will use this stream ID automatically.
If running your own server instance:
./viper-server \ --server-key vpr_YOUR_SERVER_KEY \ --cert /etc/letsencrypt/live/your-domain.com/fullchain.pem \ --key /etc/letsencrypt/live/your-domain.com/privkey.pem \ --worker-url https://l3ddash.com
Open https://l3ddash.com/{your-stream-id} in your browser to watch.
Check the documentation or contact support.