An open API service indexing awesome lists of open source software.

https://github.com/remotemonster/remon-show


https://github.com/remotemonster/remon-show

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# RemonShow - Simple HTML5 Video Studio

> 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.
![screen shot](screen.png)

## Table of Contents
* [Quick Start](#quick-start)
* [Parameters](#parameters)
* [License](#license)

## Quick Start
Add these tags to your document's ``:

```html

```
> For the latest version of RemonShow and URLs to use, check out the document page on our website.

Next, using RemonShow is as simple as creating a `` element, but with an additional 'data-setup' attribute. At a minimum, this attribute must have a value of `'{serviceId, key}'`.

```html

```

When the page loads, RemonShow will find this element and automatically setup a studio in its place.
You can set up additional parameters:
* listener: You can register a function that can receive various events that occur in Remonshow.
* poster: You can select the image you see on the screen when it is launched for the first time.
* 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.

## License

RemonShow is licensed under the MIT.