Skip to content

Commit

Permalink
Merge pull request #769 from CodeCrowCorp/dev
Browse files Browse the repository at this point in the history
Fix: changed recording on obs to off
  • Loading branch information
gagansuie authored Oct 29, 2023
2 parents f8ccff0 + 04df57c commit 0bb73ba
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/lib/components/Channel/Stream/StreamControls.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
meta: {
name: `${$page.params.channelId}-${$page.data.user.userId}-obs`
},
recording: { mode: 'automatic' }
recording: { mode: 'off' }
}
})
channel.videoItems = updateVideoItems(channel.videoItems, [liveInput])
Expand Down Expand Up @@ -330,7 +330,6 @@
subs()
})
})
</script>

<div class="flex flex-col sm:flex-row gap-4">
Expand Down Expand Up @@ -410,5 +409,4 @@
bind:checked={isScrollable}
on:click={() => {
isScrollable = !isScrollable
}}
/>
}} />

0 comments on commit 0bb73ba

Please sign in to comment.