{"id":20455126,"url":"https://github.com/ossystem/mvp-kurento-python","last_synced_at":"2026-04-09T16:02:32.132Z","repository":{"id":114175815,"uuid":"165843051","full_name":"ossystem/mvp-kurento-python","owner":"ossystem","description":null,"archived":false,"fork":false,"pushed_at":"2019-01-15T11:57:32.000Z","size":232,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-15T23:25:31.407Z","etag":null,"topics":["cpp","kurento","nodejs","python","webrtc"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ossystem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-15T11:56:52.000Z","updated_at":"2019-01-15T11:58:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"53d71481-0374-4330-8948-b8f2848c1b78","html_url":"https://github.com/ossystem/mvp-kurento-python","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ossystem%2Fmvp-kurento-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ossystem%2Fmvp-kurento-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ossystem%2Fmvp-kurento-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ossystem%2Fmvp-kurento-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ossystem","download_url":"https://codeload.github.com/ossystem/mvp-kurento-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242005817,"owners_count":20056434,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","kurento","nodejs","python","webrtc"],"created_at":"2024-11-15T11:18:00.725Z","updated_at":"2026-04-09T16:02:32.037Z","avatar_url":"https://github.com/ossystem.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"PyEncoder plugin expects `/usr/bin/kms-py-encoder` to be the encoder script. Which basically get frames via stdin and return processed frames back via stdout.\n\nThis repository has example encoder script named `kms-py-encoder`. Only thing you need to do is to implement function `process_frame` that looks like:\n```\ndef process_frame(frame):\n    # processing code\n    frame = cv2.cvtColor(frame, cv2.COLOR_BGR2GRAY)\n    frame = cv2.cvtColor(frame, cv2.COLOR_GRAY2BGR)\n\n    return frame\n```\nand move script to `/usr/bin/`.\n\n# Overview\n\nThis project has such parts:\n\n- Kurento Media Server\n- PyEncoder plugin for KMS\n- PyEncoder nodejs bindings\n- Python encoder script\n- Nodejs backend app\n- Mobile app\n- TURN server (optional)\n\n\n# Test setup\n\nReplace `WS_DATA_ENDPOINT` to your nodejs backend app url\n\n```\ndocker build -t kms-server .\ndocker run -d --name kms-server -p 8888:8888 -e WS_DATA_ENDPOINT='wss://172.17.0.1:8443/magicmirror' kms-server\ncd kurento-magic-mirror/\nnpm install\nnpm start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fossystem%2Fmvp-kurento-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fossystem%2Fmvp-kurento-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fossystem%2Fmvp-kurento-python/lists"}