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

Support for TCP control? #12

Open
markusd1984 opened this issue Apr 26, 2023 · 1 comment
Open

Support for TCP control? #12

markusd1984 opened this issue Apr 26, 2023 · 1 comment

Comments

@markusd1984
Copy link

The camera I'm using (RGBLink ePTZ) seems to only work on UDP, thus getting the below error for the VISCA Camera Control.
Any support for TCP possible?

[obs-visca-control.lua] Failed to call get_properties for Visca Camera Control: ...obs-plugins/frontend-tools/scripts/obs-visca-control.lua:1260: Error in obs_property_list_add_int (arg 3), expected 'long long' got 'nil'

@vwout
Copy link
Owner

vwout commented Apr 29, 2023

Thank you for reporting.
The plugin indeed only uses UDP. This can be extended to TCP (although I can't test this).

The error reported however is caused by a different issue. This is a bug introduced in release 2.2. I released 2.2.1 to fix this.
Could you please try again to confirm this does not solve the issue? Or do you have a specification stating the camera uses TCP?

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

No branches or pull requests

2 participants