{"id":28577032,"url":"https://github.com/remotemonster/remon-show","last_synced_at":"2025-06-11T00:08:56.078Z","repository":{"id":47441813,"uuid":"233769602","full_name":"RemoteMonster/remon-show","owner":"RemoteMonster","description":null,"archived":false,"fork":false,"pushed_at":"2023-01-07T13:55:58.000Z","size":4826,"stargazers_count":0,"open_issues_count":10,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-06T11:03:51.893Z","etag":null,"topics":[],"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/RemoteMonster.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}},"created_at":"2020-01-14T06:11:17.000Z","updated_at":"2020-02-26T04:23:05.000Z","dependencies_parsed_at":"2023-02-07T08:45:27.189Z","dependency_job_id":null,"html_url":"https://github.com/RemoteMonster/remon-show","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/RemoteMonster%2Fremon-show","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RemoteMonster%2Fremon-show/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RemoteMonster%2Fremon-show/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RemoteMonster%2Fremon-show/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RemoteMonster","download_url":"https://codeload.github.com/RemoteMonster/remon-show/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RemoteMonster%2Fremon-show/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259172983,"owners_count":22816560,"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":[],"created_at":"2025-06-11T00:08:55.285Z","updated_at":"2025-06-11T00:08:55.973Z","avatar_url":"https://github.com/RemoteMonster.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RemonShow - Simple HTML5 Video Studio\n\n\n\u003e RemonShow is a web video studio built from the ground up for an HTML5 world. It support HTML5 and RemoteMonster SDK. It supports input devices control and many constraints on desktops and mobile devices. With RemonShow, You can make a live streaming service with *WebRTC* very easy.\n![screen shot](screen.png)\n\n## Table of Contents\n* [Quick Start](#quick-start)\n* [Parameters](#parameters)\n* [License](#license)\n\n## Quick Start\nAdd these tags to your document's `\u003chead\u003e`:\n\n```html\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/@remotemonster/show/remonshow-mini.min.js\"\u003e\u003c/script\u003e\n```\n\u003e For the latest version of RemonShow and URLs to use, check out the document page on our website.\n\nNext, using RemonShow is as simple as creating a `\u003cvideo\u003e` element, but with an additional 'data-setup' attribute. At a minimum, this attribute must have a value of `'{serviceId, key}'`.\n\n```html\n\u003c!-- remon-cast for live streaming cast --\u003e\n\u003cremon-cast key=\"1234567890\" serviceId=\"SERVICEID1\" \n  listener=\"myListener\" poster=\"img/poster.jpg\"\u003e\n\u003c/remon-cast\u003e\n\u003c!-- remon-call for P2P call --\u003e\n\u003cremon-call key=\"1234567890\" serviceId=\"SERVICEID1\" \n  listener=\"myListener\" poster=\"img/poster.jpg\"\u003e\n\u003c/remon-call\u003e\n```\n\nWhen the page loads, RemonShow will find this element and automatically setup a studio in its place.\nYou can set up additional parameters:\n * listener: You can register a function that can receive various events that occur in Remonshow.\n * poster: You can select the image you see on the screen when it is launched for the first time.\n * channelId: If there is no setting, the id of the channel will be made random. If you want to specify the id of the broadcast in advance, set the channelId.\n\n## License\n\nRemonShow is licensed under the MIT.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremotemonster%2Fremon-show","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremotemonster%2Fremon-show","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremotemonster%2Fremon-show/lists"}