Skip to main content
Glama

Shaka Packager MCP Server

by coderjun

run_shaka_packager

Execute custom Shaka Packager commands to process video files for streaming. Specify a file path and additional args to package videos into formats like HLS and DASH.

Instructions

Run a custom Shaka Packager command. Args: file_path: Path to the uploaded video file. command_args: Additional arguments to pass to the shaka-packager command.

Input Schema

NameRequiredDescriptionDefault
command_argsYes
file_pathYes

Input Schema (JSON Schema)

{ "properties": { "command_args": { "title": "Command Args", "type": "string" }, "file_path": { "title": "File Path", "type": "string" } }, "required": [ "file_path", "command_args" ], "title": "run_shaka_packagerArguments", "type": "object" }
Install Server

Other Tools from Shaka Packager MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/coderjun/shaka-packager-mcp-server'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server