Hi,
I am referring to the following link/s:
I am able to display a sequence using the getRequestStream command.
I noticed that one of its input parameters is “PlaybackControllerId”.
I assume that the PlaybackControllerId is generated by the “CreatePlaybackController” command as listed in the documentation.
But to clarify, can I ask what CreatePlaybackController does?
What I am supposed to do with the PlaybackControllerId?
and assuming the RequestStream command goes through, what is the kind of output should I be expecting?
For my previous request stream, it returns me a data stream of images. How it is displays the “video” playback of the sequence to the browser is just by replacing the image src of a container.
Does the playback Controller do the same thing?