Skip to content

Add checkpoint for deleting broadcast in Cluster#140

Open
SelimEmre wants to merge 1 commit intomasterfrom
fix/delete-broadcast-cluster
Open

Add checkpoint for deleting broadcast in Cluster#140
SelimEmre wants to merge 1 commit intomasterfrom
fix/delete-broadcast-cluster

Conversation

@SelimEmre
Copy link
Copy Markdown
Contributor

No description provided.

// I didn't added broadcast status check. Because, some of stream sources status is finished but it's trying to connect sources.
if(this.isClusterMode && hostAddress != broadcastHostAddress) {
//But we need to add broadcast status check for live stream type.
if((this.isClusterMode && hostAddress != broadcastHostAddress) && (type != "liveStream" && broadcastStatus == "broadcasting")) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Don't you need to add 'livestream' as well?

if((this.isClusterMode && hostAddress != broadcastHostAddress) && (type != "liveStream" && broadcastStatus == "broadcasting")) {
REMOTE_HOST_ADDRESS = "http://" + broadcastHostAddress + ":5080";

if(this.appSettings.jwtControlEnabled != true && this.appSettings.jwtSecretKey != null){
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

The message below does not make sense. It's not clear what it means.

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