Skip to content

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.

3 participants