Profile

Seth Haberman

Contact Details

My Content

1 to 11 of 11 total
Posted By Seth Haberman 12-10-2024 13:11
Found In Egroup: Facility Control
\ view thread
Thanks for this code! Am I understanding that the VLC listener does Websocket then but gets responses over TCP? ------------------------------ Seth Haberman Associate Director of Live Broadcast Video Gateway Church United States ------------------------------
Posted By Seth Haberman 12-09-2024 12:01
Found In Egroup: Facility Control
\ view thread
Does this only apply to Dashboard Tally Service? Is it possible to query tally data that is tied to and integrated into the Ultriscape Multiviews? ------------------------------ Seth Haberman Associate Director of Live Broadcast Video Gateway Church United States ------------------------------
Posted By Seth Haberman 12-09-2024 11:50
Found In Egroup: Connectivity
\ view thread
Would this also work for querying Tally status? We are already have tally setup for our Multiviews. Can that Tally data be access through this process as well? ------------------------------ Seth Haberman Associate Director of Live Broadcast Video Gateway Church United States --------------------- ...
Posted By Seth Haberman 12-05-2024 14:09
Found In Egroup: Facility Control
\ view thread
This is very helpful thank you! my last lack of understanding is how I would set up a server in terms of usage of tags? Would I set up an HTML tag within a custom panel and remotely load the node.JS libraries that would then run on the local custom panel? I've got some programming experience, ...
Posted By Seth Haberman 12-04-2024 13:58
Found In Egroup: Facility Control
\ view thread
is it possible to import a JavaScript library to achieve the socket connection using the Meta or API tag? I've been syncing a lot of time into trying to make this connection. I'm not totally sure how the implementation of JavaScript works within this environment. Are there certain sets of functions ...
Posted By Seth Haberman 12-03-2024 11:03
Found In Egroup: Facility Control
\ view thread
Marc, I came across this post while trying to figure out some TCP connection functions. The code you had included the localhost 127.0.0.1 ip address and you mentioned you had a simple server running locally. What did you mean you had a simple server running locally? Was there something running on an ...
Posted By Seth Haberman 12-02-2024 11:55
Found In Egroup: Facility Control
\ view thread
Thank you for the info! are you aware of what that function might look like within the Ross talk? Do you imagine that if you could get the headers correct on the TCP command with a string you could do a socket command? The last dashboard documentation I looked at, I couldn't find the breakdown ...
Posted By Seth Haberman 11-28-2024 13:50
Found In Egroup: Facility Control
\ view thread
duplicate
Posted By Seth Haberman 11-28-2024 13:50
Found In Egroup: Facility Control
\ view thread
Duplicate
Posted By Seth Haberman 11-28-2024 13:50
Found In Egroup: Facility Control
\ view thread
duplicate
Posted By Seth Haberman 11-28-2024 13:50
Found In Egroup: Facility Control
\ view thread
I am trying to build a panel that has a websocket control to trigger settings change on a Red camera. Does the JavaScript built into the Dashboard system have the ability to do the websocket functions? Here is the code I have but I can't seem to get it to trigger inside of OGscript or the APl tag. Not ...