Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SetTbarPostion Problems #1211

Open
gevorg-tsat opened this issue Mar 16, 2024 · 0 comments
Open

SetTbarPostion Problems #1211

gevorg-tsat opened this issue Mar 16, 2024 · 0 comments

Comments

@gevorg-tsat
Copy link

Operating System Info

Other

Other OS

mac os 14.3.1

OBS Studio Version

Other

OBS Studio Version (Other)

30.0.2

obs-websocket Version

5.1.0

OBS Studio Log URL

https://obsproject.com/logs/qkqFUfDy0t993Iy2

OBS Studio Crash Log URL

No response

Expected Behavior

need some help c SetTBarPosition.
it doesnt work as i want, explain me please

so,
when i send any position to obs, it works for microsecond and go back to its start position

then i noticed that SetTBarPosition works well when i make TBar "active". it's active when i move it anywhere and when Transition button looks inactive (as u can see on first screenshot)
but when Transition button is active(second screenshot), it again works for microsecond and go back to its start position.
i dont want to move it manually all the time to make tbar "active".
image
image

Current Behavior

explained above

Steps to Reproduce

my golang code sample:
goobs v1.2.3

_, err := obsClient.Transitions.SetTBarPosition(&transitions.SetTBarPositionParams{
        Position: &s.Position, // == 0.5
        Release:  &s.Release, //==true
    })
    if err != nil {
        logger.Info("Error occurred while setting TBar postion", zap.Error(err))
    }

Anything else we should know?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant