LPS is a live-stream distribution engine that ingests a single stream—whether pushed by the broadcaster or pulled from a remote source—and re-publishes it to any domestic or overseas platform that accepts RTMP. One push, unlimited viewers. The system speaks RTMP, SRT, HLS, FLV and WebRTC for both ingest and playback.
Server Config
{
"mcpServers": {
"lps-mcp-server": {
"args": [
"-y",
"lps-mcp-server@latest"
],
"command": "npx",
"env": {
"ACCESS_ID": "<YOUR_ACCESS_ID>",
"ACCESS_KEY": "<YOUR_ACCESS_KEY>",
"MLPS_URL": "<MLPS_API_URL>"
}
}
}
}