From cf4c5f8b270a0b43fe34be4b6df97bf481bd0bf4 Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Fri, 14 Oct 2022 22:28:22 +0200 Subject: [PATCH] Updated Media condition (markdown) --- Media-condition.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Media-condition.md b/Media-condition.md index be01b2b..69cdc84 100644 --- a/Media-condition.md +++ b/Media-condition.md @@ -41,6 +41,9 @@ It is not a media state natively supported by OBS and thus comes with some drawb It works by checking if the selected media source reports the "ended" state for an extended period of time. Thus if VLC Video Source is configured to be continuously looping this state will not trigger. + You can work around this limitation by using a macro to do the looping of the playlist instead and disabling the "Loop Playlist" of the VLC video source. +![VLCEndedExample](https://user-images.githubusercontent.com/19472752/195937704-b6c965e9-8ead-4a56-9f0c-0429fbc9dce7.PNG) + * "Stopped" and "Ended" behave differently. The former is trigger if the playback is manually stopped using the media controls, the latter if the playback ended on its own.