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

VCS live streaming example #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

VCS live streaming example #13

wants to merge 1 commit into from

Conversation

jessmitch42
Copy link
Contributor

Leaving open to show how live streaming with VCS baseline composition can be added to a project.

function startLiveStreaming() {
// This should be in the format rtmp://RTMP_ENDPOINT/STREAM_KEY
// or rtmps://RTMP_ENDPOINT/STREAM_KEY
console.log('starting!!!');

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we keep the console.log()s in the demo?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could go either way but since I'm not planning on merging to main, I think it's fine. In my experience working with this, I tended to keep the console open to see feedback when it's starting, so I personally liked having these printed.

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

Successfully merging this pull request may close these issues.

2 participants