Code Monkey home page Code Monkey logo

Comments (9)

game-stop avatar game-stop commented on July 28, 2024

not reproducable, did you do a clean build before you encountered this issue? status mechanism changed one or two days ago which could explain this issue if you did not recompile sayVIMS

D: VIMS (v) Message too small
D: Message content
D: msg [V000D255:;] (4 bytes) at position 0
 ^D: VIMS (v) - dropped message
E: Invalid VIMS instruction 'V000D255:;'

And no such VIMS event:

I: VIMS selector 251    'Request shared resource from another veejay'
I:      FORMAT: '%d', where:
I:              Argument 0 is Port number
I: VIMS selector 254    'Suspend Veejay (caution!)'
I: VIMS selector 300    'Set audio volume'
I:      FORMAT: '%d', where:
I:              Argument 0 is Volume 0-100
I: VIMS selector 301    'Enable / Disable Fullscreen video output'

from veejay.

d-j-a-y avatar d-j-a-y commented on July 28, 2024

still the same problem even for 017 event ...
$ sayVIMS -h localhost -p 3490 017:;
i may do something wrong.

from veejay.

game-stop avatar game-stop commented on July 28, 2024

the ';' might get interpreted by bash, and sayVIMS like that would start it in interactive mode (reading from stdin), try:

sayVIMS -h localhost -p3490 -m "017:;"

from veejay.

d-j-a-y avatar d-j-a-y commented on July 28, 2024

yep ! that's working now. Have done that mistake copy/pasting from manpage sayVIMS manpage ....
I will do some change there because in bold, double quote " character is not displayed (and need to be escaped ??? \*(lq )

So : Is it normal that take so much time ~1700 ms ?

#!/bin/bash

START_TIME=`echo $(($(date +%s%N)/1000000))`

sayVIMS -h localhost -p3490 -m "017:;"

END_TIME=`echo $(($(date +%s%N)/1000000))`
ELAPSED_TIME=$(($END_TIME - $START_TIME))

echo $ELAPSED_TIME

from veejay.

d-j-a-y avatar d-j-a-y commented on July 28, 2024

So : Is it normal that take so much time ~1700 ms ?

because of connect and disconnect time i guess ?
for reactivity... interactive mode !

from veejay.

game-stop avatar game-stop commented on July 28, 2024

1700 ms is too long, sayVIMS should depend on veejay's frame period (so if rendering takes 2 seconds, sayVIMS will take 2 seconds as well)

This is with veejay -d and no FX ?

Also, for timing just issue 'wall' in front of sayVIMS for accurate measurement

from veejay.

d-j-a-y avatar d-j-a-y commented on July 28, 2024

This is with veejay -d and no FX ?

i have redone the test with -d and it's quite the same result.

from veejay.

game-stop avatar game-stop commented on July 28, 2024

what is the output from wall sayVIMS -h localhost -p3490 -m "017:;" ?

i'll look at this tomorrow

from veejay.

d-j-a-y avatar d-j-a-y commented on July 28, 2024
$man wall

wall - write a message to all users

wall ???

from veejay.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.