Jump to content

Alex Ramos

Member
  • Posts

    210
  • Joined

  • Last visited

Posts posted by Alex Ramos

  1. So, I have this strange behavior.

    Watchpoint restarts and ges to watchout logo and IP.

    I have tried different media with different codecs and the result is the same.

    This happens with and without the production on line.

    It may take 5 minutes or 30 minutes before it happens.

    The only constant I seem to find is that this only happens if there is no interaction between Production ad display

    I suspect that could be the USB going to sleep and the key fails for a moment, is there a setting in windows that prevents USB ports from going numb. IO know this is a far fetch idea.

    What else can make watchpoint restart while running a show?

  2. @Eddy Yanto thanks for the input, for now I will leave it as is.

    This is a very simple codeto serve my needs. I share it as it may help other, not as a "produt". Also as a teaser for Dataton to incorporate something similar.

    Its not realy hardcoded a fixed broadcast adress  

    Dim endPoint As IPEndPoint = New IPEndPoint(IPAddress.Any, 1234)

    The way I have my network setup is mask 255.255.0.0 and use IP 192.168.x.x

    This shuld work with any Class, A or C as long as the router passes the packets.

    Again Im not an expert on this mater, just a hobbyist.

    Always learning 

    Alex

  3. On 1/4/2023 at 9:49 AM, RBeddig said:

    Muito obrigado!

    Looks nice. Couldn't the app work with UDP broadcast as well? Then the team colleagues could install the app and just listen to the broadcast instead of having multiple cues to the different team members in the timeline.

    While waiting for a building video mapping do run, I had some spare time so here it goes.

    Well I have version working on UDP. But...

    I'm not a professional coder so I have some limitations. Always learning.

    The downtown UDP can receive messages from any IP on the network on port 1234.

    Is my understanding that.

    To use only one cue, WO needs to multicast, to all of the network, so the 224.0.0.1 should be used on the UDP string output!? Is this how it works?

    I'm missing something here. I can make it work over the network but I need to specify the address on the out string UDP cue, much like TCP.

    All comes down to, how do I broadcast to all clients at the same time using une cue only on WO?

    Attached is the UDP version, it can now be resized by dragging the corner.

    Help appreciated.

    Alex

    THIS IS THE LATEST VERSION AT THE MOMENT

     

×
×
  • Create New...