-
-
Notifications
You must be signed in to change notification settings - Fork 711
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
Issue & Request #27
Comments
First things first, please specify your OBS Studio and obs-websocket versions. |
ohh yeah I always forget version numbers... |
Under the Network tab of Chrome's developer tools, you can analyze the network traffic of a page, including WebSocket connections, and filter the traffic you want to analyzed based on its type (e.g : stylesheets, AJAX requests, etc...). This works for Chrome and Chromium. I don't know if the same is implented in Firefox or others. |
ohh sweet, I never knew that was a thing haha, thanks |
@MRVDOG any update on this ? |
Can reproduce the issue, investigating it. |
The bounds issue has been fixed. Regarding the ability to move and resize an item, I created a specific issue for it : #35 |
sorry, I stopped work on the project for a while due to the issues, thanks for fixing :D |
Hi, my Issue is, for some reason source bounds (cx & cy) are
0
, I'm usingobs-websocket-js
and I can't work out if this issue is from here or theremy request is for more events/functions, for example, I want to be able to change a sources position and dimensions when, for example, I use jQueryUI
draggable()
andresize()
to change them on my webUIThe WebUI so far, this is for a friend to be able to control his OBS when he's at conventions, etc...
I also posted this over at
obs-websocket-js
The text was updated successfully, but these errors were encountered: