OSC-Input - Problems also with 4.10.1
Posted: Mon Oct 26, 2015 3:07 pm
Hello again
We have some installation with QLC 4.8.5 and OSC-Input was never a major problem.
OSC is traceable with tcpdump -i eth0 udp -X, and the "hands" can be seen on input/output screen.
Recently I had problems with OSC in QLCPLus 4.9 and 4.10m which I didn't investigate further.
But there was recently an announcement of a bugfix -> 20151021 concerning a OSC problem which I try just at the moment.
All t I can say now, is the my 4.8.5. shows the hands, and the 4.10.1. doesn't do anything (but receives the UDP-Calls).
QLC 4.10.1
there are two lines (sees to be changed)
OSC: 127:0.0.1
OSC: 192.168.0.252 (doesn't make a difference when I make the cross here).
(in 4.8.5)
OSC 1; OSC-Network1 (for universe 1)
OSC 2: OSC-Network2
Capture of UDP
14:40:47.469470 IP (tos 0x0, ttl 64, id 7457, offset 0, flags [DF], proto UDP (17), length 44)
192.168.0.108.42826 > 192.168.0.252.7770: [udp sum ok] UDP, length 16
0x0000: 4500 002c 1d21 4000 4011 9ae7 c0a8 006c E..,.!@.@......l
0x0010: c0a8 00fc a74a 1e5a 0018 1278 2f66 696c .....J.Z...x/fil
0x0020: 6d2f 3300 2c66 0000 3f80 0000 55b0 m/3.,f..?...U.
My driver, which usally sends to two QLC 4.8.5. maschines, which is in "production" and works.
on wheezy-machine:
client = OSCClient()
client2 = OSCClient()
client.connect( ( srvIP, int(srvPort)) )
client2.connect( ( srvIP2, int(srvPort)) )
client.send( OSCMessage("/film/"+bez, [1.0] ) )
client2.send( OSCMessage("/film/"+bez, [1.0] ) )
regards
Patrick
We have some installation with QLC 4.8.5 and OSC-Input was never a major problem.
OSC is traceable with tcpdump -i eth0 udp -X, and the "hands" can be seen on input/output screen.
Recently I had problems with OSC in QLCPLus 4.9 and 4.10m which I didn't investigate further.
But there was recently an announcement of a bugfix -> 20151021 concerning a OSC problem which I try just at the moment.
All t I can say now, is the my 4.8.5. shows the hands, and the 4.10.1. doesn't do anything (but receives the UDP-Calls).
QLC 4.10.1
there are two lines (sees to be changed)
OSC: 127:0.0.1
OSC: 192.168.0.252 (doesn't make a difference when I make the cross here).
(in 4.8.5)
OSC 1; OSC-Network1 (for universe 1)
OSC 2: OSC-Network2
Capture of UDP
14:40:47.469470 IP (tos 0x0, ttl 64, id 7457, offset 0, flags [DF], proto UDP (17), length 44)
192.168.0.108.42826 > 192.168.0.252.7770: [udp sum ok] UDP, length 16
0x0000: 4500 002c 1d21 4000 4011 9ae7 c0a8 006c E..,.!@.@......l
0x0010: c0a8 00fc a74a 1e5a 0018 1278 2f66 696c .....J.Z...x/fil
0x0020: 6d2f 3300 2c66 0000 3f80 0000 55b0 m/3.,f..?...U.
My driver, which usally sends to two QLC 4.8.5. maschines, which is in "production" and works.
on wheezy-machine:
client = OSCClient()
client2 = OSCClient()
client.connect( ( srvIP, int(srvPort)) )
client2.connect( ( srvIP2, int(srvPort)) )
client.send( OSCMessage("/film/"+bez, [1.0] ) )
client2.send( OSCMessage("/film/"+bez, [1.0] ) )
regards
Patrick