bitfocus / companion-module-obs-studio

OBS Studio Module for Companion
MIT License
41 stars 28 forks source link

Variables contain random values $(obs:current_media_time_elapsed) and $(obs:current_media_time_remaining) #267

Open Suenee opened 3 weeks ago

Suenee commented 3 weeks ago

Describe the bug Variables for current media playing $(obs:current_media_time_elapsed) and $(obs:current_media_time_remaining) shows some random values: image

To Reproduce Steps to reproduce the behavior:

  1. OBS: Create simple scene playing media file
  2. Play/Pause video and check the time values on OBS player with values of $(obs:current_media_time_elapsed) and $(obs:current_media_time_remaining)

image

Version Information:

Notice I found an interesting (maybe) bug directly in OSB in this connection. If you have a video that you set to LOOP and omit its END IF NOT ACTIVE, then the current variables show the playback values ​​of that loop. Even so, it doesn't make sense in terms of understanding which last video is currently playing.