Skip to content

Commit

Permalink
Merge pull request #454 from red5pro/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Jessica Palmer authored Feb 2, 2022
2 parents c1193f4 + 77d234b commit d26c549
Show file tree
Hide file tree
Showing 60 changed files with 12,750 additions and 584 deletions.
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,37 @@ To define the **Host** with the server instance's IP, click the _Host_ field f t
| :-----
| *An example of utilizing the screen sharing capabilities of* **Chrome** *and* **Firefox**. *For use with Publish Screen Share example.*


### Mixer - Stream Manager Examples

| **[Stream Manager Proxy Conference Participant](src/page/sm-mixer/conferenceParticipantStreamManagerProxy)**
| :-----
| *Demonstrates utilizing the Red5 Pro Stream Manager API to join a video conference with a single return stream.*

| **[Stream Manager Proxy Conference Host](src/page/sm-mixer/conferenceHostStreamManagerProxy)**
| :-----
| *Demonstrates utilizing the Red5 Pro Stream Manager API to host and manage a video conference with a single return stream.*

| **[Stream Manager Grid Composition Host](src/page/sm-mixer/gridMixerCompositionStreamManagerProxy)**
| :-----
| *Demonstrates utilizing the Red5 Pro Stream Manager API to create and manage a composition of several live streams into a single stream.*

| **[Stream Manager 2x2 Grid Layout Example](src/page/sample-mixer-pages/2x2)**
| :-----
| *Demonstrates composing a set of live streams into a 2x2 grid that can be loaded into a Red5 Pro Mixer to create a composition with up to 4 streams.*

| **[Stream Manager 3x3 Grid Layout Example](src/page/sample-mixer-pages/3x3)**
| :-----
| *Demonstrates composing a set of live streams into a 3x3 grid that can be loaded into a Red5 Pro Mixer to create a composition with up to 9 streams.*

| **[Stream Manager NxN Grid Layout Example](src/page/sample-mixer-pages/nxn)**
| :-----
| *Demonstrates composing a set of live streams into a NxN grid that can automatically resize as new streams are added to it. The page can be loaded into a Red5 Pro Mixer to create a composition with many streams.*

| **[Stream Manager Conference Layout](src/page/sample-mixer-pages/conference)**
| :-----
| *Demonstrates composing a set of live streams into a focused layout for a video conference where the presenter is highlighted. The page can be loaded into a Red5 Pro Mixer to create a video conference with a single return stream.*

## Notes

1. For the Subscriber examples, you will need to have a live stream currently being published and named based on the *Stream 1 Name* field of the _Settings_. You can use another device to start streaming using this webapp, or you can also use a web browser to publish via Flash, [http://your_red5_pro_server_ip:5080/live](http://your_red5_pro_server_ip:5080/live).
Expand Down
43 changes: 31 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "red5pro-html-sdk-testbed",
"version": "9.2.0",
"version": "10.0.0",
"description": "Testbed examples for Red5 Pro HTML SDK",
"main": "src/js/index.js",
"repository": {
Expand Down
Loading

0 comments on commit d26c549

Please sign in to comment.