Hello all,
I’m trying to receive messages from the server with OSC.
I managed to create the connection and i’m getting some messages.
I succeeded in getting the path and name of a video file.
But getting data like the time and the sound is a problem.
sOscServer.RegisterMethod("/channel/1/stage/layer/5/foreground/file/name");
sOscServer.RegisterMethod("/channel/1/stage/layer/5/foreground/file/path");
sOscServer.RegisterMethod("/channel/1/stage/layer/5/foreground/file/time");
sOscServer.RegisterMethod("/channel/1/stage/layer/5/foreground/file/video/height");
sOscServer.RegisterMethod("/channel/1/stage/layer/5/foreground/file/video/width");
sOscServer.RegisterMethod("/channel/1/stage/layer/5/foreground/file/frame");
sOscServer.RegisterMethod("/channel/1/stage/layer/5/file/fps");
sOscServer.FilterRegisteredMethods = true;
Like i said, i only receive the name and path.
And i receive the time with data like (in this order):
-4,530532E-11
-6,338474E-23
-2,212326E-35
9,371642E+29
3,225901E+17
I don’t receive the height/width/frame/fps. I tried different adresses, without the foreground.
I also tried getting the dBFS:
/channel/1/mixer/audio/1/dBFS
But i always get 0. I’m sure i’m playing music on video channel 1 with audio on track 1 and 2.
I’m seeing it in the normal Caspar Client
What am i doing wrong?
I’m working with 2.2.0 66a9e3e2 Stable