{"id":22191864,"url":"https://github.com/bigbluebutton/kurento-build","last_synced_at":"2025-07-26T22:31:41.008Z","repository":{"id":83903226,"uuid":"470204294","full_name":"bigbluebutton/kurento-build","owner":"bigbluebutton","description":"Scripts for building Kurento on Ubuntu 20.04","archived":false,"fork":false,"pushed_at":"2023-06-25T14:18:30.000Z","size":1431,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-07-18T08:25:56.837Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bigbluebutton.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2022-03-15T14:47:10.000Z","updated_at":"2024-08-23T15:24:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"228b5a56-4364-4e42-bf92-0b809697a2de","html_url":"https://github.com/bigbluebutton/kurento-build","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.2857142857142857,"last_synced_commit":"02b2bd48b737dec6575dc3c8c006b998fa28a5bb"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bigbluebutton/kurento-build","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbluebutton%2Fkurento-build","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbluebutton%2Fkurento-build/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbluebutton%2Fkurento-build/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbluebutton%2Fkurento-build/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bigbluebutton","download_url":"https://codeload.github.com/bigbluebutton/kurento-build/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigbluebutton%2Fkurento-build/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266536971,"owners_count":23944543,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-12-02T12:18:03.491Z","updated_at":"2025-07-26T22:31:40.525Z","avatar_url":"https://github.com/bigbluebutton.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kurento-build\n\nBuild scripts to create Kurento packages for Ubuntu 20.04, Amazon Linux 2, Centos/EL 7.  \n\nTo build the packages, change to the `kurento-build` folder and run the following commands.\n\n\u003e The following commands rely on `docker-compose-plugin` which is different from `docker-compose` command.  \n\u003e To install Docker Compose Plugin on Linux follow [the instructions here](https://docs.docker.com/compose/install/linux/).  \n\u003e On macOS you don't need to do anything if you are using Docker Desktop.\n\nFor Ubuntu:\n```\nmake prepare\nmake build.ubuntu\nmake down\n```\n\nFor Amazon Linux 2:\n```\nmake prepare\nmake build.amzn2.deps\nmake build.amzn2\nmake down\n```\n\nFor Centos/EL 7:\n```\nmake prepare\nmake build.el7.deps\nmake build.el7\nmake down\n```\n\nAnd for Ubuntu and Amazon:\n```\nmake prepare\nmake build\nmake down\n```\n\nIf you need to repeat the build process make sure that you run `make prepare` only once. This command clones Kurento repositories and checks out the version of Kurento defined in `KURENTO_VERSION` file.\n\nYou can use `make clean` command if you want to remove build artifcats and cleanup build environment.\n\nOnce everything finishes, the Kurento packages for Ubuntu 20.04 and Amazon Linux 2 will be created.\n\n\n```\n# ~/dev/kurento-build/packages# tree\n.\n├── amzn2\n│   ├── noarch\n│   │   ├── automake-1.15-9.amzn2.noarch.rpm\n│   │   ├── kms-boost-build-1.55.0-12.amzn2.noarch.rpm\n│   │   ├── kms-boost-doc-1.55.0-12.amzn2.noarch.rpm\n│   │   ├── kms-boost-examples-1.55.0-12.amzn2.noarch.rpm\n│   │   ├── kms-openjpeg2-devel-docs-2.1.0-7.amzn2.noarch.rpm\n│   │   ├── meson-0.55.1-1.amzn2.noarch.rpm\n│   │   └── websocketpp-devel-0.8.2-4.amzn2.noarch.rpm\n│   ├── repodata\n│   │   ├── filelists.sqlite.bz2\n│   │   ├── filelists.xml.gz\n│   │   ├── other.sqlite.bz2\n│   │   ├── other.xml.gz\n│   │   ├── primary.sqlite.bz2\n│   │   ├── primary.xml.gz\n│   │   └── repomd.xml\n│   └── x86_64\n│       ├── createrepo_c-0.17.1-1.amzn2.x86_64.rpm\n│       ├── createrepo_c-devel-0.17.1-1.amzn2.x86_64.rpm\n│       ├── createrepo_c-libs-0.17.1-1.amzn2.x86_64.rpm\n│       ├── drpm-0.5.0-1.amzn2.x86_64.rpm\n│       ├── drpm-devel-0.5.0-1.amzn2.x86_64.rpm\n│       ├── faad2-2.7-9.amzn2.x86_64.rpm\n│       ├── faad2-devel-2.7-9.amzn2.x86_64.rpm\n│       ├── faad2-libs-2.7-9.amzn2.x86_64.rpm\n│       ├── fdk-aac-0.1.5-0.1.gita0bd8aa.amzn2.x86_64.rpm\n│       ├── fdk-aac-devel-0.1.5-0.1.gita0bd8aa.amzn2.x86_64.rpm\n│       ├── ffmpeg-4.2.4-1.amzn2.x86_64.rpm\n│       ├── ffmpeg-devel-4.2.4-1.amzn2.x86_64.rpm\n│       ├── ffmpeg-libs-4.2.4-1.amzn2.x86_64.rpm\n│       ├── gpac-0.7.1-8.amzn2.x86_64.rpm\n│       ├── gpac-devel-0.7.1-8.amzn2.x86_64.rpm\n│       ├── gpac-doc-0.7.1-8.amzn2.x86_64.rpm\n│       ├── gpac-libs-0.7.1-8.amzn2.x86_64.rpm\n│       ├── gpac-static-0.7.1-8.amzn2.x86_64.rpm\n│       ├── kms-6.18.0-0.amzn2.x86_64.rpm\n│       ├── kms-boost-1.55.0-12.amzn2.x86_64.rpm\n│       ├── kms-boost-atomic-1.55.0-12.amzn2.x86_64.rpm\n│       ├── kms-boost-chrono-1.55.0-12.amzn2.x86_64.rpm\n│       ├── kms-boost-context-1.55.0-12.amzn2.x86_64.rpm\n│       ├── kms-boost-coroutine-1.55.0-12.amzn2.x86_64.rpm\n│       ├── kms-boost-date-time-1.55.0-12.amzn2.x86_64.rpm\n│       ├── kms-boost-devel-1.55.0-12.amzn2.x86_64.rpm\n│       ├── kms-boost-filesystem-1.55.0-12.amzn2.x86_64.rpm\n│       ├── kms-boost-graph-1.55.0-12.amzn2.x86_64.rpm\n│       ├── kms-boost-iostreams-1.55.0-12.amzn2.x86_64.rpm\n│       ├── kms-boost-jam-1.55.0-12.amzn2.x86_64.rpm\n│       ├── kms-boost-locale-1.55.0-12.amzn2.x86_64.rpm\n│       ├── kms-boost-log-1.55.0-12.amzn2.x86_64.rpm\n│       ├── kms-boost-math-1.55.0-12.amzn2.x86_64.rpm\n│       ├── kms-boost-program-options-1.55.0-12.amzn2.x86_64.rpm\n│       ├── kms-boost-python-1.55.0-12.amzn2.x86_64.rpm\n│       ├── kms-boost-random-1.55.0-12.amzn2.x86_64.rpm\n│       ├── kms-boost-regex-1.55.0-12.amzn2.x86_64.rpm\n│       ├── kms-boost-serialization-1.55.0-12.amzn2.x86_64.rpm\n│       ├── kms-boost-signals-1.55.0-12.amzn2.x86_64.rpm\n│       ├── kms-boost-static-1.55.0-12.amzn2.x86_64.rpm\n│       ├── kms-boost-system-1.55.0-12.amzn2.x86_64.rpm\n│       ├── kms-boost-test-1.55.0-12.amzn2.x86_64.rpm\n│       ├── kms-boost-thread-1.55.0-12.amzn2.x86_64.rpm\n│       ├── kms-boost-timer-1.55.0-12.amzn2.x86_64.rpm\n│       ├── kms-boost-wave-1.55.0-12.amzn2.x86_64.rpm\n│       ├── kms-cmake-utils-6.18.0-0.amzn2.x86_64.rpm\n│       ├── kms-core-6.18.0-0.amzn2.x86_64.rpm\n│       ├── kms-core-devel-6.18.0-0.amzn2.x86_64.rpm\n│       ├── kms-elements-6.18.0-0.amzn2.x86_64.rpm\n│       ├── kms-elements-devel-6.18.0-0.amzn2.x86_64.rpm\n│       ├── kms-filters-6.18.0-0.amzn2.x86_64.rpm\n│       ├── kms-filters-devel-6.18.0-0.amzn2.x86_64.rpm\n│       ├── kms-gstreamer1-1.8.1-2.amzn2.x86_64.rpm\n│       ├── kms-gstreamer1-devel-1.8.1-2.amzn2.x86_64.rpm\n│       ├── kms-gstreamer1-libav-1.8.1-1.amzn2.x86_64.rpm\n│       ├── kms-gstreamer1-plugins-bad-1.8.1-5.amzn2.x86_64.rpm\n│       ├── kms-gstreamer1-plugins-bad-devel-1.8.1-5.amzn2.x86_64.rpm\n│       ├── kms-gstreamer1-plugins-base-1.8.1-2.amzn2.x86_64.rpm\n│       ├── kms-gstreamer1-plugins-base-devel-1.8.1-2.amzn2.x86_64.rpm\n│       ├── kms-gstreamer1-plugins-good-1.8.1-5.amzn2.x86_64.rpm\n│       ├── kms-gstreamer1-plugins-ugly-1.8.1-1.amzn2.x86_64.rpm\n│       ├── kms-jsoncpp-1.6.3-1.amzn2.x86_64.rpm\n│       ├── kms-jsoncpp-devel-1.6.3-1.amzn2.x86_64.rpm\n│       ├── kms-jsonrpc-6.18.0-0.amzn2.x86_64.rpm\n│       ├── kms-jsonrpc-devel-6.18.0-0.amzn2.x86_64.rpm\n│       ├── kms-libnice-0.1.18-0.amzn2.x86_64.rpm\n│       ├── kms-libnice-devel-0.1.18-0.amzn2.x86_64.rpm\n│       ├── kms-libsrtp-1.6.0-0.amzn2.x86_64.rpm\n│       ├── kms-libsrtp-devel-1.6.0-0.amzn2.x86_64.rpm\n│       ├── kms-libusrsctp-0.9.2-1.amzn2.x86_64.rpm\n│       ├── kms-libusrsctp-devel-0.9.2-1.amzn2.x86_64.rpm\n│       ├── kms-openjpeg2-2.1.0-7.amzn2.x86_64.rpm\n│       ├── kms-openjpeg2-devel-2.1.0-7.amzn2.x86_64.rpm\n│       ├── kms-openjpeg2-tools-2.1.0-7.amzn2.x86_64.rpm\n│       ├── kms-openwebrtc-gst-plugins-0.10.0-1.amzn2.x86_64.rpm\n│       ├── kms-openwebrtc-gst-plugins-devel-0.10.0-1.amzn2.x86_64.rpm\n│       ├── kurento-media-server-6.18.0-0.amzn2.x86_64.rpm\n│       ├── kurento-module-creator-6.18.0-0.amzn2.x86_64.rpm\n│       ├── libavdevice-4.2.4-1.amzn2.x86_64.rpm\n│       ├── libde265-1.0.2-6.amzn2.x86_64.rpm\n│       ├── libde265-devel-1.0.2-6.amzn2.x86_64.rpm\n│       ├── libde265-examples-1.0.2-6.amzn2.x86_64.rpm\n│       ├── librtmp-2.4-7.20160224.gitfa8646d.amzn2.x86_64.rpm\n│       ├── librtmp-devel-2.4-7.20160224.gitfa8646d.amzn2.x86_64.rpm\n│       ├── libva-1.8.3-1.amzn2.x86_64.rpm\n│       ├── libva-devel-1.8.3-1.amzn2.x86_64.rpm\n│       ├── libvpx-1.7.0-8.amzn2.x86_64.rpm\n│       ├── libvpx-devel-1.7.0-8.amzn2.x86_64.rpm\n│       ├── libvpx-utils-1.7.0-8.amzn2.x86_64.rpm\n│       ├── mozilla-openh264-1.5.0-4.amzn2.x86_64.rpm\n│       ├── opencore-amr-0.1.3-4.amzn2.x86_64.rpm\n│       ├── opencore-amr-devel-0.1.3-4.amzn2.x86_64.rpm\n│       ├── openh264-1.5.0-4.amzn2.x86_64.rpm\n│       ├── openh264-devel-1.5.0-4.amzn2.x86_64.rpm\n│       ├── opus-1.1.3-1.amzn2.x86_64.rpm\n│       ├── opus-devel-1.1.3-1.amzn2.x86_64.rpm\n│       ├── python3-createrepo_c-0.17.1-1.amzn2.x86_64.rpm\n│       ├── rtmpdump-2.4-7.20160224.gitfa8646d.amzn2.x86_64.rpm\n│       ├── vo-aacenc-0.1.2-3.amzn2.x86_64.rpm\n│       ├── vo-aacenc-devel-0.1.2-3.amzn2.x86_64.rpm\n│       ├── vo-amrwbenc-0.1.3-2.amzn2.x86_64.rpm\n│       ├── vo-amrwbenc-devel-0.1.3-2.amzn2.x86_64.rpm\n│       ├── x264-0.148-23.20170521gitaaa9aa8.amzn2.x86_64.rpm\n│       ├── x264-0.148-23.20170521gitaaa9aa8_bootstrap.amzn2.x86_64.rpm\n│       ├── x264-devel-0.148-23.20170521gitaaa9aa8.amzn2.x86_64.rpm\n│       ├── x264-devel-0.148-23.20170521gitaaa9aa8_bootstrap.amzn2.x86_64.rpm\n│       ├── x264-libs-0.148-23.20170521gitaaa9aa8.amzn2.x86_64.rpm\n│       ├── x264-libs-0.148-23.20170521gitaaa9aa8_bootstrap.amzn2.x86_64.rpm\n│       ├── x265-2.9-3.amzn2.x86_64.rpm\n│       ├── x265-devel-2.9-3.amzn2.x86_64.rpm\n│       ├── x265-libs-2.9-3.amzn2.x86_64.rpm\n│       ├── xmms-faad2-2.7-9.amzn2.x86_64.rpm\n│       ├── xvidcore-1.3.4-2.amzn2.x86_64.rpm\n│       └── xvidcore-devel-1.3.4-2.amzn2.x86_64.rpm\n└── ubuntu\n    ├── dbg\n    │   ├── gstreamer1.5-libav-dbg_1.8.1-1kurento1.20.04_amd64.deb\n    │   ├── gstreamer1.5-plugins-bad-dbg_1.8.1-1kurento5.20.04_amd64.deb\n    │   ├── gstreamer1.5-plugins-base-dbg_1.8.1-1kurento2.20.04_amd64.deb\n    │   ├── gstreamer1.5-plugins-good-dbg_1.8.1-1kurento5.20.04_amd64.deb\n    │   ├── gstreamer1.5-plugins-ugly-dbg_1.8.1-1kurento1.20.04_amd64.deb\n    │   ├── kms-core-dbg_6.18.0-0kurento1.20.04_amd64.deb\n    │   ├── kms-elements-dbg_6.18.0-0kurento1.20.04_amd64.deb\n    │   ├── kms-filters-dbg_6.18.0-0kurento1.20.04_amd64.deb\n    │   ├── kms-jsonrpc-dbg_6.18.0-0kurento1.20.04_amd64.deb\n    │   ├── kmsjsoncpp-dbg_1.6.3-1kurento1.20.04_amd64.deb\n    │   ├── kurento-dbg_6.18.0-0kurento1.20.04_amd64.deb\n    │   ├── kurento-media-server-dbg_6.18.0-0kurento1.20.04_amd64.deb\n    │   ├── libgstreamer1.5-0-dbg_1.8.1-1kurento2.20.04_amd64.deb\n    │   ├── libsrtp0-dbg_1.6.0-0kurento1.20.04_amd64.deb\n    │   └── openwebrtc-gst-plugins-dbg_0.10.0-1kurento1.20.04_amd64.deb\n    ├── deps\n    │   ├── libboost-filesystem1.65.1_1.65.1+dfsg-0ubuntu5_amd64.deb\n    │   ├── libboost-log1.65.1_1.65.1+dfsg-0ubuntu5_amd64.deb\n    │   ├── libboost-program-options1.65.1_1.65.1+dfsg-0ubuntu5_amd64.deb\n    │   ├── libboost-regex1.65.1_1.65.1+dfsg-0ubuntu5_amd64.deb\n    │   ├── libboost-system1.65.1_1.65.1+dfsg-0ubuntu5_amd64.deb\n    │   ├── libboost-thread1.65.1_1.65.1+dfsg-0ubuntu5_amd64.deb\n    │   ├── libicu60_60.2-3ubuntu3.2_amd64.deb\n    │   ├── libmimic0_1.0.4-2.3_amd64.deb\n    │   ├── libssl1.0.0_1.0.2n-1ubuntu5.10_amd64.deb\n    │   └── libx264-152_2%3a0.152.2854+gite9a5903-2_amd64.deb\n    ├── dev\n    │   ├── kms-cmake-utils_6.18.0-0kurento1.20.04_all.deb\n    │   ├── kms-core-dev_6.18.0-0kurento1.20.04_amd64.deb\n    │   ├── kms-elements-dev_6.18.0-0kurento1.20.04_amd64.deb\n    │   ├── kms-filters-dev_6.18.0-0kurento1.20.04_amd64.deb\n    │   ├── kms-jsonrpc-dev_6.18.0-0kurento1.20.04_amd64.deb\n    │   ├── kmsjsoncpp-dev_1.6.3-1kurento1.20.04_amd64.deb\n    │   ├── kurento-media-server-dev_6.18.0-0kurento1.20.04_amd64.deb\n    │   ├── libgstreamer-plugins-bad1.5-dev_1.8.1-1kurento5.20.04_amd64.deb\n    │   ├── libgstreamer-plugins-base1.5-dev_1.8.1-1kurento2.20.04_amd64.deb\n    │   ├── libgstreamer1.5-dev_1.8.1-1kurento2.20.04_amd64.deb\n    │   ├── libnice-dev_0.1.18-0kurento2.20.04_amd64.deb\n    │   ├── libsrtp0-dev_1.6.0-0kurento1.20.04_amd64.deb\n    │   ├── libusrsctp-dev_0.9.2-1kurento1.20.04_amd64.deb\n    │   └── openwebrtc-gst-plugins-dev_0.10.0-1kurento1.20.04_amd64.deb\n    ├── gir1.2-gst-plugins-bad-1.5_1.8.1-1kurento5.20.04_amd64.deb\n    ├── gir1.2-gst-plugins-base-1.5_1.8.1-1kurento2.20.04_amd64.deb\n    ├── gir1.2-gstreamer-1.5_1.8.1-1kurento2.20.04_amd64.deb\n    ├── gir1.2-nice-0.1_0.1.18-0kurento2.20.04_amd64.deb\n    ├── gstreamer1.0-nice_0.1.18-0kurento2.20.04_amd64.deb\n    ├── gstreamer1.5-alsa_1.8.1-1kurento2.20.04_amd64.deb\n    ├── gstreamer1.5-libav_1.8.1-1kurento1.20.04_amd64.deb\n    ├── gstreamer1.5-nice_0.1.18-0kurento2.20.04_amd64.deb\n    ├── gstreamer1.5-plugins-bad_1.8.1-1kurento5.20.04_amd64.deb\n    ├── gstreamer1.5-plugins-base-apps_1.8.1-1kurento2.20.04_amd64.deb\n    ├── gstreamer1.5-plugins-base_1.8.1-1kurento2.20.04_amd64.deb\n    ├── gstreamer1.5-plugins-good_1.8.1-1kurento5.20.04_amd64.deb\n    ├── gstreamer1.5-plugins-ugly_1.8.1-1kurento1.20.04_amd64.deb\n    ├── gstreamer1.5-pulseaudio_1.8.1-1kurento5.20.04_amd64.deb\n    ├── gstreamer1.5-tools_1.8.1-1kurento2.20.04_amd64.deb\n    ├── gstreamer1.5-x_1.8.1-1kurento2.20.04_amd64.deb\n    ├── kms-core_6.18.0-0kurento1.20.04_amd64.deb\n    ├── kms-elements_6.18.0-0kurento1.20.04_amd64.deb\n    ├── kms-filters_6.18.0-0kurento1.20.04_amd64.deb\n    ├── kms-jsonrpc_6.18.0-0kurento1.20.04_amd64.deb\n    ├── kmsjsoncpp_1.6.3-1kurento1.20.04_amd64.deb\n    ├── kurento-media-server_6.18.0-0kurento1.20.04_amd64.deb\n    ├── kurento-module-creator_6.18.0-0kurento1.20.04_all.deb\n    ├── libgstreamer-plugins-bad1.5-0_1.8.1-1kurento5.20.04_amd64.deb\n    ├── libgstreamer-plugins-base1.5-0_1.8.1-1kurento2.20.04_amd64.deb\n    ├── libgstreamer1.5-0_1.8.1-1kurento2.20.04_amd64.deb\n    ├── libnice10_0.1.18-0kurento2.20.04_amd64.deb\n    ├── libsrtp0_1.6.0-0kurento1.20.04_amd64.deb\n    ├── libusrsctp_0.9.2-1kurento1.20.04_amd64.deb\n    ├── openh264-gst-plugin_1.0.0-0kurento1.20.04_amd64.deb\n    ├── openh264-gst-plugins-bad-1.5_1.8.1-1kurento5.20.04_amd64.deb\n    ├── openh264_1.5.0-0kurento1.20.04_amd64.deb\n    ├── openwebrtc-gst-plugins_0.10.0-1kurento1.20.04_amd64.deb\n    ├── srtp-docs_1.6.0-0kurento1.20.04_all.deb\n    └── srtp-utils_1.6.0-0kurento1.20.04_amd64.deb\n```\n\nTo install these packages on Ubuntu 20.04, you'll need to first install the packages in the dependencies `deps` folder, then in the folder above.\n\n```\ncd deps\napt-get update \u0026\u0026 apt-get install ./*.deb\ncd ..\napt-get install ./*.deb\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigbluebutton%2Fkurento-build","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbigbluebutton%2Fkurento-build","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigbluebutton%2Fkurento-build/lists"}