What is the VL type for VVVV (Raw)?
For example, if I want to plug the Receive (ZeroMQ) output into VL:
I tried with Stream. But I can’t transform the data to string or value…
What is the VL type for VVVV (Raw)?
For example, if I want to plug the Receive (ZeroMQ) output into VL:
I tried with Stream. But I can’t transform the data to string or value…
use a ReadAll [IO.Stream] node to get a Spread from the stream that comes in from vvvv via a RAW connection.
the other direction is: ToStream [Collections.Sequence] to return a Spread from vl to a RAW output in vvvv.
Ok, the type input should not be Stream
, but Resource<Stream>
to match with the ReadAll type;
Thank you;
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.