Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where to find applicationName #1

Closed
adorufus opened this issue Mar 23, 2020 · 3 comments
Closed

Where to find applicationName #1

adorufus opened this issue Mar 23, 2020 · 3 comments

Comments

@adorufus
Copy link

No description provided.

@VNAPNIC
Copy link
Owner

VNAPNIC commented Mar 25, 2020

Configure the broadcast's connection to a Wowza Streaming Cloud live stream
In Wowza Streaming Cloud:
If you haven't already, add a live stream.
After adding the live stream, click the Overview tab.
Scroll down to Source Connection Information.
Note the source connection values. For example

cloud-connectioninfo

@adorufus
Copy link
Author

i have another problem, the camera overlay only show black screen

@VNAPNIC
Copy link
Owner

VNAPNIC commented Mar 26, 2020

u need to set size it
Example:

SizedBox(
                height: 720,
                width: 1280,
                child: WOWZCameraView(
                  androidLicenseKey: "GOSK-xxxx-xxxx-xxxx-xxxx-xxxx",
                  iosLicenseKey: "GOSK-xxxx-xxxx-xxxx-xxxx-xxxx",
                  controller: controller,
                  statusCallback: (status) {
                    print(
                        "status: ${status.mState} | ${status.isStarting()} | ${status.isReady()}");
                  },
                  broadcastStatusCallback: (broadcastStatus) {
                    print(
                        "status: ${broadcastStatus.state.toString()} | ${broadcastStatus.message}");
                  },
                ),
              ),

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants