bitfocus / companion-module-songbeamer-osc

Songbeamer OSC Module
MIT License
5 stars 0 forks source link

/livevideo/state does not work #18

Closed bensteUEM closed 2 months ago

bensteUEM commented 1 year ago

On a single display configuration both play and stop do not have an effect on live video playback (using webcam)

debug: Sent OSC to 192.168.0.28:10023 with /livevideo/state and [{"type":"s","value":"play"}] debug: Sent OSC to 192.168.0.28:10023 with /livevideo/state and [{"type":"s","value":"stop"}]

bensteUEM commented 1 year ago

@Lasibian - still no response from Songbeamer 6.04a upon requesting changes to video state - tried "keyword" maybe related to #39 also changed to int of enum ?

Lasibian commented 1 year ago

Yes, it's the same issue as #39.

bensteUEM commented 1 year ago

Following 6.04c documentation this start/stop should be available

comment by @Lasibian in other issue Please test again in SongBeamer 6.04c. It turned out that the enum values for the state were incorrect. 0 should be stop, 1 = play, 2 = pause for better logic and consistency with live video.

bensteUEM commented 1 year ago

int response received with Songbeamer 6.04c update

system: ** Log cleared **
debug: Received OSC message from: {"address":"192.168.0.28","family":"IPv4","port":10023,"size":28}
debug: OSC Content is: {"address":"/livevideo/state","args":[{"type":"i","value":0}]}
warn: received a message with an unknown address - not implemented
debug: Received OSC message from: {"address":"192.168.0.28","family":"IPv4","port":10023,"size":28}
debug: OSC Content is: {"address":"/livevideo/state","args":[{"type":"i","value":1}]}
warn: received a message with an unknown address - not implemented

@Lasibian - wrong response type?

bensteUEM commented 1 year ago

Trying to change it with OSC doesn't work either ...

bensteUEM commented 1 year ago

with 6.04c

bensteUEM commented 1 year ago