Replies: 13 comments 36 replies
-
I think it'd be awesome to get STAC working with the V-160HD! Would you be able to run a telnet session to pull some info? In a terminal window could you do the following (assuming 192.168.20.99 is the IP address of your switcher and it's listening to http requests on port 80. Also hoping they haven't moved to
Copy the entire session & paste it into a reply. Hopefully something like this should come back (though the web page will be smushed into one very long line):
That should return the details needed to allow the STAC to query the right input. Thanks. |
Beta Was this translation helpful? Give feedback.
-
hi, I wasn't able to run a telnet session for some reason I ignore, but I verified that http is being used and port 80 is open. |
Beta Was this translation helpful? Give feedback.
-
OK. Put together a test version for you in the v160-dev branch. Check the Pull down the code from there, give it a test & let me know what happens. There is a |
Beta Was this translation helpful? Give feedback.
-
Hi. I replied last week but seems that note disappeared. Apologies. OK, we're very close. To get it working, need to capture a few transactions between the browser and the V-160HD after you select a channel to monitor. It appears Roland may have changed the tally status response message on that model. Wonder if you could give a telnet season another go, as that way we can poke a message to the switch and check individual responses? Wireshark would also work, but that can be a bit of a bear to set up. I'm reaching out to a few other sources to see if anyone else might be able to grab the transaction data as well. |
Beta Was this translation helpful? Give feedback.
-
Hi, wireshark was a good advice, took a while to understand how it works but I finally managed to get some traffic out, see files attached. Hope this helps.
|
Beta Was this translation helpful? Give feedback.
-
ok, so... one step forward. We did some research in roland documentation and made some testing using commands provided: the switcher replies correctly. In particular this one example is interesting (you find it through the link above) and may be useful for our purposes:
We tried this RQH above using telnet and the switcher replies 0 if unselected, 1 if PGM etc. All the codes for the inputs are in this V-160HD_Control_eng04_W.pdf at page 31. Other maybe useful info are at page 37. Don't know if this could work in STACs or help us but I thought it could maybe be useful mentioning it. |
Beta Was this translation helpful? Give feedback.
-
Hi, so I confirm that telnet to port 80 fails. The only communication the STAC does is this ARP broadcast: Below you find the TCP and HTTP communications between the pc running smart tally web page and the switcher, the lines selected in the screenshot keeps repeating... All selected lines are in this text file: I'm sorry I can't give you more infos but I noticed that the server inside the V-160HD is this so called lwIP and I wonder if it is the same they put inside V-60HD... maybe not.. Thanks for your time, appreciated! |
Beta Was this translation helpful? Give feedback.
-
Hi, any news from your noodling? :-) |
Beta Was this translation helpful? Give feedback.
-
Good day. Release v160-dev_0.4 is available in the v160-dev branch. Binary is there as well. Load it up and give it a whirl after reading the notes in the README.md file, especially the requirement for the user and password in the LAN Control menu of the V-160HD. It would be useful to do a WS capture between a browser and the switch starting from when the browser first starts things by sending the IP address of the switch through to a couple of tally request transactions. Looking at the Wireshark does, though it and the PC running it can be configured to monitor traffic not involving that PC, it is a rather arduous process and may not even be possible on a machine running Windows so we'll forego that. A photo go the switch LAN Control menu would be useful as well. Looking forward to what you find! |
Beta Was this translation helpful? Give feedback.
-
Quick update. Had other things that needed doing , back to looking at this again. Should have another test version in a week or so. |
Beta Was this translation helpful? Give feedback.
-
@feta00 There is a lot of debugging info sent the serial port with this one. Set the [polling interval to 1000 ms at first to see how it goes. In any case, please post the initial STAC serial port info dump and a few rounds of the polling cycle so I can see what's up. |
Beta Was this translation helpful? Give feedback.
-
Fantastic! 🍾 😄 When you do get a minute, the serial port data dumps would be useful. I've uploaded now a binary version without the debugging code - it's in the /bin directory. Give that a try with the polling interval set to something around the default of 300 ms. I'll let you run with that for a bit. There's is still some clean-up to do and then decide how to integrate this into the web setup pages and how to allow a user to pick the switch model when doing the configuration. Would appreciate any thoughts you might have, for example:
Regarding the network password setting on the V-160HD: does it allow any character to be used in the password, or just numbers or ?? Does it have to be 4 characters or can it be from 0 to 4? |
Beta Was this translation helpful? Give feedback.
-
@feta00 : Just published a new release adding V-160HD support. Please give it a go and shoot back any feedback. Closing with #56 |
Beta Was this translation helpful? Give feedback.
-
Hello,
after trying to figure out why I keep getting a BPX (the big purple X as it is called on STAC documentation) I think I probably figured out why.
Smart tally on V-160HD works on a per INPUT base, not per CHANNEL.
When I open up a browser pointing the mixer IP address the web page asks me to choose an input to monitor (HDMI 1-8 or SDI 1-8), it doesn't allow me to monitor a channel.
Selecting one of the inputs, let's say HDMI 1, the resulting web page is like this:
http://192.168.20.99/tally/hdmi_1
The same syntax is used for the other inputs, so for example for SDI 3, would be sdi_3.
I suspect that, since STAC was built upon V60-HD mixer, the smart tally on this unit works on a channel base (or a different input naming), so STAC keeps asking my V160 the status of a non-existing channel/input and then times-out.
I can't check it on my own since we don't own one of these units, but I'd love to make STAC work on V-160HD and maybe could be useful for others.
Thanks for any feedback!
And congratulations for the great work in creating STAC!
Beta Was this translation helpful? Give feedback.
All reactions