Results 1 to 5 of 5

Thread: Ideas for closer integration of servers

Hybrid View

  1. #1
    what kindof protocol do you use?

    something really simple? please?
    udp?

    its a lot easier to manage connectionless packets in this kindof environment.

  2. #2
    We do not plan a set of protocols for Video server developers to adopt, rather we are planning on adding both hardware, as a video wing, and software to the lighting console to make control easier. We will then add a software layer to adapt to each video server supplier's mode of operation and interface to try and achieve a consistent working environment.

    We have had a number of suggestions and requests for features, and the purpose of this is to involve as many Video server users as possible in defining a versatile product.

    On the hardware side a video wing may have a number of extra playback masters as well as an area dedicated to improving the programming / playback of video content.
    One example could be to add flying faders or encoders that can be assigned a selected number of parameters (with offset and scaling) that are active when a cue stack is activated, giving manual control or busking during play back. This would not involve the programmer(s), they would remain free for other use. The selected parameters would be assigned in the programmer during programming for use when the cue or cue stack is run.
    Another might be to add a set of layer select key switches, to speed up programming.

    The system we currently demonstrate uses both UDP and TCP sessions, but as you say sticking to UDP makes coding a lot simpler.

  3. #3
    simple things are much more likely to be adopted by a broad range of developers.

    for example if you wanted to get thumbnails of video clips stored on the server, then you could send a udp packet as a request, and then i could reply with a thumbnail image, in rgb format - something that fits into a single udp packet of 1536 bytes if possible.

  4. #4
    i have implemented getting thumbnail file/folder preview using an http request in v4.

    sending an http request to a catalyst host at 192.168.0.5-
    http://192.168.0.5:8080/catws/Images/000_001.jpg

    will get you a thumbnail of folder 000 file 001

    to get other files change the file name

    for example folder 5 file 10

    http://192.168.0.5:8080/catws/Images/005_010.jpg

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •